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

/freebsd-10.0-release/lib/msun/src/
H A De_atanhf.c41 t = (float)0.5*log1pf(t+t*x/(one-x));
43 t = (float)0.5*log1pf((x+x)/(one-x));
H A De_acoshf.c46 return log1pf(t+__ieee754_sqrtf((float)2.0*t+t*t));
H A Ds_asinhf.c45 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t)));
H A Ds_log1pf.c40 log1pf(float x) function
H A Dcatrigf.c106 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1)));
110 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1)));
375 rx = log1pf(4 * ax / sum_squares(ax - 1, ay)) / 4;
H A Dmath.h365 float log1pf(float);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c97 test(log1pf, x, result, exceptmask, excepts); \
237 test_tol(log1pf, tests[i].x - 1, tests[i].logex,
249 test_tol(log1pf, 0x0.333333p0F,
256 test_tol(log1pf, -0x0.333333p0F,
/freebsd-10.0-release/lib/msun/
H A DSymbol.map132 log1pf;
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.h331 /// float log1pf(float x);
332 log1pf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp181 "log1pf",
423 TLI.setUnavailable(LibFunc::log1pf);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h949 __tg_log1p(float __x) {return log1pf(__x);}
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31024 log1pf(0.0f);
[all...]

Completed in 153 milliseconds