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

/freebsd-10-stable/lib/msun/src/
H A Ds_exp2f.c49 static const double exp2ft[TBLSIZE] = { variable
130 /* Compute r = exp2(y) = exp2ft[i0] * p(z). */
131 tv = exp2ft[i0];

Completed in 85 milliseconds