Home
last modified time | relevance | path

Searched refs:float64_to_int32_modulo (Results 1 – 4 of 4) sorted by relevance

/qemu/target/riscv/
H A Dfpu_helper.c487 return float64_to_int32_modulo(value, float_round_to_zero, &env->fp_status); in helper_fcvtmod_w_d()
/qemu/target/arm/
H A Dvfp_helper.c1099 frac = float64_to_int32_modulo(value, float_round_to_zero, status); in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h766 int32_t float64_to_int32_modulo(float64, FloatRoundMode, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3451 int32_t float64_to_int32_modulo(float64 a, FloatRoundMode rmode, in float64_to_int32_modulo() function