Lines Matching refs:floatx80
92 typedef long double floatx80; typedef
105 floatx80 f;
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
185 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
292 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
393 int floatx80_to_int32( floatx80 STATUS_PARAM );
394 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
395 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
396 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM);
397 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
398 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
400 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
406 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
407 INLINE floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_add()
411 INLINE floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_sub()
415 INLINE floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_mul()
419 INLINE floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_div()
423 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
424 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
425 INLINE int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_eq()
429 INLINE int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_le()
433 INLINE int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_lt()
437 INLINE int floatx80_eq_signaling( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_eq_signaling()
441 INLINE int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_le_quiet()
445 INLINE int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_lt_quiet()
450 INLINE int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_unordered()
455 int floatx80_compare( floatx80, floatx80 STATUS_PARAM );
456 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );
457 int floatx80_is_signaling_nan( floatx80 );
458 int floatx80_is_nan( floatx80 );
460 INLINE floatx80 floatx80_abs(floatx80 a) in floatx80_abs()
465 INLINE floatx80 floatx80_chs(floatx80 a) in floatx80_chs()
470 INLINE floatx80 floatx80_is_infinity(floatx80 a) in floatx80_is_infinity()
475 INLINE floatx80 floatx80_is_neg(floatx80 a) in floatx80_is_neg()
482 INLINE floatx80 floatx80_is_zero(floatx80 a) in floatx80_is_zero()
487 INLINE floatx80 floatx80_scalbn(floatx80 a, int n) in floatx80_scalbn()