Searched refs:hypotl (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | w_cabsl.c | 19 return hypotl(creall(z), cimagl(z)); in cabsl()
|
D | s_csqrtl.c | 96 t = sqrtl((a + hypotl(a, b)) * 0.5); in csqrtl() 99 t = sqrtl((-a + hypotl(a, b)) * 0.5); in csqrtl()
|
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/libm/x86/ |
D | e_hypot.S | 202 ALIAS_SYMBOL(hypotl, hypot);
|
/bionic/libm/ |
D | libm.map | 153 hypotl;
|
/bionic/libm/include/ |
D | math.h | 428 long double hypotl(long double, long double);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 397 hypotl
|
/bionic/tests/ |
D | math_test.cpp | 728 TEST(math, hypotl) { in TEST() argument 729 ASSERT_DOUBLE_EQ(5.0L, hypotl(3.0L, 4.0L)); in TEST()
|