Lines Matching defs:float128

89 | the `FLOAT128' macro and the quadruple-precision format `float128'.
162 } float128;
240 float128 int32_to_float128( int STATUS_PARAM );
250 float128 int64_to_float128( int64_t STATUS_PARAM );
273 float128 float32_to_float128( float32 STATUS_PARAM );
345 float128 float64_to_float128( float64 STATUS_PARAM );
413 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
470 int float128_to_int32( float128 STATUS_PARAM );
471 int float128_to_int32_round_to_zero( float128 STATUS_PARAM );
472 int64_t float128_to_int64( float128 STATUS_PARAM );
473 int64_t float128_to_int64_round_to_zero( float128 STATUS_PARAM );
474 float32 float128_to_float32( float128 STATUS_PARAM );
475 float64 float128_to_float64( float128 STATUS_PARAM );
477 floatx80 float128_to_floatx80( float128 STATUS_PARAM );
483 float128 float128_round_to_int( float128 STATUS_PARAM );
484 float128 float128_add( float128, float128 STATUS_PARAM );
485 float128 float128_sub( float128, float128 STATUS_PARAM );
486 float128 float128_mul( float128, float128 STATUS_PARAM );
487 float128 float128_div( float128, float128 STATUS_PARAM );
488 float128 float128_rem( float128, float128 STATUS_PARAM );
489 float128 float128_sqrt( float128 STATUS_PARAM );
490 int float128_eq( float128, float128 STATUS_PARAM );
491 int float128_le( float128, float128 STATUS_PARAM );
492 int float128_lt( float128, float128 STATUS_PARAM );
493 int float128_eq_signaling( float128, float128 STATUS_PARAM );
494 int float128_le_quiet( float128, float128 STATUS_PARAM );
495 int float128_lt_quiet( float128, float128 STATUS_PARAM );
496 int float128_compare( float128, float128 STATUS_PARAM );
497 int float128_compare_quiet( float128, float128 STATUS_PARAM );
498 int float128_is_nan( float128 );
499 int float128_is_signaling_nan( float128 );
500 float128 float128_scalbn( float128, int STATUS_PARAM );
502 INLINE float128 float128_abs(float128 a)
508 INLINE float128 float128_chs(float128 a)
514 INLINE int float128_is_infinity(float128 a)
519 INLINE int float128_is_neg(float128 a)
524 INLINE int float128_is_zero(float128 a)