Home | History | Annotate | Download | only in fpu

Lines Matching refs:floatx80

91 #ifdef FLOATX80
92 typedef long double floatx80;
103 #ifdef FLOATX80
105 floatx80 f;
140 #ifdef FLOATX80
146 #ifdef FLOATX80
157 #ifdef FLOATX80
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
167 #ifdef FLOATX80
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
193 #ifdef FLOATX80
194 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
313 #ifdef FLOATX80
314 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
414 #ifdef FLOATX80
428 int floatx80_to_int32( floatx80 STATUS_PARAM );
429 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
430 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
431 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM);
432 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
433 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
435 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
441 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
442 INLINE floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM)
446 INLINE floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM)
450 INLINE floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM)
454 INLINE floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM)
458 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
459 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
460 INLINE int floatx80_eq_quiet( floatx80 a, floatx80 b STATUS_PARAM)
464 INLINE int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM)
468 INLINE int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM)
472 INLINE int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM)
476 INLINE int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM)
480 INLINE int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM)
485 INLINE int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM)
489 INLINE int floatx80_unordered_quiet( floatx80 a, floatx80 b STATUS_PARAM)
493 int floatx80_compare( floatx80, floatx80 STATUS_PARAM );
494 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );
495 int floatx80_is_signaling_nan( floatx80 );
496 int floatx80_is_quiet_nan( floatx80 );
497 int floatx80_is_any_nan( floatx80 );
499 INLINE floatx80 floatx80_abs(floatx80 a)
504 INLINE floatx80 floatx80_chs(floatx80 a)
509 INLINE floatx80 floatx80_is_infinity(floatx80 a)
514 INLINE floatx80 floatx80_is_neg(floatx80 a)
521 INLINE floatx80 floatx80_is_zero(floatx80 a)
526 INLINE floatx80 floatx80_scalbn(floatx80 a, int n STATUS_PARAM)