Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dw_cabsf.c22 return hypotf(crealf(z), cimagf(z));
Dmath_private.h716 #define __ieee754_hypotf hypotf
/bionic/libm/include/
Dmath.h340 float hypotf(float, float);
/bionic/tests/
Dmath_test.cpp732 TEST(math, hypotf) { in TEST() argument
733 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f)); in TEST()