Lines Matching defs:floatx80

86 | floating-point format `floatx80'.  If this macro is not defined, the
87 | `floatx80' type will not be defined, and none of the functions that either
88 | input or output the `floatx80' type will be defined. The same applies to
153 } floatx80;
237 floatx80 int32_to_floatx80( int STATUS_PARAM );
247 floatx80 int64_to_floatx80( int64_t STATUS_PARAM );
270 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
342 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
406 int floatx80_to_int32( floatx80 STATUS_PARAM );
407 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
408 int64_t floatx80_to_int64( floatx80 STATUS_PARAM );
409 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM );
410 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
411 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
413 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
419 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
420 floatx80 floatx80_add( floatx80, floatx80 STATUS_PARAM );
421 floatx80 floatx80_sub( floatx80, floatx80 STATUS_PARAM );
422 floatx80 floatx80_mul( floatx80, floatx80 STATUS_PARAM );
423 floatx80 floatx80_div( floatx80, floatx80 STATUS_PARAM );
424 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
425 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
426 int floatx80_eq( floatx80, floatx80 STATUS_PARAM );
427 int floatx80_le( floatx80, floatx80 STATUS_PARAM );
428 int floatx80_lt( floatx80, floatx80 STATUS_PARAM );
429 int floatx80_eq_signaling( floatx80, floatx80 STATUS_PARAM );
430 int floatx80_le_quiet( floatx80, floatx80 STATUS_PARAM );
431 int floatx80_lt_quiet( floatx80, floatx80 STATUS_PARAM );
432 int floatx80_is_nan( floatx80 );
433 int floatx80_is_signaling_nan( floatx80 );
434 floatx80 floatx80_scalbn( floatx80, int STATUS_PARAM );
436 INLINE floatx80 floatx80_abs(floatx80 a)
442 INLINE floatx80 floatx80_chs(floatx80 a)
448 INLINE int floatx80_is_infinity(floatx80 a)
453 INLINE int floatx80_is_neg(floatx80 a)
458 INLINE int floatx80_is_zero(floatx80 a)
477 floatx80 float128_to_floatx80( float128 STATUS_PARAM );