Home
last modified time | relevance | path

Searched refs:float128_round_to_int (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc447 ret = float128_round_to_int(a, &qsf);
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c747 float128 ret = float128_round_to_int(ARG128(a), &env->fpu_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1238 float128 float128_round_to_int(float128, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3233 t.f128 = float128_round_to_int(xb->f128, &tstat); in helper_xsrqpi()
/openbmc/qemu/fpu/
H A Dsoftfloat.c3020 float128 float128_round_to_int(float128 a, float_status *s) in float128_round_to_int() function