• Home
  • Raw
  • Download

Lines Matching refs:STATUS_PARAM

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