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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c746 * 2**(j/32) is obtained by table look-up S[j]+S_trail[j].
991 /* S[j],S_trail[j] = 2**(j/32.) for the final computation of exp(t+w) */
1027 static const double S_trail[] = { variable
1310 zz.l = S_trail[j] * (one + t3) + S[j] * t3;
H A Dtgammal.c476 * S[j],S_trail[j] = 2**(j/32.) for the final computation of exp(t+w)
547 static const long double S_trail[] = { variable
724 zz.l = S_trail[j] * (one + t3) + S[j] * t3;

Completed in 78 milliseconds