Searched refs:float32_lt (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_float.c | 61 int AEABI_FUNC2(fcmplt, float32, float32_lt) in AEABI_FUNC2() 64 int AEABI_FUNC2_REV(fcmpgt, float32, float32_lt) in AEABI_FUNC2()
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-for-gcc.h | 14 #define float32_lt __softfloat_float32_lt macro 131 #define float32_lt __ltsf2
|
H A D | gtsf2.c | 18 return float32_lt(b, a); in __gtsf2()
|
H A D | ltsf2.c | 18 return -float32_lt(a, b); in __ltsf2()
|
H A D | softfloat.txt | 304 float32_eq float32_le float32_lt
|
H A D | timesoftfloat.c | 2197 time_ab_float32_z_flag( float32_lt ); in timeFunctionVariety()
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | softfloat.h | 177 int float32_lt( float32, float32 );
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | softfloat.h | 173 int float32_lt( float32, float32 );
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | softfloat.h | 173 int float32_lt( float32, float32 );
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | softfloat.h | 173 int float32_lt( float32, float32 );
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | softfloat.h | 177 int float32_lt( float32, float32 );
|
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 162 !!!flag float32_lt( float32, float32 );
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 1297 flag float32_lt( float32 a, float32 b ) in float32_lt() function
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 2224 flag float32_lt( float32 a, float32 b ) in float32_lt() function
|