Lines Matching refs:float128
65 } float128; typedef
130 float128 int32_to_float128( int );
138 float128 int64_to_float128( long long );
156 float128 float32_to_float128( float32 );
196 float128 float64_to_float128( float64 );
235 float128 floatx80_to_float128( floatx80 );
275 int float128_to_int32( float128 );
276 int float128_to_int32_round_to_zero( float128 );
277 long long float128_to_int64( float128 );
278 long long float128_to_int64_round_to_zero( float128 );
279 float32 float128_to_float32( float128 );
280 float64 float128_to_float64( float128 );
282 floatx80 float128_to_floatx80( float128 );
290 float128 float128_round_to_int( float128 );
291 float128 float128_add( float128, float128 );
292 float128 float128_sub( float128, float128 );
293 float128 float128_mul( float128, float128 );
294 float128 float128_div( float128, float128 );
295 float128 float128_rem( float128, float128 );
296 float128 float128_sqrt( float128 );
297 int float128_eq( float128, float128 );
298 int float128_le( float128, float128 );
299 int float128_lt( float128, float128 );
300 int float128_eq_signaling( float128, float128 );
301 int float128_le_quiet( float128, float128 );
302 int float128_lt_quiet( float128, float128 );
303 int float128_is_signaling_nan( float128 );