Searched refs:exp2 (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/usr/tests/msun/
H A Dexponential_test.c72 test(exp2, x, result, exceptmask, excepts); \
131 * We should insist that exp2() return exactly the correct
141 assert(exp2(i) == ldexp(1.0, i));
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_exp2.c51 /* exp2(z + eps) eps */
311 * exp2(x): compute the base 2 exponential of x
319 * Thus we have exp2(x) = 2**k * exp2(y).
323 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
326 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
329 * exp2t[i] = exp2(
342 exp2(double x) function
[all...]
H A Dmath.h269 double exp2(double);
/barrelfish-2018-10-04/include/
H A Dmath.h269 double exp2(double);
/barrelfish-2018-10-04/lib/msun/
H A DMakefile172 exp.3 powl.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 \

Completed in 177 milliseconds