Searched refs:maxexp (Results 1 – 2 of 2) sorted by relevance
212 test_overflow(int maxexp) in test_overflow() argument218 ATF_CHECK(maxexp > 0 && maxexp % 2 == 0); in test_overflow()221 exp = maxexp - 2 * i; in test_overflow()253 test_precision(int maxexp, int mantdig) in test_precision() argument267 ATF_REQUIRE(maxexp > 0 && maxexp % 2 == 0); in test_precision()271 for (exp = 0; exp <= maxexp; exp += 2) { in test_precision()
170 unsigned int maxexp; in fetch_ieee754() 190 maxexp = 2047; in fetch_ieee754() 199 maxexp = 255; in fetch_ieee754() 280 if (characteristic == maxexp) in fetch_ieee754() 426 /*unsigned int maxexp;*/ in put_ieee754() 448 /*maxexp = 2047;*/ in put_ieee754() 457 /*maxexp = 255;*/ in put_ieee754() 172 unsigned int maxexp; fetch_ieee754() local