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

/freebsd-10.0-release/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_log1p.c179 __weak_reference(log1p, log1pl);
H A Dmath.h472 long double log1pl(long double);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c98 test(log1pl, x, result, exceptmask, excepts); \
239 test_tol(log1pl, tests[i].x - 1, tests[i].logex,
253 test_tol(log1pl, 0x0.33333333333333332p0L,
260 test_tol(log1pl, -0x0.33333333333333332p0L,
/freebsd-10.0-release/lib/msun/
H A DSymbol.map270 log1pl;
H A DMakefile192 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h333 /// long double log1pl(long double x);
334 log1pl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp182 "log1pl",
424 TLI.setUnavailable(LibFunc::log1pl);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h957 __tg_log1p(long double __x) {return log1pl(__x);}
/freebsd-10.0-release/lib/msun/ld128/
H A Ds_logl.c564 log1pl(long double x) function
/freebsd-10.0-release/lib/msun/ld80/
H A Ds_logl.c553 log1pl(long double x) function
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31025 log1pl(0.0l);
[all...]

Completed in 142 milliseconds