Searched refs:hypotl (Results 1 – 12 of 12) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clogl.c | 89 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 104 RETURNI(CMPLXL(logl(hypotl(x * 0x1p-16382L, y * 0x1p-16382L)) + in clogl() 107 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 111 RETURNI(CMPLXL(logl(hypotl(x * 0x1p16383L, y * 0x1p16383L)) + in clogl() 116 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl()
|
D | s_csqrtl.c | 116 t = sqrtl((a + hypotl(a, b)) * 0.5); in csqrtl() 120 t = sqrtl((-a + hypotl(a, b)) * 0.5); in csqrtl()
|
D | w_cabsl.c | 19 return hypotl(creall(z), cimagl(z)); in cabsl()
|
D | catrigl.c | 115 R = hypotl(x, y + 1); in do_hard_work() 116 S = hypotl(x, y - 1); in do_hard_work() 316 return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1, in clog_for_large_values() 320 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x))); in clog_for_large_values()
|
D | e_hypot.c | 130 __weak_reference(hypot, hypotl);
|
D | e_hypotl.c | 49 hypotl(long double x, long double y) in hypotl() function
|
/bionic/tests/ |
D | math_test.cpp | 973 TEST(MATH_TEST, hypotl) { in TEST() argument 974 ASSERT_DOUBLE_EQ(5.0L, hypotl(3.0L, 4.0L)); in TEST() 977 ASSERT_EQ(HUGE_VALL, hypotl(3.0L, HUGE_VALL)); in TEST() 978 ASSERT_EQ(HUGE_VALL, hypotl(3.0L, -HUGE_VALL)); in TEST() 979 ASSERT_EQ(HUGE_VALL, hypotl(HUGE_VALL, 4.0L)); in TEST() 980 ASSERT_EQ(HUGE_VALL, hypotl(-HUGE_VALL, 4.0L)); in TEST() 983 ASSERT_TRUE(isnanl(hypotl(3.0L, nanl("")))); in TEST() 984 ASSERT_TRUE(isnanl(hypotl(nanl(""), 4.0L))); in TEST()
|
/bionic/libm/x86/ |
D | e_hypot.S | 202 ALIAS_SYMBOL(hypotl, hypot);
|
/bionic/libm/ |
D | libm.map.txt | 153 hypotl; # introduced=21
|
/bionic/tests/headers/posix/ |
D | math_h.c | 217 FUNCTION(hypotl, long double (*f)(long double, long double)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 197 long double hypotl(long double __x, long double __y) __RENAME_LDBL(hypot, 3, 21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 397 hypotl
|