Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance
93 uint32_t max_error; in ZTEST() local99 max_error = 0; in ZTEST()132 if (ierror > max_error) { in ZTEST()133 max_error = ierror; in ZTEST()143 zassert_true(max_error < 0x03, "huge errors in sqrt implementation"); in ZTEST()145 TC_PRINT("test_sqrtf max error %d counts\n", max_error); in ZTEST()152 uint64_t max_error; in ZTEST() local158 max_error = 0; in ZTEST()191 if (ierror > max_error) { in ZTEST()192 max_error = ierror; in ZTEST()[all …]