Home
last modified time | relevance | path

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

/tests/lib/c_lib/common/src/
A Dtest_sqrt.c91 float exponent, resf, square, root_squared, error; in ZTEST() local
95 int32_t *p_root_squared = (int32_t *)&root_squared; in ZTEST()
115 root_squared = resf * resf; in ZTEST()
119 error = (square - root_squared) / in ZTEST()
153 double resd, error, square, root_squared, exponent; in ZTEST() local
157 int64_t *p_root_squared = (int64_t *)&root_squared; in ZTEST()
177 root_squared = resd * resd; in ZTEST()
181 error = (square - root_squared) / in ZTEST()

Completed in 9 milliseconds