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

/openbsd-current/regress/lib/libm/msun/
H A Dcsqrt_test.c211 test_overflow(int maxexp) argument
217 ATF_CHECK(maxexp > 0 && maxexp % 2 == 0);
220 exp = maxexp - 2 * i;
252 test_precision(int maxexp, int mantdig) argument
266 ATF_REQUIRE(maxexp > 0 && maxexp % 2 == 0);
270 for (exp = 0; exp <= maxexp; exp += 2) {

Completed in 134 milliseconds