Searched refs:float32_to_uint32 (Results 1 – 5 of 5) sorted by relevance
176 unsigned int float32_to_uint32( float32 a STATUS_PARAM) in float32_to_uint32() function
256 unsigned int float32_to_uint32( float32 STATUS_PARAM );
179 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
5524 unsigned int float32_to_uint32( float32 a STATUS_PARAM ) in float32_to_uint32() function
2507 return vfp_itos(float32_to_uint32(x, &env->vfp.fp_status)); in VFP_HELPER()