Searched refs:logl (Results 1 – 15 of 15) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clogl.c | 89 RETURNI(CMPLXL(logl(hypotl(x, y)), v)); in clogl() 100 RETURNI(CMPLXL(logl(ax), 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() 158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl()
|
D | e_acoshl.c | 79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */ in acoshl() 84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one)))); in acoshl()
|
D | s_asinhl.c | 82 w = logl(fabsl(x))+ln2; in asinhl() 85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t)); in asinhl()
|
D | s_cpowl.c | 70 theta = theta + y * logl(absa); in cpowl()
|
D | catrigl.c | 134 *rx = logl(A + sqrtl(A * A - 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() 322 return (CMPLXL(logl(ax * ax + ay * ay) / 2, atan2l(y, x))); in clog_for_large_values() 396 rx = (m_ln2 - logl(ay)) / 2; in catanhl()
|
D | e_log.c | 146 __weak_reference(log, logl);
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_lgammal_r.c | 244 return -logl(fabsl(x)); in lgammal_r() 254 nadj = logl(pi/fabsl(t*x)); in lgammal_r() 264 r = -logl(x); in lgammal_r() 314 r += logl(z); break; in lgammal_r() 318 t = logl(x); in lgammal_r() 327 r = x*(logl(x)-1); in lgammal_r()
|
D | s_logl.c | 454 logl(long double x) in k_logl() 677 logl(long double x) in logl() function
|
/bionic/libm/ |
D | fake_long_double.c | 54 long double logl(long double x) { return log(x); } in logl() function
|
D | libm.map.txt | 191 logl; # introduced=21
|
/bionic/libm/x86/ |
D | e_log.S | 234 ALIAS_SYMBOL(logl, log);
|
/bionic/tests/headers/posix/ |
D | math_h.c | 257 FUNCTION(logl, long double (*f)(long double)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 156 long double logl(long double __x) __RENAME_LDBL(log, 3, 21);
|
/bionic/tests/ |
D | math_test.cpp | 639 TEST(MATH_TEST, logl) { in TEST() argument 640 ASSERT_DOUBLE_EQ(1.0L, logl(M_E)); in TEST() 1422 ASSERT_DOUBLE_EQ(logl(24.0L), lgammal(5.0L)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 528 logl
|