Home
last modified time | relevance | path

Searched refs:floatx80_lt (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dgtxf2.c23 return floatx80_lt(b, a); in __gtxf2()
H A Dsoftfloat-for-gcc.h155 #define floatx80_lt __ltxf2 macro
H A Dsoftfloat.txt307 floatx80_eq floatx80_le floatx80_lt
H A Dtimesoftfloat.c2327 time_ab_floatx80_z_flag( floatx80_lt ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h269 int floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h269 int floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h261 int floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h269 int floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h261 int floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h261 int floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h245 !!!flag floatx80_lt( floatx80, floatx80 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c974 test_ab_floatx80_z_flag( floatx80_lt, syst_floatx80_lt ); in testFunctionVariety()
H A Dtestsoftfloat.c647 test_ab_floatx80_z_flag( slow_floatx80_lt, floatx80_lt ); in testFunctionVariety()
H A Dtestfloat.txt335 floatx80_eq floatx80_le floatx80_lt
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4170 flag floatx80_lt( floatx80 a, floatx80 b ) in floatx80_lt() function