Searched refs:float32_to_uint32_round_to_zero (Results 1 – 5 of 5) sorted by relevance
191 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM) in float32_to_uint32_round_to_zero() function
257 unsigned int float32_to_uint32_round_to_zero( float32 STATUS_PARAM );
180 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM);
5542 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM ) in float32_to_uint32_round_to_zero() function
2527 return vfp_itos(float32_to_uint32_round_to_zero(x, &env->vfp.fp_status)); in VFP_HELPER()