Searched refs:float32_le (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_float.c | 62 int AEABI_FUNC2(fcmple, float32, float32_le) in AEABI_FUNC2() 63 int AEABI_FUNC2_REV(fcmpge, float32, float32_le) in AEABI_FUNC2()
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-for-gcc.h | 13 #define float32_le __softfloat_float32_le macro 132 #define float32_le __lesf2
|
H A D | gesf2.c | 18 return float32_le(b, a) - 1; in __gesf2()
|
H A D | lesf2.c | 18 return 1 - float32_le(a, b); in __lesf2()
|
H A D | softfloat.txt | 304 float32_eq float32_le float32_lt
|
H A D | timesoftfloat.c | 2194 time_ab_float32_z_flag( float32_le ); in timeFunctionVariety()
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | softfloat.h | 176 int float32_le( float32, float32 );
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 172 int float32_le( float32, float32 );
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 172 int float32_le( float32, float32 );
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 172 int float32_le( float32, float32 );
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | softfloat.h | 176 int float32_le( float32, float32 );
|
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 161 !!!flag float32_le( float32, float32 );
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 1273 flag float32_le( float32 a, float32 b ) in float32_le() function
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 2200 flag float32_le( float32 a, float32 b ) in float32_le() function
|