Home
last modified time | relevance | path

Searched defs:square (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/lib/libc/minimal/source/math/
Dsqrtf.c18 float sqrtf(float square) in sqrtf()
Dsqrt.c18 double sqrt(double square) in sqrt()
/Zephyr-Core-3.5.0/tests/lib/c_lib/src/
Dtest_sqrt.c100 float exponent, resf, square, root_squared; in ZTEST() local
170 double resd, error, square, root_squared, exponent; in ZTEST() local