Home | History | Annotate | Download | only in fpu

Lines Matching refs:float32

207 INLINE uint32_t extractFloat32Frac( float32 a )
218 INLINE int16 extractFloat32Exp( float32 a )
229 INLINE flag extractFloat32Sign( float32 a )
240 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM)
280 INLINE float32 packFloat32( flag zSign, int16 zExp, uint32_t zSig )
310 static float32 roundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig STATUS_PARAM)
375 static float32
1129 float32 int32_to_float32( int32 a STATUS_PARAM )
1221 float32 int64_to_float32( int64 a STATUS_PARAM )
1247 float32 uint64_to_float32( uint64 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 )
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)
3984 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
5044 float32 float128_to_float32( float128 a STATUS_PARAM )
6026 float32 uint32_to_float32( 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 )
6360 float32 float32_scalbn( float32 a, int n STATUS_PARAM )