Lines Matching refs:STATUS_PARAM

54 void set_float_rounding_mode(int val STATUS_PARAM)
59 void set_float_exception_flags(int val STATUS_PARAM)
65 void set_floatx80_rounding_precision(int val STATUS_PARAM)
82 static int32 roundAndPackInt32( flag zSign, bits64 absZ STATUS_PARAM)
132 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 STATUS_PARAM)
265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM)
328 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM)
429 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM)
492 normalizeRoundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM)
599 STATUS_PARAM)
768 STATUS_PARAM)
924 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1, bits64 zSig2 STATUS_PARAM)
1025 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 STATUS_PARAM)
1057 float32 int32_to_float32( int32 a STATUS_PARAM )
1074 float64 int32_to_float64( int32 a STATUS_PARAM )
1099 floatx80 int32_to_floatx80( int32 a STATUS_PARAM )
1125 float128 int32_to_float128( int32 a STATUS_PARAM )
1149 float32 int64_to_float32( int64 a STATUS_PARAM )
1175 float32 uint64_to_float32( uint64 a STATUS_PARAM )
1202 float64 int64_to_float64( int64 a STATUS_PARAM )
1215 float64 uint64_to_float64( uint64 a STATUS_PARAM )
1231 floatx80 int64_to_floatx80( int64 a STATUS_PARAM )
1255 float128 int64_to_float128( int64 a STATUS_PARAM )
1294 int32 float32_to_int32( float32 a STATUS_PARAM )
1324 int32 float32_to_int32_round_to_zero( float32 a STATUS_PARAM )
1366 int64 float32_to_int64( float32 a STATUS_PARAM )
1402 int64 float32_to_int64_round_to_zero( float32 a STATUS_PARAM )
1445 float64 float32_to_float64( float32 a STATUS_PARAM )
1476 floatx80 float32_to_floatx80( float32 a STATUS_PARAM )
1509 float128 float32_to_float128( float32 a STATUS_PARAM )
1540 float32 float32_round_to_int( float32 a STATUS_PARAM)
1600 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1674 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1747 float32 float32_add( float32 a, float32 b STATUS_PARAM )
1768 float32 float32_sub( float32 a, float32 b STATUS_PARAM )
1789 float32 float32_mul( float32 a, float32 b STATUS_PARAM )
1849 float32 float32_div( float32 a, float32 b STATUS_PARAM )
1911 float32 float32_rem( float32 a, float32 b STATUS_PARAM )
2010 float32 float32_sqrt( float32 a STATUS_PARAM )
2095 float32 float32_exp2( float32 a STATUS_PARAM )
2142 float32 float32_log2( float32 a STATUS_PARAM )
2190 int float32_eq( float32 a, float32 b STATUS_PARAM )
2213 int float32_le( float32 a, float32 b STATUS_PARAM )
2239 int float32_lt( float32 a, float32 b STATUS_PARAM )
2266 int float32_eq_signaling( float32 a, float32 b STATUS_PARAM )
2289 int float32_le_quiet( float32 a, float32 b STATUS_PARAM )
2318 int float32_lt_quiet( float32 a, float32 b STATUS_PARAM )
2350 int32 float64_to_int32( float64 a STATUS_PARAM )
2377 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM )
2423 int64 float64_to_int64( float64 a STATUS_PARAM )
2465 int64 float64_to_int64_round_to_zero( float64 a STATUS_PARAM )
2514 float32 float64_to_float32( float64 a STATUS_PARAM )
2557 float32 float16_to_float32( bits16 a, flag ieee STATUS_PARAM )
2589 bits16 float32_to_float16( float32 a, flag ieee STATUS_PARAM)
2685 floatx80 float64_to_floatx80( float64 a STATUS_PARAM )
2719 float128 float64_to_float128( float64 a STATUS_PARAM )
2751 float64 float64_round_to_int( float64 a STATUS_PARAM )
2805 float64 float64_trunc_to_int( float64 a STATUS_PARAM)
2824 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
2898 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
2971 float64 float64_add( float64 a, float64 b STATUS_PARAM )
2992 float64 float64_sub( float64 a, float64 b STATUS_PARAM )
3013 float64 float64_mul( float64 a, float64 b STATUS_PARAM )
3071 float64 float64_div( float64 a, float64 b STATUS_PARAM )
3141 float64 float64_rem( float64 a, float64 b STATUS_PARAM )
3225 float64 float64_sqrt( float64 a STATUS_PARAM )
3275 float64 float64_log2( float64 a STATUS_PARAM )
3322 int float64_eq( float64 a, float64 b STATUS_PARAM )
3347 int float64_le( float64 a, float64 b STATUS_PARAM )
3373 int float64_lt( float64 a, float64 b STATUS_PARAM )
3400 int float64_eq_signaling( float64 a, float64 b STATUS_PARAM )
3423 int float64_le_quiet( float64 a, float64 b STATUS_PARAM )
3452 int float64_lt_quiet( float64 a, float64 b STATUS_PARAM )
3486 int32 floatx80_to_int32( floatx80 a STATUS_PARAM )
3513 int32 floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM )
3558 int64 floatx80_to_int64( floatx80 a STATUS_PARAM )
3598 int64 floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM )
3639 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
3667 float64 floatx80_to_float64( floatx80 a STATUS_PARAM )
3697 float128 floatx80_to_float128( floatx80 a STATUS_PARAM )
3723 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM )
3797 static floatx80 addFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM)
3863 static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM )
3929 floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM )
3950 floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM )
3971 floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM )
4030 floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM )
4110 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM )
4206 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM )
4277 int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM )
4307 int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM )
4340 int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM )
4373 int floatx80_eq_signaling( floatx80 a, floatx80 b STATUS_PARAM )
4400 int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM )
4436 int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM )
4479 int32 float128_to_int32( float128 a STATUS_PARAM )
4508 int32 float128_to_int32_round_to_zero( float128 a STATUS_PARAM )
4556 int64 float128_to_int64( float128 a STATUS_PARAM )
4599 int64 float128_to_int64_round_to_zero( float128 a STATUS_PARAM )
4657 float32 float128_to_float32( float128 a STATUS_PARAM )
4692 float64 float128_to_float64( float128 a STATUS_PARAM )
4727 floatx80 float128_to_floatx80( float128 a STATUS_PARAM )
4764 float128 float128_round_to_int( float128 a STATUS_PARAM )
4868 static float128 addFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM)
4949 static float128 subFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM)
5031 float128 float128_add( float128 a, float128 b STATUS_PARAM )
5052 float128 float128_sub( float128 a, float128 b STATUS_PARAM )
5073 float128 float128_mul( float128 a, float128 b STATUS_PARAM )
5137 float128 float128_div( float128 a, float128 b STATUS_PARAM )
5221 float128 float128_rem( float128 a, float128 b STATUS_PARAM )
5330 float128 float128_sqrt( float128 a STATUS_PARAM )
5399 int float128_eq( float128 a, float128 b STATUS_PARAM )
5429 int float128_le( float128 a, float128 b STATUS_PARAM )
5461 int float128_lt( float128 a, float128 b STATUS_PARAM )
5494 int float128_eq_signaling( float128 a, float128 b STATUS_PARAM )
5521 int float128_le_quiet( float128 a, float128 b STATUS_PARAM )
5557 int float128_lt_quiet( float128 a, float128 b STATUS_PARAM )
5589 float32 uint32_to_float32( unsigned int a STATUS_PARAM )
5594 float64 uint32_to_float64( unsigned int a STATUS_PARAM )
5599 unsigned int float32_to_uint32( float32 a STATUS_PARAM )
5617 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM )
5635 unsigned int float64_to_uint32( float64 a STATUS_PARAM )
5653 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM )
5672 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
5683 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
5696 int is_quiet STATUS_PARAM ) \
5732 int float ## s ## _compare( float ## s a, float ## s b STATUS_PARAM ) \
5737 int float ## s ## _compare_quiet( float ## s a, float ## s b STATUS_PARAM ) \
5746 int is_quiet STATUS_PARAM )
5779 int float128_compare( float128 a, float128 b STATUS_PARAM )
5784 int float128_compare_quiet( float128 a, float128 b STATUS_PARAM )
5790 float32 float32_scalbn( float32 a, int n STATUS_PARAM )
5813 float64 float64_scalbn( float64 a, int n STATUS_PARAM )
5837 floatx80 floatx80_scalbn( floatx80 a, int n STATUS_PARAM )
5860 float128 float128_scalbn( float128 a, int n STATUS_PARAM )