Home | History | Annotate | Download | only in fpu

Lines Matching refs:STATUS_PARAM

62 void set_float_rounding_mode(int val STATUS_PARAM)
67 void set_float_exception_flags(int val STATUS_PARAM)
72 void set_floatx80_rounding_precision(int val STATUS_PARAM)
115 static int32 roundAndPackInt32( flag zSign, uint64_t absZ STATUS_PARAM)
165 static int64 roundAndPackInt64( flag zSign, uint64_t absZ0, uint64_t absZ1 STATUS_PARAM)
243 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM)
313 static float32 roundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig STATUS_PARAM)
379 normalizeRoundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig STATUS_PARAM)
425 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM)
495 static float64 roundAndPackFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig STATUS_PARAM)
561 normalizeRoundAndPackFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig STATUS_PARAM)
666 STATUS_PARAM)
838 STATUS_PARAM)
990 flag zSign, int32 zExp, uint64_t zSig0, uint64_t zSig1, uint64_t zSig2 STATUS_PARAM)
1094 flag zSign, int32 zExp, uint64_t zSig0, uint64_t zSig1 STATUS_PARAM)
1124 float32 int32_to_float32( int32 a STATUS_PARAM )
1141 float64 int32_to_float64( int32 a STATUS_PARAM )
1164 floatx80 int32_to_floatx80( int32 a STATUS_PARAM )
1186 float128 int32_to_float128( int32 a STATUS_PARAM )
1208 float32 int64_to_float32( int64 a STATUS_PARAM )
1234 float32 uint64_to_float32( uint64 a STATUS_PARAM )
1261 float64 int64_to_float64( int64 a STATUS_PARAM )
1274 float64 uint64_to_float64(uint64 a STATUS_PARAM)
1295 floatx80 int64_to_floatx80( int64 a STATUS_PARAM )
1315 float128 int64_to_float128( int64 a STATUS_PARAM )
1342 float128 uint64_to_float128(uint64 a STATUS_PARAM)
1360 int32 float32_to_int32( float32 a STATUS_PARAM )
1391 int32 float32_to_int32_round_to_zero( float32 a STATUS_PARAM )
1434 int_fast16_t float32_to_int16_round_to_zero(float32 a STATUS_PARAM)
1483 int64 float32_to_int64( float32 a STATUS_PARAM )
1520 int64 float32_to_int64_round_to_zero( float32 a STATUS_PARAM )
1564 float64 float32_to_float64( float32 a STATUS_PARAM )
1594 floatx80 float32_to_floatx80( float32 a STATUS_PARAM )
1624 float128 float32_to_float128( float32 a STATUS_PARAM )
1654 float32 float32_round_to_int( float32 a STATUS_PARAM)
1715 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1794 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1867 float32 float32_add( float32 a, float32 b STATUS_PARAM )
1890 float32 float32_sub( float32 a, float32 b STATUS_PARAM )
1913 float32 float32_mul( float32 a, float32 b STATUS_PARAM )
1976 float32 float32_div( float32 a, float32 b STATUS_PARAM )
2040 float32 float32_rem( float32 a, float32 b STATUS_PARAM )
2146 float32 float32_muladd(float32 a, float32 b, float32 c, int flags STATUS_PARAM)
2348 float32 float32_sqrt( float32 a STATUS_PARAM )
2434 float32 float32_exp2( float32 a STATUS_PARAM )
2482 float32 float32_log2( float32 a STATUS_PARAM )
2532 int float32_eq( float32 a, float32 b STATUS_PARAM )
2556 int float32_le( float32 a, float32 b STATUS_PARAM )
2585 int float32_lt( float32 a, float32 b STATUS_PARAM )
2614 int float32_unordered( float32 a, float32 b STATUS_PARAM )
2635 int float32_eq_quiet( float32 a, float32 b STATUS_PARAM )
2659 int float32_le_quiet( float32 a, float32 b STATUS_PARAM )
2690 STATUS_PARAM )
2721 int float32_unordered_quiet( float32 a, float32 b STATUS_PARAM )
2747 int32 float64_to_int32( float64 a STATUS_PARAM )
2775 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM )
2822 int_fast16_t float64_to_int16_round_to_zero(float64 a STATUS_PARAM)
2873 int64 float64_to_int64( float64 a STATUS_PARAM )
2916 int64 float64_to_int64_round_to_zero( float64 a STATUS_PARAM )
2966 float32 float64_to_float32( float64 a STATUS_PARAM )
3011 float32 float16_to_float32(float16 a, flag ieee STATUS_PARAM)
3041 float16 float32_to_float16(float32 a, flag ieee STATUS_PARAM)
3142 floatx80 float64_to_floatx80( float64 a STATUS_PARAM )
3173 float128 float64_to_float128( float64 a STATUS_PARAM )
3204 float64 float64_round_to_int( float64 a STATUS_PARAM )
3259 float64 float64_trunc_to_int( float64 a STATUS_PARAM)
3278 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
3357 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
3430 float64 float64_add( float64 a, float64 b STATUS_PARAM )
3453 float64 float64_sub( float64 a, float64 b STATUS_PARAM )
3476 float64 float64_mul( float64 a, float64 b STATUS_PARAM )
3537 float64 float64_div( float64 a, float64 b STATUS_PARAM )
3609 float64 float64_rem( float64 a, float64 b STATUS_PARAM )
3700 float64 float64_muladd(float64 a, float64 b, float64 c, int flags STATUS_PARAM)
3921 float64 float64_sqrt( float64 a STATUS_PARAM )
3972 float64 float64_log2( float64 a STATUS_PARAM )
4021 int float64_eq( float64 a, float64 b STATUS_PARAM )
4046 int float64_le( float64 a, float64 b STATUS_PARAM )
4075 int float64_lt( float64 a, float64 b STATUS_PARAM )
4104 int float64_unordered( float64 a, float64 b STATUS_PARAM )
4125 int float64_eq_quiet( float64 a, float64 b STATUS_PARAM )
4152 int float64_le_quiet( float64 a, float64 b STATUS_PARAM )
4183 int float64_lt_quiet( float64 a, float64 b STATUS_PARAM )
4214 int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM )
4240 int32 floatx80_to_int32( floatx80 a STATUS_PARAM )
4267 int32 floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM )
4312 int64 floatx80_to_int64( floatx80 a STATUS_PARAM )
4352 int64 floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM )
4393 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
4421 float64 floatx80_to_float64( floatx80 a STATUS_PARAM )
4449 float128 floatx80_to_float128( floatx80 a STATUS_PARAM )
4473 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM )
4547 static floatx80 addFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM)
4613 static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM )
4679 floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM )
4700 floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM )
4721 floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM )
4780 floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM )
4860 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM )
4956 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM )
5027 int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM )
5055 int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM )
5088 int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM )
5120 int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM )
5140 int floatx80_eq_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5170 int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5206 int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5241 int floatx80_unordered_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5267 int32 float128_to_int32( float128 a STATUS_PARAM )
5296 int32 float128_to_int32_round_to_zero( float128 a STATUS_PARAM )
5344 int64 float128_to_int64( float128 a STATUS_PARAM )
5387 int64 float128_to_int64_round_to_zero( float128 a STATUS_PARAM )
5445 float32 float128_to_float32( float128 a STATUS_PARAM )
5480 float64 float128_to_float64( float128 a STATUS_PARAM )
5513 floatx80 float128_to_floatx80( float128 a STATUS_PARAM )
5548 float128 float128_round_to_int( float128 a STATUS_PARAM )
5652 static float128 addFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM)
5738 static float128 subFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM)
5820 float128 float128_add( float128 a, float128 b STATUS_PARAM )
5841 float128 float128_sub( float128 a, float128 b STATUS_PARAM )
5862 float128 float128_mul( float128 a, float128 b STATUS_PARAM )
5926 float128 float128_div( float128 a, float128 b STATUS_PARAM )
6010 float128 float128_rem( float128 a, float128 b STATUS_PARAM )
6119 float128 float128_sqrt( float128 a STATUS_PARAM )
6189 int float128_eq( float128 a, float128 b STATUS_PARAM )
6216 int float128_le( float128 a, float128 b STATUS_PARAM )
6249 int float128_lt( float128 a, float128 b STATUS_PARAM )
6282 int float128_unordered( float128 a, float128 b STATUS_PARAM )
6302 int float128_eq_quiet( float128 a, float128 b STATUS_PARAM )
6332 int float128_le_quiet( float128 a, float128 b STATUS_PARAM )
6368 int float128_lt_quiet( float128 a, float128 b STATUS_PARAM )
6404 int float128_unordered_quiet( float128 a, float128 b STATUS_PARAM )
6421 float32 uint32_to_float32( uint32 a STATUS_PARAM )
6426 float64 uint32_to_float64( uint32 a STATUS_PARAM )
6431 uint32 float32_to_uint32( float32 a STATUS_PARAM )
6449 uint32 float32_to_uint32_round_to_zero( float32 a STATUS_PARAM )
6467 uint_fast16_t float32_to_uint16_round_to_zero(float32 a STATUS_PARAM)
6485 uint32 float64_to_uint32( float64 a STATUS_PARAM )
6503 uint32 float64_to_uint32_round_to_zero( float64 a STATUS_PARAM )
6521 uint_fast16_t float64_to_uint16_round_to_zero(float64 a STATUS_PARAM)
6540 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
6551 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
6564 int is_quiet STATUS_PARAM ) \
6602 int float ## s ## _compare( float ## s a, float ## s b STATUS_PARAM ) \
6607 int float ## s ## _compare_quiet( float ## s a, float ## s b STATUS_PARAM ) \
6616 int is_quiet STATUS_PARAM )
6651 int floatx80_compare( floatx80 a, floatx80 b STATUS_PARAM )
6656 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM )
6662 int is_quiet STATUS_PARAM )
6695 int float128_compare( float128 a, float128 b STATUS_PARAM )
6700 int float128_compare_quiet( float128 a, float128 b STATUS_PARAM )
6718 int ismin, int isieee STATUS_PARAM) \
6756 float ## s float ## s ## _min(float ## s a, float ## s b STATUS_PARAM) \
6761 float ## s float ## s ## _max(float ## s a, float ## s b STATUS_PARAM) \
6766 float ## s float ## s ## _minnum(float ## s a, float ## s b STATUS_PARAM) \
6771 float ## s float ## s ## _maxnum(float ## s a, float ## s b STATUS_PARAM) \
6781 float32 float32_scalbn( float32 a, int n STATUS_PARAM )
6814 float64 float64_scalbn( float64 a, int n STATUS_PARAM )
6847 floatx80 floatx80_scalbn( floatx80 a, int n STATUS_PARAM )
6878 float128 float128_scalbn( float128 a, int n STATUS_PARAM )