Home
last modified time | relevance | path

Searched refs:__TBL_logf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c66 static const double __TBL_logf[] = { variable
110 ty##N = LN2 * (double) exp##N + __TBL_logf[i##N]; \
111 yy##N = (double) iy##N * __TBL_logf[i##N + 1]; \
147 double LN2 = __TBL_logf[64]; /* log(2) = 0.6931471805599453094 */ in __vlogf()
212 ty0 = LN2 * (double) exp0 + __TBL_logf[i0]; in __vlogf()
213 ty1 = LN2 * (double) exp1 + __TBL_logf[i1]; in __vlogf()
214 ty2 = LN2 * (double) exp2 + __TBL_logf[i2]; in __vlogf()
215 ty3 = LN2 * (double) exp3 + __TBL_logf[i3]; in __vlogf()
216 ty4 = LN2 * (double) exp4 + __TBL_logf[i4]; in __vlogf()
218 yy0 = (double) iy0 * __TBL_logf[i0 + 1]; in __vlogf()
[all …]