Home | History | Annotate | Download | only in fpu

Lines Matching refs:float32

210 INLINE uint32_t extractFloat32Frac( float32 a )
221 INLINE int_fast16_t extractFloat32Exp(float32 a)
232 INLINE flag extractFloat32Sign( float32 a )
243 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM)
283 INLINE float32 packFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig)
313 static float32 roundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig STATUS_PARAM)
378 static float32
1124 float32 int32_to_float32( int32 a STATUS_PARAM )
1208 float32 int64_to_float32( int64 a STATUS_PARAM )
1234 float32 uint64_to_float32( 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 float32 a, float32 b STATUS_PARAM )
2721 int float32_unordered_quiet( float32 a, float32 b 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)
4393 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
5445 float32 float128_to_float32( float128 a STATUS_PARAM )
6421 float32 uint32_to_float32( 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)
6781 float32 float32_scalbn( float32 a, int n STATUS_PARAM )