Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h20 #define float128_le __softfloat_float128_le macro
167 #define float128_le __letf2
H A Dgetf2.c23 return float128_le(b, a) - 1; in __getf2()
H A Dletf2.c23 return 1 - float128_le(a, b); in __letf2()
H A Dsoftfloat.txt308 float128_eq float128_le float128_lt
H A Dtimesoftfloat.c2388 time_ab_float128_z_flag( float128_le ); in timeFunctionVariety()
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h307 int float128_le( float128, float128 );
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h307 int float128_le( float128, float128 );
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h299 int float128_le( float128, float128 );
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h307 int float128_le( float128, float128 );
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h299 int float128_le( float128, float128 );
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h299 int float128_le( float128, float128 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h283 !!!flag float128_le( float128, float128 );
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c1079 test_ab_float128_z_flag( float128_le, syst_float128_le ); in testFunctionVariety()
H A Dtestsoftfloat.c720 test_ab_float128_z_flag( slow_float128_le, float128_le ); in testFunctionVariety()
H A Dtestfloat.txt336 float128_eq float128_le float128_lt
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5333 flag float128_le( float128 a, float128 b ) in float128_le() function