Home
last modified time | relevance | path

Searched refs:log1pl (Results 1 – 21 of 21) sorted by relevance

/freebsd-13-stable/lib/msun/src/
HDe_atanhl.c68 t = 0.5*log1pl(t+t*x/(one-x)); in atanhl()
70 t = 0.5*log1pl((x+x)/(one-x)); in atanhl()
HDs_clogl.c93 RETURNI(CMPLXL(log1pl(ay * ay) / 2, v)); in clogl()
165 RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v)); in clogl()
HDe_acoshl.c85 RETURNI(log1pl(t+sqrtl(2.0*t+t*t))); in acoshl()
HDcatrigl.c125 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1))); in do_hard_work()
129 *rx = log1pl((y - 1) + sqrtl((y - 1) * (y + 1))); in do_hard_work()
396 rx = log1pl(4 * ax / sum_squares(ax - 1, ay)) / 4; in catanhl()
HDs_asinhl.c86 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
HDs_log1p.c177 __weak_reference(log1p, log1pl);
HDmath.h467 long double log1pl(long double);
/freebsd-13-stable/lib/msun/tests/
HDlogarithm_test.c90 test(log1pl, x, result, exceptmask, excepts); \
239 test_tol(log1pl, tests[i].x - 1, tests[i].logex, in ATF_TC_BODY()
257 test_tol(log1pl, 0x0.33333333333333332p0L, in ATF_TC_BODY()
264 test_tol(log1pl, -0x0.33333333333333332p0L, in ATF_TC_BODY()
/freebsd-13-stable/lib/msun/
HDSymbol.map272 log1pl;
HDMakefile237 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
/freebsd-13-stable/lib/msun/ld128/
HDs_logl.c565 log1pl(long double x) in log1pl() function
/freebsd-13-stable/lib/msun/ld80/
HDs_logl.c553 log1pl(long double x) in log1pl() function
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc100 using ::log1pl _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDcmath241 long double log1pl(long double x);
539 using ::log1pl _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc101 using std::log1pl _LIBCPP_USING_IF_EXISTS;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt120 fun:log1pl=functional
HDlibc_ubuntu1404_abilist.txt2216 fun:log1pl=uninstrumented
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDtgmath.h950 __tg_log1p(long double __x) {return log1pl(__x);} in __tg_log1p()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def1650 /// long double log1pl(long double x);
1651 TLI_DEFINE_ENUM_INTERNAL(log1pl)
1652 TLI_DEFINE_STRING_INTERNAL("log1pl")
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc603 SYMBOL(log1pl, None, <math.h>)
HDStdSymbolMap.inc2020 SYMBOL(log1pl, std::, <cmath>)
2021 SYMBOL(log1pl, None, <cmath>)
2022 SYMBOL(log1pl, None, <math.h>)