Home
last modified time | relevance | path

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

/src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h19 #define float128_le __softfloat_float128_le macro
166 #define float128_le __letf2
H A Dgetf2.c20 return float128_le(b, a) - 1; in __getf2()
H A Dletf2.c20 return 1 - float128_le(a, b); in __letf2()
H A Dsoftfloat.txt307 float128_eq float128_le float128_lt
H A Dtimesoftfloat.c2385 time_ab_float128_z_flag( float128_le ); in timeFunctionVariety()
/src/lib/libc/arm/softfloat/
H A Dsoftfloat.h306 int float128_le( float128, float128 );
/src/lib/libc/riscv/softfloat/
H A Dsoftfloat.h306 int float128_le( float128, float128 );
/src/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h298 int float128_le( float128, float128 );
/src/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h298 int float128_le( float128, float128 );
/src/lib/libc/softfloat/templates/
H A Dsoftfloat.h282 !!!flag float128_le( float128, float128 );
/src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c5330 flag float128_le( float128 a, float128 b ) in float128_le() function