Searched refs:float128_le (Results 1 – 11 of 11) sorted by relevance
19 #define float128_le __softfloat_float128_le macro166 #define float128_le __letf2
20 return float128_le(b, a) - 1; in __getf2()
20 return 1 - float128_le(a, b); in __letf2()
307 float128_eq float128_le float128_lt
2385 time_ab_float128_z_flag( float128_le ); in timeFunctionVariety()
306 int float128_le( float128, float128 );
298 int float128_le( float128, float128 );
282 !!!flag float128_le( float128, float128 );
5330 flag float128_le( float128 a, float128 b ) in float128_le() function