Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_csqrtf.c82 t = sqrt((a + hypot(a, b)) * 0.5); in csqrtf()
85 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrtf()
Dw_cabs.c18 return hypot(creal(z), cimag(z)); in cabs()
Ds_csqrt.c96 t = sqrt((a + hypot(a, b)) * 0.5); in csqrt()
99 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrt()
Dcatrig.c159 R = hypot(x, y + 1); /* |z+I| */ in do_hard_work()
160 S = hypot(x, y - 1); /* |z-I| */ in do_hard_work()
478 return (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values()
485 return (CMPLX(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values()
De_hypot.c130 __weak_reference(hypot, hypotl);
Dmath_private.h701 #define __ieee754_hypot hypot
/bionic/libm/x86/
De_hypot.S82 # -- Begin hypot
83 ENTRY(hypot)
198 END(hypot)
199 # -- End hypot
202 ALIAS_SYMBOL(hypotl, hypot);
/bionic/libm/x86_64/
De_hypot.S67 # -- Begin hypot
68 ENTRY(hypot)
177 END(hypot)
178 # -- End hypot
/bionic/libc/include/
Dmath.h145 double hypot(double, double);
/bionic/libm/
Dlibm.x86.map152 hypot;
Dlibm.mips64.map152 hypot;
Dlibm.arm64.map152 hypot;
Dlibm.x86_64.map152 hypot;
Dlibm.mips.map152 hypot;
Dlibm.map.txt151 hypot;
Dlibm.arm.map152 hypot;
/bionic/tests/
Dmath_test.cpp741 TEST(math, hypot) { in TEST() argument
742 ASSERT_DOUBLE_EQ(5.0, hypot(3.0, 4.0)); in TEST()
1613 DoMathDataTest<1>(g_hypot_intel_data, hypot); in TEST()
/bionic/libc/tools/
Dposix-2013.txt396 hypot