Searched refs:float64_to_int32_modulo (Results 1 – 4 of 4) sorted by relevance
487 return float64_to_int32_modulo(value, float_round_to_zero, &env->fp_status); in helper_fcvtmod_w_d()
1131 frac = float64_to_int32_modulo(value, float_round_to_zero, status); in HELPER()
766 int32_t float64_to_int32_modulo(float64, FloatRoundMode, float_status *status);
3451 int32_t float64_to_int32_modulo(float64 a, FloatRoundMode rmode, in float64_to_int32_modulo() function