Lines Matching refs:floatx80
20 #ifdef FLOATX80
100 #ifdef FLOATX80
101 floatx80 int32_to_floatx80(int v STATUS_PARAM)
103 return (floatx80)v;
122 #ifdef FLOATX80
123 floatx80 int64_to_floatx80( int64_t v STATUS_PARAM)
125 return (floatx80)v;
169 #ifdef FLOATX80
170 floatx80 float32_to_floatx80( float32 a STATUS_PARAM)
298 #ifdef FLOATX80
299 floatx80 float64_to_floatx80( float64 a STATUS_PARAM)
444 #ifdef FLOATX80
449 int floatx80_to_int32( floatx80 a STATUS_PARAM)
453 int floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM)
457 int64_t floatx80_to_int64( floatx80 a STATUS_PARAM)
461 int64_t floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM)
465 float32 floatx80_to_float32( floatx80 a STATUS_PARAM)
469 float64 floatx80_to_float64( floatx80 a STATUS_PARAM)
477 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM)
481 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM)
485 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM)
489 int floatx80_compare( floatx80 a, floatx80 b STATUS_PARAM )
501 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM )
513 int floatx80_is_signaling_nan( floatx80 a1)
526 int floatx80_is_quiet_nan( floatx80 a1 )
533 int floatx80_is_any_nan( floatx80 a1 )