Lines Matching refs:float32

177 INLINE bits32 extractFloat32Frac( float32 a )
188 INLINE int16 extractFloat32Exp( float32 a )
199 INLINE flag extractFloat32Sign( float32 a )
235 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
265 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM)
327 static float32
1057 float32 int32_to_float32( int32 a STATUS_PARAM )
1149 float32 int64_to_float32( int64 a STATUS_PARAM )
1175 float32 uint64_to_float32( uint64 a STATUS_PARAM )
1294 int32 float32_to_int32( float32 a STATUS_PARAM )
1324 int32 float32_to_int32_round_to_zero( float32 a STATUS_PARAM )
1366 int64 float32_to_int64( float32 a STATUS_PARAM )
1402 int64 float32_to_int64_round_to_zero( float32 a STATUS_PARAM )
1445 float64 float32_to_float64( float32 a STATUS_PARAM )
1476 floatx80 float32_to_floatx80( float32 a STATUS_PARAM )
1509 float128 float32_to_float128( float32 a STATUS_PARAM )
1540 float32 float32_round_to_int( float32 a STATUS_PARAM)
1600 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1674 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign STATUS_PARAM)
1747 float32 float32_add( float32 a, float32 b STATUS_PARAM )
1768 float32 float32_sub( float32 a, float32 b STATUS_PARAM )
1789 float32 float32_mul( float32 a, float32 b STATUS_PARAM )
1849 float32 float32_div( float32 a, float32 b STATUS_PARAM )
1911 float32 float32_rem( float32 a, float32 b STATUS_PARAM )
2010 float32 float32_sqrt( float32 a STATUS_PARAM )
2095 float32 float32_exp2( float32 a STATUS_PARAM )
2142 float32 float32_log2( float32 a STATUS_PARAM )
2190 int float32_eq( float32 a, float32 b STATUS_PARAM )
2213 int float32_le( float32 a, float32 b STATUS_PARAM )
2239 int float32_lt( float32 a, float32 b STATUS_PARAM )
2266 int float32_eq_signaling( float32 a, float32 b STATUS_PARAM )
2289 int float32_le_quiet( float32 a, float32 b STATUS_PARAM )
2318 int float32_lt_quiet( float32 a, float32 b STATUS_PARAM )
2514 float32 float64_to_float32( float64 a STATUS_PARAM )
2557 float32 float16_to_float32( bits16 a, flag ieee STATUS_PARAM )
2589 bits16 float32_to_float16( float32 a, flag ieee STATUS_PARAM)
3639 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
4657 float32 float128_to_float32( float128 a STATUS_PARAM )
5589 float32 uint32_to_float32( unsigned int a STATUS_PARAM )
5599 unsigned int float32_to_uint32( float32 a STATUS_PARAM )
5617 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM )
5790 float32 float32_scalbn( float32 a, int n STATUS_PARAM )