HomeSort by: relevance | last modified time | path
    Searched defs:exp2ft (Results 1 - 2 of 2) sorted by relevancy

  /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];

Completed in 11 milliseconds