Searched refs:float32_to_uint32_round_to_zero (Results 1 – 7 of 7) sorted by relevance
544 result = float32_to_uint32_round_to_zero(f_arg, &env->fp_status); in helper_ftouz()
373 uint32_t ret = float32_to_uint32_round_to_zero(arg, &env->fp_status); in HELPER()
214 float32_to_uint32_round_to_zero, float32, uint_fast32_t)
698 RdV = float32_to_uint32_round_to_zero(RsV, &env->fp_status); in HELPER()
587 uint32_t float32_to_uint32_round_to_zero(float32, float_status *status);
1006 return float32_to_uint32_round_to_zero(u.f, &env->vec_status); in efsctuiz()
3801 uint32_t float32_to_uint32_round_to_zero(float32 a, float_status *s) in float32_to_uint32_round_to_zero() function