Home
last modified time | relevance | path

Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance

/tests/lib/c_lib/common/src/
A Dtest_sqrt.c92 uint32_t max_error; in ZTEST() local
97 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() local
159 max_error = 0; in ZTEST()
192 if (ierror > max_error) { in ZTEST()
193 max_error = ierror; in ZTEST()
[all …]

Completed in 8 milliseconds