Home
last modified time | relevance | path

Searched refs:float64_to_int64_modulo (Results 1 – 3 of 3) sorted by relevance

/qemu/target/alpha/
H A Dfpu_helper.c461 ret = float64_to_int64_modulo(fa, roundmode, &FP_STATUS); in do_cvttq()
/qemu/include/fpu/
H A Dsoftfloat.h767 int64_t float64_to_int64_modulo(float64, FloatRoundMode, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3460 int64_t float64_to_int64_modulo(float64 a, FloatRoundMode rmode, in float64_to_int64_modulo() function