Home
last modified time | relevance | path

Searched refs:float128_lt (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h21 #define float128_lt __softfloat_float128_lt macro
166 #define float128_lt __lttf2
H A Dgttf2.c23 return float128_lt(b, a); in __gttf2()
H A Dlttf2.c23 return -float128_lt(a, b); in __lttf2()
H A Dsoftfloat.txt308 float128_eq float128_le float128_lt
H A Dtimesoftfloat.c2391 time_ab_float128_z_flag( float128_lt ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h308 int float128_lt( float128, float128 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h308 int float128_lt( float128, float128 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h300 int float128_lt( float128, float128 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h308 int float128_lt( float128, float128 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h300 int float128_lt( float128, float128 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h300 int float128_lt( float128, float128 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h284 !!!flag float128_lt( float128, float128 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1084 test_ab_float128_z_flag( float128_lt, syst_float128_lt ); in testFunctionVariety()
H A Dtestsoftfloat.c723 test_ab_float128_z_flag( slow_float128_lt, float128_lt ); in testFunctionVariety()
H A Dtestfloat.txt336 float128_eq float128_le float128_lt
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5366 flag float128_lt( float128 a, float128 b ) in float128_lt() function