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

/barrelfish-2018-10-04/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.h361 float log1pf(float);
/barrelfish-2018-10-04/usr/tests/msun/
H A Dlogarithm_test.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,
/barrelfish-2018-10-04/include/
H A Dmath.h361 float log1pf(float);
/barrelfish-2018-10-04/lib/msun/
H A DMakefile199 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \

Completed in 177 milliseconds