Lines Matching refs:float32
210 INLINE uint32_t extractFloat32Frac( float32 a ) in extractFloat32Frac()
221 INLINE int_fast16_t extractFloat32Exp(float32 a) in extractFloat32Exp()
232 INLINE flag extractFloat32Sign( float32 a ) in extractFloat32Sign()
243 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM) in float32_squash_input_denormal()
283 INLINE float32 packFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig) in packFloat32()
313 static float32 roundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig STATUS_PARAM) in roundAndPackFloat32()
378 static float32
1124 float32 int32_to_float32( int32 a STATUS_PARAM ) in int32_to_float32()
1208 float32 int64_to_float32( int64 a STATUS_PARAM ) in int64_to_float32()
1234 float32 uint64_to_float32( uint64 a STATUS_PARAM ) in uint64_to_float32()
1360 int32 float32_to_int32( float32 a STATUS_PARAM ) in float32_to_int32()
1391 int32 float32_to_int32_round_to_zero( float32 a STATUS_PARAM ) in float32_to_int32_round_to_zero()
1434 int_fast16_t float32_to_int16_round_to_zero(float32 a STATUS_PARAM) in float32_to_int16_round_to_zero()
1483 int64 float32_to_int64( float32 a STATUS_PARAM ) in float32_to_int64()
1520 int64 float32_to_int64_round_to_zero( float32 a STATUS_PARAM ) in float32_to_int64_round_to_zero()
1564 float64 float32_to_float64( float32 a STATUS_PARAM ) in float32_to_float64()
1594 floatx80 float32_to_floatx80( float32 a STATUS_PARAM ) in float32_to_floatx80()
1624 float128 float32_to_float128( float32 a STATUS_PARAM ) in float32_to_float128()
1654 float32 float32_round_to_int( float32 a STATUS_PARAM) in float32_round_to_int()
1715 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM) in addFloat32Sigs()
1794 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM) in subFloat32Sigs()
1867 float32 float32_add( float32 a, float32 b STATUS_PARAM ) in float32_add()
1890 float32 float32_sub( float32 a, float32 b STATUS_PARAM ) in float32_sub()
1913 float32 float32_mul( float32 a, float32 b STATUS_PARAM ) in float32_mul()
1976 float32 float32_div( float32 a, float32 b STATUS_PARAM ) in float32_div()
2040 float32 float32_rem( float32 a, float32 b STATUS_PARAM ) in float32_rem()
2146 float32 float32_muladd(float32 a, float32 b, float32 c, int flags STATUS_PARAM) in float32_muladd()
2348 float32 float32_sqrt( float32 a STATUS_PARAM ) in float32_sqrt()
2434 float32 float32_exp2( float32 a STATUS_PARAM ) in float32_exp2()
2482 float32 float32_log2( float32 a STATUS_PARAM ) in float32_log2()
2532 int float32_eq( float32 a, float32 b STATUS_PARAM ) in float32_eq()
2556 int float32_le( float32 a, float32 b STATUS_PARAM ) in float32_le()
2585 int float32_lt( float32 a, float32 b STATUS_PARAM ) in float32_lt()
2614 int float32_unordered( float32 a, float32 b STATUS_PARAM ) in float32_unordered()
2635 int float32_eq_quiet( float32 a, float32 b STATUS_PARAM ) in float32_eq_quiet()
2659 int float32_le_quiet( float32 a, float32 b STATUS_PARAM ) in float32_le_quiet()
2690 int float32_lt_quiet( float32 a, float32 b STATUS_PARAM ) in float32_lt_quiet()
2721 int float32_unordered_quiet( float32 a, float32 b STATUS_PARAM ) in float32_unordered_quiet()
2966 float32 float64_to_float32( float64 a STATUS_PARAM ) in float64_to_float32()
3011 float32 float16_to_float32(float16 a, flag ieee STATUS_PARAM) in float16_to_float32()
3041 float16 float32_to_float16(float32 a, flag ieee STATUS_PARAM) in float32_to_float16()
4393 float32 floatx80_to_float32( floatx80 a STATUS_PARAM ) in floatx80_to_float32()
5445 float32 float128_to_float32( float128 a STATUS_PARAM ) in float128_to_float32()
6421 float32 uint32_to_float32( uint32 a STATUS_PARAM ) in uint32_to_float32()
6431 uint32 float32_to_uint32( float32 a STATUS_PARAM ) in float32_to_uint32()
6449 uint32 float32_to_uint32_round_to_zero( float32 a STATUS_PARAM ) in float32_to_uint32_round_to_zero()
6467 uint_fast16_t float32_to_uint16_round_to_zero(float32 a STATUS_PARAM) in float32_to_uint16_round_to_zero()
6781 float32 float32_scalbn( float32 a, int n STATUS_PARAM ) in float32_scalbn()