Lines Matching refs:floatx80
127 } floatx80;
128 #define make_floatx80(exp, mant) ((floatx80) { mant, exp })
232 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
238 floatx80 int64_to_floatx80( int64 STATUS_PARAM );
277 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
385 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
482 int32 floatx80_to_int32( floatx80 STATUS_PARAM );
483 int32 floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
484 int64 floatx80_to_int64( floatx80 STATUS_PARAM );
485 int64 floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM );
486 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
487 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
488 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
493 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
494 floatx80 floatx80_add( floatx80, floatx80 STATUS_PARAM );
495 floatx80 floatx80_sub( floatx80, floatx80 STATUS_PARAM );
496 floatx80 floatx80_mul( floatx80, floatx80 STATUS_PARAM );
497 floatx80 floatx80_div( floatx80, floatx80 STATUS_PARAM );
498 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
499 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
500 int floatx80_eq( floatx80, floatx80 STATUS_PARAM );
501 int floatx80_le( floatx80, floatx80 STATUS_PARAM );
502 int floatx80_lt( floatx80, floatx80 STATUS_PARAM );
503 int floatx80_unordered( floatx80, floatx80 STATUS_PARAM );
504 int floatx80_eq_quiet( floatx80, floatx80 STATUS_PARAM );
505 int floatx80_le_quiet( floatx80, floatx80 STATUS_PARAM );
506 int floatx80_lt_quiet( floatx80, floatx80 STATUS_PARAM );
507 int floatx80_unordered_quiet( floatx80, floatx80 STATUS_PARAM );
508 int floatx80_compare( floatx80, floatx80 STATUS_PARAM );
509 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );
510 int floatx80_is_quiet_nan( floatx80 );
511 int floatx80_is_signaling_nan( floatx80 );
512 floatx80 floatx80_maybe_silence_nan( floatx80 );
513 floatx80 floatx80_scalbn( floatx80, int STATUS_PARAM );
515 INLINE floatx80 floatx80_abs(floatx80 a)
521 INLINE floatx80 floatx80_chs(floatx80 a)
527 INLINE int floatx80_is_infinity(floatx80 a)
532 INLINE int floatx80_is_neg(floatx80 a)
537 INLINE int floatx80_is_zero(floatx80 a)
542 INLINE int floatx80_is_zero_or_denormal(floatx80 a)
547 INLINE int floatx80_is_any_nan(floatx80 a)
562 extern const floatx80 floatx80_default_nan;
573 floatx80 float128_to_floatx80( float128 STATUS_PARAM );