Searched refs:root_squared (Results 1 – 1 of 1) sorted by relevance
91 float exponent, resf, square, root_squared, error; in ZTEST() local95 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() local157 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