Searched refs:__TBL_log2f (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c211 static const double __TBL_log2f[] = { variable
212 /* __TBL_log2f[2*i] = 256*log2(1+i/128), i = [0, 128] */
213 /* __TBL_log2f[2*i+1] = 2**(-23)/(1+i/128), i = [0, 128] */
541 y0 = (double) i0 * __TBL_log2f[ind0 + 1];
542 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8);
610 y0 = (double) i0 * __TBL_log2f[ind0 + 1];
611 y1 = (double) i1 * __TBL_log2f[ind1 + 1];
612 y2 = (double) i2 * __TBL_log2f[ind2 + 1];
613 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8);
614 yy1 = __TBL_log2f[ind
[all...]

Completed in 46 milliseconds