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

/freebsd-11-stable/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_clogf.c78 return (CMPLXF(log1pf(ay * ay) / 2, v));
150 return (CMPLXF(log1pf(ay2l + t + sh) / 2, v));
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.h366 float log1pf(float);
/freebsd-11-stable/lib/msun/tests/
H A Dlogarithm_test.c98 test(log1pf, x, result, exceptmask, excepts); \
238 test_tol(log1pf, tests[i].x - 1, tests[i].logex,
250 test_tol(log1pf, 0x0.333333p0F,
257 test_tol(log1pf, -0x0.333333p0F,
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_log.c324 * log1pf(3)
329 atf_tc_set_md_var(tc, "descr", "Test log1pf(NaN) == NaN");
337 ATF_CHECK(isnan(log1pf(x)) != 0);
343 atf_tc_set_md_var(tc, "descr", "Test log1pf(-Inf) == NaN");
349 const float y = log1pf(x);
353 atf_tc_fail("log1pf(-Inf) != NaN");
360 atf_tc_set_md_var(tc, "descr", "Test log1pf(+Inf) == +Inf");
367 ATF_CHECK(log1pf(x) == x);
373 atf_tc_set_md_var(tc, "descr", "Test log1pf(-1.0) == -HUGE_VALF");
378 const float x = log1pf(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h446 using ::log1pf;
H A Dtgmath.h942 __tg_log1p(float __x) {return log1pf(__x);}
H A D__clang_cuda_device_functions.h1607 __DEVICE__ float log1pf(float __a) { return __nv_log1pf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile226 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h225 float log1pf(float x);
1367 inline _LIBCPP_INLINE_VISIBILITY float log1p(float __lcpp_x) _NOEXCEPT {return ::log1pf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31024 log1pf(0.0f);
[all...]

Completed in 305 milliseconds