Home
last modified time | relevance | path

Searched refs:logl (Results 1 – 15 of 15) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clogl.c89 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()
De_acoshl.c79 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()
Ds_asinhl.c82 w = logl(fabsl(x))+ln2; in asinhl()
85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t)); in asinhl()
Ds_cpowl.c70 theta = theta + y * logl(absa); in cpowl()
Dcatrigl.c134 *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()
De_log.c146 __weak_reference(log, logl);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_lgammal_r.c244 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()
Ds_logl.c454 logl(long double x) in k_logl()
677 logl(long double x) in logl() function
/bionic/libm/
Dfake_long_double.c54 long double logl(long double x) { return log(x); } in logl() function
Dlibm.map.txt191 logl; # introduced=21
/bionic/libm/x86/
De_log.S234 ALIAS_SYMBOL(logl, log);
/bionic/tests/headers/posix/
Dmath_h.c257 FUNCTION(logl, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h156 long double logl(long double __x) __RENAME_LDBL(log, 3, 21);
/bionic/tests/
Dmath_test.cpp639 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/
Dposix-2013.txt528 logl