Home
last modified time | relevance | path

Searched refs:testindex (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
81 out = tests[testindex].out[rmodeindex]; in get_output()
86 test_nearby(int testindex) in test_nearby() argument
95 in = tests[testindex].in; in test_nearby()
96 out = get_output(testindex, i, 0); in test_nearby()
102 in = -tests[testindex].in; in test_nearby()
103 out = get_output(testindex, i, 1); in test_nearby()
112 test_modf(int testindex) in test_modf() argument
124 in = tests[testindex].in; in test_modf()
125 ipart_expected = tests[testindex].out[1]; in test_modf()