Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/common/src/
Dtest_sqrt.c92 float exponent, resf, square, root_squared, error; in ZTEST() local
96 int32_t *p_root_squared = (int32_t *)&root_squared; in ZTEST()
117 root_squared = resf * resf; in ZTEST()
121 error = (square - root_squared) / in ZTEST()
151 double resd, error, square, root_squared, exponent; in ZTEST() local
155 int64_t *p_root_squared = (int64_t *)&root_squared; in ZTEST()
176 root_squared = resd * resd; in ZTEST()
180 error = (square - root_squared) / in ZTEST()