Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance
92 uint32_t max_error; in ZTEST() local97 max_error = 0; in ZTEST()130 if (ierror > max_error) { in ZTEST()131 max_error = ierror; in ZTEST()141 zassert_true(max_error < 0x03, "huge errors in sqrt implementation"); in ZTEST()143 TC_PRINT("test_sqrtf max error %d counts\n", max_error); in ZTEST()154 uint64_t max_error; in ZTEST() local159 max_error = 0; in ZTEST()192 if (ierror > max_error) { in ZTEST()193 max_error = ierror; in ZTEST()[all …]
Completed in 8 milliseconds