Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 12 of 12) 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 (cpack(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values()
485 return (cpack(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values()
De_hypot.c130 __weak_reference(hypot, hypotl);
Dmath_private.h689 #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/libm/
Dlibm.map151 hypot;
/bionic/libm/include/
Dmath.h232 double hypot(double, double);
/bionic/tests/
Dmath_test.cpp720 TEST(math, hypot) { in TEST() argument
721 ASSERT_DOUBLE_EQ(5.0, hypot(3.0, 4.0)); in TEST()
1614 DoMathDataTest<1>(g_hypot_intel_data, hypot); in TEST()
/bionic/libc/tools/
Dposix-2013.txt396 hypot