Searched refs:log1pl (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A De_atanhl.c70 t = 0.5*log1pl(t+t*x/(one-x));
72 t = 0.5*log1pl((x+x)/(one-x));
H A De_acoshl.c87 RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
H A Ds_asinhl.c88 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t)));
H A Ds_clogl.c95 RETURNI(CMPLXL(log1pl(ay * ay) / 2, v));
167 RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v));
H A Ds_log1p.c179 __weak_reference(log1p, log1pl);
H A Dcatrigl.c127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1)));
131 *rx = log1pl((y - 1) + sqrtl((y - 1) * (y + 1)));
398 rx = log1pl(4 * ax / sum_squares(ax - 1, ay)) / 4;
H A Dmath.h477 long double log1pl(long double);
/freebsd-13-stable/lib/msun/tests/
H A Dlogarithm_test.c92 test(log1pl, x, result, exceptmask, excepts); \
241 test_tol(log1pl, tests[i].x - 1, tests[i].logex,
259 test_tol(log1pl, 0x0.33333333333333332p0L,
266 test_tol(log1pl, -0x0.33333333333333332p0L,
/freebsd-13-stable/lib/msun/
H A DMakefile226 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
/freebsd-13-stable/lib/msun/ld128/
H A Ds_logl.c567 log1pl(long double x) function
/freebsd-13-stable/lib/msun/ld80/
H A Ds_logl.c555 log1pl(long double x) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h950 __tg_log1p(long double __x) {return log1pl(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h226 long double log1pl(long double x);
1317 inline _LIBCPP_INLINE_VISIBILITY long double log1p(long double __lcpp_x) _NOEXCEPT {return ::log1pl(__lcpp_x);}

Completed in 135 milliseconds