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
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()
219 yy1 = (double) iy1 * __TBL_logf[i1 + 1]; in __vlogf()
220 yy2 = (double) iy2 * __TBL_logf[i2 + 1]; in __vlogf()
221 yy3 = (double) iy3 * __TBL_logf[i3 + 1]; in __vlogf()
[all …]