Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/arm/aeabi/
HDaeabi_float.c61 int AEABI_FUNC2(fcmplt, float32, float32_lt) in AEABI_FUNC2()
64 int AEABI_FUNC2_REV(fcmpgt, float32, float32_lt) in AEABI_FUNC2()
/freebsd-head/lib/libc/softfloat/
HDsoftfloat-for-gcc.h14 #define float32_lt __softfloat_float32_lt macro
131 #define float32_lt __ltsf2
HDltsf2.c18 return -float32_lt(a, b); in __ltsf2()
HDgtsf2.c18 return float32_lt(b, a); in __gtsf2()
HDsoftfloat.txt304 float32_eq float32_le float32_lt
HDtimesoftfloat.c2197 time_ab_float32_z_flag( float32_lt ); in timeFunctionVariety()
/freebsd-head/lib/libc/powerpc/softfloat/
HDsoftfloat.h173 int float32_lt( float32, float32 );
/freebsd-head/lib/libc/arm/softfloat/
HDsoftfloat.h177 int float32_lt( float32, float32 );
/freebsd-head/lib/libc/powerpcspe/softfloat/
HDsoftfloat.h173 int float32_lt( float32, float32 );
/freebsd-head/lib/libc/riscv/softfloat/
HDsoftfloat.h177 int float32_lt( float32, float32 );
/freebsd-head/lib/libc/powerpc64/softfloat/
HDsoftfloat.h173 int float32_lt( float32, float32 );
/freebsd-head/lib/libc/softfloat/templates/
HDsoftfloat.h162 !!!flag float32_lt( float32, float32 );
/freebsd-head/lib/libc/softfloat/bits32/
HDsoftfloat.c1297 flag float32_lt( float32 a, float32 b ) in float32_lt() function
/freebsd-head/lib/libc/softfloat/bits64/
HDsoftfloat.c2224 flag float32_lt( float32 a, float32 b ) in float32_lt() function