Searched refs:hypot (Results 1 – 12 of 12) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csqrtf.c | 82 t = sqrt((a + hypot(a, b)) * 0.5); in csqrtf() 85 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrtf()
|
D | w_cabs.c | 18 return hypot(creal(z), cimag(z)); in cabs()
|
D | s_csqrt.c | 96 t = sqrt((a + hypot(a, b)) * 0.5); in csqrt() 99 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrt()
|
D | catrig.c | 159 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()
|
D | e_hypot.c | 130 __weak_reference(hypot, hypotl);
|
D | math_private.h | 689 #define __ieee754_hypot hypot
|
/bionic/libm/x86/ |
D | e_hypot.S | 82 # -- Begin hypot 83 ENTRY(hypot) 198 END(hypot) 199 # -- End hypot 202 ALIAS_SYMBOL(hypotl, hypot);
|
/bionic/libm/x86_64/ |
D | e_hypot.S | 67 # -- Begin hypot 68 ENTRY(hypot) 177 END(hypot) 178 # -- End hypot
|
/bionic/libm/ |
D | libm.map | 151 hypot;
|
/bionic/libm/include/ |
D | math.h | 232 double hypot(double, double);
|
/bionic/tests/ |
D | math_test.cpp | 720 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/ |
D | posix-2013.txt | 396 hypot
|