Home
last modified time | relevance | path

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

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