Home
last modified time | relevance | path

Searched refs:float32_lt (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/lib/libc/arm/aeabi/
H A Daeabi_float.c64 int AEABI_FUNC2(fcmplt, float32, float32_lt) in AEABI_FUNC2()
67 int AEABI_FUNC2_REV(fcmpgt, float32, float32_lt) in AEABI_FUNC2()
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h15 #define float32_lt __softfloat_float32_lt macro
132 #define float32_lt __ltsf2
H A Dltsf2.c21 return -float32_lt(a, b); in __ltsf2()
H A Dgtsf2.c21 return float32_lt(b, a); in __gtsf2()
H A Dsoftfloat.txt305 float32_eq float32_le float32_lt
H A Dtimesoftfloat.c2200 time_ab_float32_z_flag( float32_lt ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h178 int float32_lt( float32, float32 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h178 int float32_lt( float32, float32 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h174 int float32_lt( float32, float32 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h178 int float32_lt( float32, float32 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h174 int float32_lt( float32, float32 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h174 int float32_lt( float32, float32 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h163 !!!flag float32_lt( float32, float32 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c754 test_ab_float32_z_flag( float32_lt, syst_float32_lt ); in testFunctionVariety()
H A Dtestsoftfloat.c496 test_ab_float32_z_flag( slow_float32_lt, float32_lt ); in testFunctionVariety()
H A Dtestfloat.txt333 float32_eq float32_le float32_lt
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1300 flag float32_lt( float32 a, float32 b ) in float32_lt() function
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2227 flag float32_lt( float32 a, float32 b ) in float32_lt() function