Searched refs:float32_le (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/lib/libc/arm/aeabi/ |
| H A D | aeabi_float.c | 65 int AEABI_FUNC2(fcmple, float32, float32_le) in AEABI_FUNC2() 66 int AEABI_FUNC2_REV(fcmpge, float32, float32_le) in AEABI_FUNC2()
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-for-gcc.h | 14 #define float32_le __softfloat_float32_le macro 133 #define float32_le __lesf2
|
| H A D | gesf2.c | 21 return float32_le(b, a) - 1; in __gesf2()
|
| H A D | lesf2.c | 21 return 1 - float32_le(a, b); in __lesf2()
|
| H A D | softfloat.txt | 305 float32_eq float32_le float32_lt
|
| H A D | timesoftfloat.c | 2197 time_ab_float32_z_flag( float32_le ); in timeFunctionVariety()
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | softfloat.h | 177 int float32_le( float32, float32 );
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | softfloat.h | 177 int float32_le( float32, float32 );
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | softfloat.h | 173 int float32_le( float32, float32 );
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | softfloat.h | 177 int float32_le( float32, float32 );
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | softfloat.h | 173 int float32_le( float32, float32 );
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | softfloat.h | 173 int float32_le( float32, float32 );
|
| /freebsd-13.1/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 162 !!!flag float32_le( float32, float32 );
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testFunction.c | 749 test_ab_float32_z_flag( float32_le, syst_float32_le ); in testFunctionVariety()
|
| H A D | testsoftfloat.c | 493 test_ab_float32_z_flag( slow_float32_le, float32_le ); in testFunctionVariety()
|
| H A D | testfloat.txt | 333 float32_eq float32_le float32_lt
|
| /freebsd-13.1/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 1276 flag float32_le( float32 a, float32 b ) in float32_le() function
|
| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 2203 flag float32_le( float32 a, float32 b ) in float32_le() function
|