Searched refs:float64_lt (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/lib/libc/arm/aeabi/ |
| H A D | aeabi_double.c | 64 int AEABI_FUNC2(dcmplt, float64, float64_lt) in AEABI_FUNC2() 67 int AEABI_FUNC2_REV(dcmpgt, float64, float64_lt) in AEABI_FUNC2()
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-for-gcc.h | 18 #define float64_lt __softfloat_float64_lt macro 143 #define float64_lt __ltdf2
|
| H A D | ltdf2.c | 21 return -float64_lt(a, b); in __ltdf2()
|
| H A D | gtdf2.c | 21 return float64_lt(b, a); in __gtdf2()
|
| H A D | softfloat.txt | 306 float64_eq float64_le float64_lt
|
| H A D | timesoftfloat.c | 2264 time_ab_float64_z_flag( float64_lt ); in timeFunctionVariety()
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 222 int float64_lt( float64, float64 );
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | softfloat.h | 222 int float64_lt( float64, float64 );
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | softfloat.h | 214 int float64_lt( float64, float64 );
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 222 int float64_lt( float64, float64 );
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 214 int float64_lt( float64, float64 );
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 214 int float64_lt( float64, float64 );
|
| /freebsd-13.1/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 200 !!!flag float64_lt( float64, float64 );
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testFunction.c | 864 test_ab_float64_z_flag( float64_lt, syst_float64_lt ); in testFunctionVariety()
|
| H A D | testsoftfloat.c | 572 test_ab_float64_z_flag( slow_float64_lt, float64_lt ); in testFunctionVariety()
|
| H A D | testfloat.txt | 334 float64_eq float64_le float64_lt
|
| /freebsd-13.1/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 2242 flag float64_lt( float64 a, float64 b ) in float64_lt() function
|
| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 3184 flag float64_lt( float64 a, float64 b ) in float64_lt() function
|