Home
last modified time | relevance | path

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

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_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/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h14 #define float32_lt __softfloat_float32_lt macro
131 #define float32_lt __ltsf2
H A Dgtsf2.c18 return float32_lt(b, a); in __gtsf2()
H A Dltsf2.c18 return -float32_lt(a, b); in __ltsf2()
H A Dsoftfloat.txt304 float32_eq float32_le float32_lt
H A Dtimesoftfloat.c2197 time_ab_float32_z_flag( float32_lt ); in timeFunctionVariety()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h177 int float32_lt( float32, float32 );
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h173 int float32_lt( float32, float32 );
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h173 int float32_lt( float32, float32 );
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h173 int float32_lt( float32, float32 );
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h177 int float32_lt( float32, float32 );
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h162 !!!flag float32_lt( float32, float32 );
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1297 flag float32_lt( float32 a, float32 b ) in float32_lt() function
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2224 flag float32_lt( float32 a, float32 b ) in float32_lt() function