Home
last modified time | relevance | path

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

/NextBSD/lib/libc/arm/aeabi/
HDaeabi_float.c62 int AEABI_FUNC2(fcmplt, float32, float32_lt) in AEABI_FUNC2()
65 int AEABI_FUNC2_REV(fcmpgt, float32, float32_lt) in AEABI_FUNC2()
/NextBSD/lib/libc/softfloat/
HDsoftfloat-for-gcc.h15 #define float32_lt __softfloat_float32_lt macro
132 #define float32_lt __ltsf2
HDgtsf2.c21 return float32_lt(b, a); in __gtsf2()
HDltsf2.c21 return -float32_lt(a, b); in __ltsf2()
HDsoftfloat.txt305 float32_eq float32_le float32_lt
HDtimesoftfloat.c2200 time_ab_float32_z_flag( float32_lt ); in timeFunctionVariety()
/NextBSD/tools/test/testfloat/sparc64/
HDsoftfloat.h152 int float32_lt( float32, float32 );
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h174 int float32_lt( float32, float32 );
/NextBSD/lib/libc/mips/softfloat/
HDsoftfloat.h178 int float32_lt( float32, float32 );
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h174 int float32_lt( float32, float32 );
/NextBSD/lib/libc/arm/softfloat/
HDsoftfloat.h178 int float32_lt( float32, float32 );
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat.h163 !!!flag float32_lt( float32, float32 );
/NextBSD/tools/test/testfloat/
HDtestFunction.c754 test_ab_float32_z_flag( float32_lt, syst_float32_lt ); in testFunctionVariety()
HDtestsoftfloat.c496 test_ab_float32_z_flag( slow_float32_lt, float32_lt ); in testFunctionVariety()
HDtestfloat.txt333 float32_eq float32_le float32_lt
/NextBSD/lib/libc/softfloat/bits32/
HDsoftfloat.c1300 flag float32_lt( float32 a, float32 b ) in float32_lt() function
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c2227 flag float32_lt( float32 a, float32 b ) in float32_lt() function