Searched refs:float128_round_to_int (Results 1 – 5 of 5) sorted by relevance
447 ret = float128_round_to_int(a, &qsf);
747 float128 ret = float128_round_to_int(ARG128(a), &env->fpu_status); in HELPER()
1238 float128 float128_round_to_int(float128, float_status *status);
3233 t.f128 = float128_round_to_int(xb->f128, &tstat); in helper_xsrqpi()
3020 float128 float128_round_to_int(float128 a, float_status *s) in float128_round_to_int() function