Searched refs:float32_eq (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/lib/libc/softfloat/ |
| D | unordsf2.c | 25 return 1 ^ (float32_eq(a, a) & float32_eq(b, b)); in __unordsf2()
|
| D | nesf2.c | 21 return !float32_eq(a, b); in __nesf2()
|
| D | eqsf2.c | 21 return !float32_eq(a, b); in __eqsf2()
|
| D | softfloat-for-gcc.h | 13 #define float32_eq _softfloat_float32_eq macro
|
| D | softfloat.txt | 305 float32_eq float32_le float32_lt
|
| D | timesoftfloat.c | 2194 time_ab_float32_z_flag( float32_eq ); in timeFunctionVariety()
|
| /freebsd-9-stable/tools/test/testfloat/sparc64/ |
| D | softfloat.h | 150 int float32_eq( float32, float32 );
|
| /freebsd-9-stable/lib/libc/arm/softfloat/ |
| D | softfloat.h | 176 int float32_eq( float32, float32 );
|
| /freebsd-9-stable/lib/libc/powerpc64/softfloat/ |
| D | softfloat.h | 172 int float32_eq( float32, float32 );
|
| /freebsd-9-stable/lib/libc/powerpc/softfloat/ |
| D | softfloat.h | 172 int float32_eq( float32, float32 );
|
| /freebsd-9-stable/lib/libc/mips/softfloat/ |
| D | softfloat.h | 176 int float32_eq( float32, float32 );
|
| /freebsd-9-stable/lib/libc/softfloat/templates/ |
| D | softfloat.h | 161 !!!flag float32_eq( float32, float32 );
|
| /freebsd-9-stable/tools/test/testfloat/ |
| D | testFunction.c | 744 test_ab_float32_z_flag( float32_eq, syst_float32_eq ); in testFunctionVariety()
|
| D | testsoftfloat.c | 490 test_ab_float32_z_flag( slow_float32_eq, float32_eq ); in testFunctionVariety()
|
| D | testfloat.txt | 333 float32_eq float32_le float32_lt
|
| /freebsd-9-stable/lib/libc/softfloat/bits32/ |
| D | softfloat.c | 1253 flag float32_eq( float32 a, float32 b ) in float32_eq() function
|
| /freebsd-9-stable/lib/libc/softfloat/bits64/ |
| D | softfloat.c | 2134 flag float32_eq( float32 a, float32 b ) in float32_eq() function
|