Lines Matching defs:floatx80

93 typedef long double floatx80;
106 floatx80 f;
159 floatx80 int32_to_floatx80( int STATUS_PARAM);
169 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
186 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
293 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
394 int floatx80_to_int32( floatx80 STATUS_PARAM );
395 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
396 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
397 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM);
398 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
399 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
401 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
407 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
408 INLINE floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM)
412 INLINE floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM)
416 INLINE floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM)
420 INLINE floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM)
424 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
425 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
426 INLINE int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM)
430 INLINE int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM)
434 INLINE int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM)
438 INLINE int floatx80_eq_signaling( floatx80 a, floatx80 b STATUS_PARAM)
442 INLINE int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM)
446 INLINE int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM)
451 INLINE int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM)
456 int floatx80_compare( floatx80, floatx80 STATUS_PARAM );
457 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );
458 int floatx80_is_signaling_nan( floatx80 );
459 int floatx80_is_nan( floatx80 );
461 INLINE floatx80 floatx80_abs(floatx80 a)
466 INLINE floatx80 floatx80_chs(floatx80 a)
471 INLINE floatx80 floatx80_is_infinity(floatx80 a)
476 INLINE floatx80 floatx80_is_neg(floatx80 a)
483 INLINE floatx80 floatx80_is_zero(floatx80 a)
488 INLINE floatx80 floatx80_scalbn(floatx80 a, int n)