Lines Matching defs:STATUS_PARAM

57 void set_float_rounding_mode(int val STATUS_PARAM)
62 void set_float_exception_flags(int val STATUS_PARAM)
68 void set_floatx80_rounding_precision(int val STATUS_PARAM)
112 static int32 roundAndPackInt32( flag zSign, uint64_t absZ STATUS_PARAM)
162 static int64 roundAndPackInt64( flag zSign, uint64_t absZ0, uint64_t absZ1 STATUS_PARAM)
240 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM)
310 static float32 roundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig STATUS_PARAM)
376 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig STATUS_PARAM)
422 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM)
492 static float64 roundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig STATUS_PARAM)
558 normalizeRoundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig STATUS_PARAM)
665 STATUS_PARAM)
837 STATUS_PARAM)
993 flag zSign, int32 zExp, uint64_t zSig0, uint64_t zSig1, uint64_t zSig2 STATUS_PARAM)
1097 flag zSign, int32 zExp, uint64_t zSig0, uint64_t zSig1 STATUS_PARAM)
1129 float32 int32_to_float32( int32 a STATUS_PARAM )
1146 float64 int32_to_float64( int32 a STATUS_PARAM )
1171 floatx80 int32_to_floatx80( int32 a STATUS_PARAM )
1197 float128 int32_to_float128( int32 a STATUS_PARAM )
1221 float32 int64_to_float32( int64 a STATUS_PARAM )
1247 float32 uint64_to_float32( uint64 a STATUS_PARAM )
1274 float64 int64_to_float64( int64 a STATUS_PARAM )
1287 float64 uint64_to_float64( uint64 a STATUS_PARAM )
1303 floatx80 int64_to_floatx80( int64 a STATUS_PARAM )
1327 float128 int64_to_float128( int64 a STATUS_PARAM )
1366 int32 float32_to_int32( float32 a STATUS_PARAM )
1397 int32 float32_to_int32_round_to_zero( float32 a STATUS_PARAM )
1440 int16 float32_to_int16_round_to_zero( float32 a STATUS_PARAM )
1489 int64 float32_to_int64( float32 a STATUS_PARAM )
1526 int64 float32_to_int64_round_to_zero( float32 a STATUS_PARAM )
1570 float64 float32_to_float64( float32 a STATUS_PARAM )
1602 floatx80 float32_to_floatx80( float32 a STATUS_PARAM )
1636 float128 float32_to_float128( float32 a STATUS_PARAM )
1668 float32 float32_round_to_int( float32 a STATUS_PARAM)
1729 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1808 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1881 float32 float32_add( float32 a, float32 b STATUS_PARAM )
1904 float32 float32_sub( float32 a, float32 b STATUS_PARAM )
1927 float32 float32_mul( float32 a, float32 b STATUS_PARAM )
1990 float32 float32_div( float32 a, float32 b STATUS_PARAM )
2054 float32 float32_rem( float32 a, float32 b STATUS_PARAM )
2155 float32 float32_sqrt( float32 a STATUS_PARAM )
2241 float32 float32_exp2( float32 a STATUS_PARAM )
2289 float32 float32_log2( float32 a STATUS_PARAM )
2339 int float32_eq( float32 a, float32 b STATUS_PARAM )
2363 int float32_le( float32 a, float32 b STATUS_PARAM )
2392 int float32_lt( float32 a, float32 b STATUS_PARAM )
2421 int float32_unordered( float32 a, float32 b STATUS_PARAM )
2442 int float32_eq_quiet( float32 a, float32 b STATUS_PARAM )
2466 int float32_le_quiet( float32 a, float32 b STATUS_PARAM )
2497 int float32_lt_quiet( float32 a, float32 b STATUS_PARAM )
2528 int float32_unordered_quiet( float32 a, float32 b STATUS_PARAM )
2554 int32 float64_to_int32( float64 a STATUS_PARAM )
2582 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM )
2629 int16 float64_to_int16_round_to_zero( float64 a STATUS_PARAM )
2680 int64 float64_to_int64( float64 a STATUS_PARAM )
2723 int64 float64_to_int64_round_to_zero( float64 a STATUS_PARAM )
2773 float32 float64_to_float32( float64 a STATUS_PARAM )
2818 float32 float16_to_float32(float16 a, flag ieee STATUS_PARAM)
2848 float16 float32_to_float16(float32 a, flag ieee STATUS_PARAM)
2951 floatx80 float64_to_floatx80( float64 a STATUS_PARAM )
2986 float128 float64_to_float128( float64 a STATUS_PARAM )
3019 float64 float64_round_to_int( float64 a STATUS_PARAM )
3074 float64 float64_trunc_to_int( float64 a STATUS_PARAM)
3093 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
3172 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
3245 float64 float64_add( float64 a, float64 b STATUS_PARAM )
3268 float64 float64_sub( float64 a, float64 b STATUS_PARAM )
3291 float64 float64_mul( float64 a, float64 b STATUS_PARAM )
3352 float64 float64_div( float64 a, float64 b STATUS_PARAM )
3424 float64 float64_rem( float64 a, float64 b STATUS_PARAM )
3510 float64 float64_sqrt( float64 a STATUS_PARAM )
3561 float64 float64_log2( float64 a STATUS_PARAM )
3610 int float64_eq( float64 a, float64 b STATUS_PARAM )
3635 int float64_le( float64 a, float64 b STATUS_PARAM )
3664 int float64_lt( float64 a, float64 b STATUS_PARAM )
3693 int float64_unordered( float64 a, float64 b STATUS_PARAM )
3714 int float64_eq_quiet( float64 a, float64 b STATUS_PARAM )
3741 int float64_le_quiet( float64 a, float64 b STATUS_PARAM )
3772 int float64_lt_quiet( float64 a, float64 b STATUS_PARAM )
3803 int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM )
3831 int32 floatx80_to_int32( floatx80 a STATUS_PARAM )
3858 int32 floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM )
3903 int64 floatx80_to_int64( floatx80 a STATUS_PARAM )
3943 int64 floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM )
3984 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
4012 float64 floatx80_to_float64( floatx80 a STATUS_PARAM )
4042 float128 floatx80_to_float128( floatx80 a STATUS_PARAM )
4068 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM )
4142 static floatx80 addFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM)
4208 static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM )
4274 floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM )
4295 floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM )
4316 floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM )
4375 floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM )
4455 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM )
4551 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM )
4622 int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM )
4650 int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM )
4683 int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM )
4715 int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM )
4735 int floatx80_eq_quiet( floatx80 a, floatx80 b STATUS_PARAM )
4765 int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM )
4801 int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM )
4836 int floatx80_unordered_quiet( floatx80 a, floatx80 b STATUS_PARAM )
4866 int32 float128_to_int32( float128 a STATUS_PARAM )
4895 int32 float128_to_int32_round_to_zero( float128 a STATUS_PARAM )
4943 int64 float128_to_int64( float128 a STATUS_PARAM )
4986 int64 float128_to_int64_round_to_zero( float128 a STATUS_PARAM )
5044 float32 float128_to_float32( float128 a STATUS_PARAM )
5079 float64 float128_to_float64( float128 a STATUS_PARAM )
5114 floatx80 float128_to_floatx80( float128 a STATUS_PARAM )
5151 float128 float128_round_to_int( float128 a STATUS_PARAM )
5255 static float128 addFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM)
5341 static float128 subFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM)
5423 float128 float128_add( float128 a, float128 b STATUS_PARAM )
5444 float128 float128_sub( float128 a, float128 b STATUS_PARAM )
5465 float128 float128_mul( float128 a, float128 b STATUS_PARAM )
5529 float128 float128_div( float128 a, float128 b STATUS_PARAM )
5613 float128 float128_rem( float128 a, float128 b STATUS_PARAM )
5722 float128 float128_sqrt( float128 a STATUS_PARAM )
5792 int float128_eq( float128 a, float128 b STATUS_PARAM )
5819 int float128_le( float128 a, float128 b STATUS_PARAM )
5852 int float128_lt( float128 a, float128 b STATUS_PARAM )
5885 int float128_unordered( float128 a, float128 b STATUS_PARAM )
5905 int float128_eq_quiet( float128 a, float128 b STATUS_PARAM )
5935 int float128_le_quiet( float128 a, float128 b STATUS_PARAM )
5971 int float128_lt_quiet( float128 a, float128 b STATUS_PARAM )
6007 int float128_unordered_quiet( float128 a, float128 b STATUS_PARAM )
6026 float32 uint32_to_float32( unsigned int a STATUS_PARAM )
6031 float64 uint32_to_float64( unsigned int a STATUS_PARAM )
6036 unsigned int float32_to_uint32( float32 a STATUS_PARAM )
6054 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM )
6072 unsigned int float32_to_uint16_round_to_zero( float32 a STATUS_PARAM )
6090 unsigned int float64_to_uint32( float64 a STATUS_PARAM )
6108 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM )
6126 unsigned int float64_to_uint16_round_to_zero( float64 a STATUS_PARAM )
6145 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
6156 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
6169 int is_quiet STATUS_PARAM ) \
6207 int float ## s ## _compare( float ## s a, float ## s b STATUS_PARAM ) \
6212 int float ## s ## _compare_quiet( float ## s a, float ## s b STATUS_PARAM ) \
6221 int is_quiet STATUS_PARAM )
6256 int floatx80_compare( floatx80 a, floatx80 b STATUS_PARAM )
6261 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM )
6267 int is_quiet STATUS_PARAM )
6300 int float128_compare( float128 a, float128 b STATUS_PARAM )
6305 int float128_compare_quiet( float128 a, float128 b STATUS_PARAM )
6316 int ismin STATUS_PARAM ) \
6345 float ## s float ## s ## _min(float ## s a, float ## s b STATUS_PARAM) \
6350 float ## s float ## s ## _max(float ## s a, float ## s b STATUS_PARAM) \
6360 float32 float32_scalbn( float32 a, int n STATUS_PARAM )
6393 float64 float64_scalbn( float64 a, int n STATUS_PARAM )
6427 floatx80 floatx80_scalbn( floatx80 a, int n STATUS_PARAM )
6460 float128 float128_scalbn( float128 a, int n STATUS_PARAM )