Searched refs:testindex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-nearbyint.c76 get_output(int testindex, int rmodeindex, int negative) argument
88 out = tests[testindex].out[rmodeindex];
93 test_nearby(int testindex) argument
102 in = tests[testindex].in;
103 out = get_output(testindex, i, 0);
109 in = -tests[testindex].in;
110 out = get_output(testindex, i, 1);
121 test_modf(int testindex) argument
133 in = tests[testindex].in;
134 ipart_expected = tests[testindex]
[all...]

Completed in 23 milliseconds