Searched refs:float64_le (Results 1 – 13 of 13) sorted by relevance
| /src/lib/libc/arm/aeabi/ |
| H A D | aeabi_double.c | 62 int AEABI_FUNC2(dcmple, float64, float64_le) in AEABI_FUNC2() 63 int AEABI_FUNC2_REV(dcmpge, float64, float64_le) in AEABI_FUNC2()
|
| /src/lib/libc/softfloat/ |
| H A D | softfloat-for-gcc.h | 16 #define float64_le __softfloat_float64_le macro 143 #define float64_le __ledf2
|
| H A D | ledf2.c | 18 return 1 - float64_le(a, b); in __ledf2()
|
| H A D | gedf2.c | 18 return float64_le(b, a) - 1; in __gedf2()
|
| H A D | softfloat.txt | 305 float64_eq float64_le float64_lt
|
| H A D | timesoftfloat.c | 2258 time_ab_float64_z_flag( float64_le ); in timeFunctionVariety()
|
| /src/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 220 int float64_le( float64, float64 );
|
| /src/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 220 int float64_le( float64, float64 );
|
| /src/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 212 int float64_le( float64, float64 );
|
| /src/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 212 int float64_le( float64, float64 );
|
| /src/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 198 !!!flag float64_le( float64, float64 );
|
| /src/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 2210 flag float64_le( float64 a, float64 b ) in float64_le() function
|
| /src/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 3153 flag float64_le( float64 a, float64 b ) in float64_le() function
|