Searched defs:TBL2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c109 * TBL2[2*i] is a double precision number near (i+1)*2^-6, and
110 * TBL2[2*i+1] = exp(TBL2[2*i]) to within a relative error less
114 * TBL2[2*i] is a double precision number near -(i+1)*2^-6, and
115 * TBL2[2*i+1] = exp(TBL2[2*i]) to within a relative error less
118 static const double TBL2[] = { variable
318 z = x - TBL2[j];
322 return (TBL2[j+1] + TBL2[
[all...]

Completed in 55 milliseconds