Searched refs:float64_eq (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/lib/libc/softfloat/ |
| HD | unorddf2.c | 25 return 1 ^ (float64_eq(a, a) & float64_eq(b, b)); in __unorddf2()
|
| HD | softfloat-for-gcc.h | 16 #define float64_eq __softfloat_float64_eq macro 140 #define float64_eq __eqdf2
|
| HD | nedf2.c | 21 return !float64_eq(a, b); in __nedf2()
|
| HD | eqdf2.c | 21 return !float64_eq(a, b); in __eqdf2()
|
| HD | softfloat.txt | 306 float64_eq float64_le float64_lt
|
| HD | timesoftfloat.c | 2258 time_ab_float64_z_flag( float64_eq ); in timeFunctionVariety()
|
| /freebsd-11-stable/lib/libc/arm/aeabi/ |
| HD | aeabi_double.c | 61 int AEABI_FUNC2(dcmpeq, float64, float64_eq) in AEABI_FUNC2() argument
|
| /freebsd-11-stable/lib/libc/mips/softfloat/ |
| HD | softfloat.h | 220 int float64_eq( float64, float64 );
|
| /freebsd-11-stable/tools/test/testfloat/sparc64/ |
| HD | softfloat.h | 183 int float64_eq( float64, float64 );
|
| /freebsd-11-stable/lib/libc/powerpc64/softfloat/ |
| HD | softfloat.h | 212 int float64_eq( float64, float64 );
|
| /freebsd-11-stable/lib/libc/powerpc/softfloat/ |
| HD | softfloat.h | 212 int float64_eq( float64, float64 );
|
| /freebsd-11-stable/lib/libc/arm/softfloat/ |
| HD | softfloat.h | 220 int float64_eq( float64, float64 );
|
| /freebsd-11-stable/lib/libc/softfloat/templates/ |
| HD | softfloat.h | 198 !!!flag float64_eq( float64, float64 );
|
| /freebsd-11-stable/tools/test/testfloat/ |
| HD | testFunction.c | 854 test_ab_float64_z_flag( float64_eq, syst_float64_eq ); in testFunctionVariety()
|
| HD | testsoftfloat.c | 566 test_ab_float64_z_flag( slow_float64_eq, float64_eq ); in testFunctionVariety()
|
| HD | testfloat.txt | 334 float64_eq float64_le float64_lt
|
| /freebsd-11-stable/lib/libc/softfloat/bits32/ |
| HD | softfloat.c | 2187 flag float64_eq( float64 a, float64 b ) in float64_eq() function
|
| /freebsd-11-stable/lib/libc/softfloat/bits64/ |
| HD | softfloat.c | 3132 flag float64_eq( float64 a, float64 b ) in float64_eq() function
|