Searched refs:float64_le (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/lib/libc/arm/aeabi/ |
| H A D | aeabi_double.c | 65 int AEABI_FUNC2(dcmple, float64, float64_le) in AEABI_FUNC2() 66 int AEABI_FUNC2_REV(dcmpge, float64, float64_le) in AEABI_FUNC2()
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-for-gcc.h | 17 #define float64_le __softfloat_float64_le macro 144 #define float64_le __ledf2
|
| H A D | gedf2.c | 21 return float64_le(b, a) - 1; in __gedf2()
|
| H A D | ledf2.c | 21 return 1 - float64_le(a, b); in __ledf2()
|
| H A D | softfloat.txt | 306 float64_eq float64_le float64_lt
|
| H A D | timesoftfloat.c | 2261 time_ab_float64_z_flag( float64_le ); in timeFunctionVariety()
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 221 int float64_le( float64, float64 );
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | softfloat.h | 221 int float64_le( float64, float64 );
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | softfloat.h | 213 int float64_le( float64, float64 );
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 221 int float64_le( float64, float64 );
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 213 int float64_le( float64, float64 );
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 213 int float64_le( float64, float64 );
|
| /freebsd-13.1/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 199 !!!flag float64_le( float64, float64 );
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testFunction.c | 859 test_ab_float64_z_flag( float64_le, syst_float64_le ); in testFunctionVariety()
|
| H A D | testsoftfloat.c | 569 test_ab_float64_z_flag( slow_float64_le, float64_le ); 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 | 2213 flag float64_le( float64 a, float64 b ) in float64_le() function
|
| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 3156 flag float64_le( float64 a, float64 b ) in float64_le() function
|