Home
last modified time | relevance | path

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

/math/
A Dgen-auto-libm-tests.c1108 int rint_res = mpfr_rint (tmp, tmp, rounding_modes[m].mpfr_mode); in round_real() local
1110 assert (rint_res == 0 || rint_res == 2 || rint_res == -2); in round_real()
1114 assert (rint_res != 0); in round_real()
1116 inexact = rint_res != 0; in round_real()

Completed in 8 milliseconds