Searched refs:float32_eq (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | unordsf2.c | 25 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
|
| H A D | softfloat-for-gcc.h | 13 #define float32_eq __softfloat_float32_eq macro 129 #define float32_eq __eqsf2
|
| H A D | nesf2.c | 21 return !float32_eq(a, b); in __nesf2()
|
| H A D | eqsf2.c | 21 return !float32_eq(a, b); in __eqsf2()
|
| H A D | softfloat.txt | 305 float32_eq float32_le float32_lt
|
| H A D | timesoftfloat.c | 2194 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
|
| /freebsd-13.1/lib/libc/arm/aeabi/ |
| H A D | aeabi_float.c | 63 int AEABI_FUNC2(fcmpeq, float32, float32_eq) in AEABI_FUNC2() argument
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 176 int float32_eq( float32, float32 );
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | softfloat.h | 176 int float32_eq( float32, float32 );
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | softfloat.h | 172 int float32_eq( float32, float32 );
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 176 int float32_eq( float32, float32 );
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 172 int float32_eq( float32, float32 );
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 172 int float32_eq( float32, float32 );
|
| /freebsd-13.1/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 161 !!!flag float32_eq( float32, float32 );
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testFunction.c | 744 test_ab_float32_z_flag( float32_eq, syst_float32_eq ); in testFunctionVariety()
|
| H A D | testsoftfloat.c | 490 test_ab_float32_z_flag( slow_float32_eq, float32_eq ); in testFunctionVariety()
|
| H A D | testfloat.txt | 333 float32_eq float32_le float32_lt
|
| /freebsd-13.1/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 1253 flag float32_eq( float32 a, float32 b ) in float32_eq() function
|
| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 2180 flag float32_eq( float32 a, float32 b ) in float32_eq() function
|