Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnearbyint_test.c69 get_output(int testindex, int rmodeindex, int negative) in get_output() argument
74 if (rmodeindex == 1) in get_output()
75 rmodeindex = 2; in get_output()
76 else if (rmodeindex == 2) in get_output()
77 rmodeindex = 1; in get_output()
79 if (rmodeindex == 3) /* FE_TOWARDZERO uses the value for downwards */ in get_output()
80 rmodeindex = 1; in get_output()
81 out = tests[testindex].out[rmodeindex]; in get_output()