Home | Sort by: relevance | last modified time | path |
/src/lib/libm/noieee_src/ | |
n_exp2f.c | 52 static const double exp2ft[TBLSIZE] = { variable in typeref:typename:const double[] 129 /* Compute r = exp2(y) = exp2ft[i0] * p(z). */ 130 tv = exp2ft[i0]; |
/src/lib/libm/src/ | |
s_exp2f.c | 72 static const double exp2ft[TBLSIZE] = { variable in typeref:typename:const double[] 153 /* Compute r = exp2(y) = exp2ft[i0] * p(z). */ 154 tv = exp2ft[i0]; |