Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dw_cabsf.c22 return hypotf(crealf(z), cimagf(z));
Dcatrigf.c94 R = hypotf(x, y + 1); in do_hard_work()
95 S = hypotf(x, y - 1); in do_hard_work()
294 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1, in clog_for_large_values()
298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
Dmath_private.h728 #define __ieee754_hypotf hypotf
/bionic/libm/
Dlibm.arm64.map153 hypotf;
Dlibm.x86.map153 hypotf;
Dlibm.mips64.map153 hypotf;
Dlibm.x86_64.map153 hypotf;
Dlibm.mips.map153 hypotf;
Dlibm.arm.map153 hypotf;
Dlibm.map.txt152 hypotf;
/bionic/libm/include/
Dmath.h296 float hypotf(float, float);
/bionic/tests/
Dmath_test.cpp724 TEST(math, hypotf) { in TEST() argument
725 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f)); in TEST()
1619 DoMathDataTest<1>(g_hypotf_intel_data, hypotf); in TEST()
/bionic/libc/tools/
Dposix-2013.txt395 hypotf