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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpow.c298 static const double __TBL_log2[] = { variable
299 /* __TBL_log2[2*i] = high order rounded 32 bits log2(1+i/256)*256, i = [0, 255] */
300 /* __TBL_log2[2*i+1] = low order least bits log2(1+i/256)*256, i = [0, 255] */
805 y0 = *(double *)((char*)__TBL_log2 + i0);
806 y1 = *(double *)((char*)__TBL_log2 + i1);
807 y2 = *(double *)((char*)__TBL_log2 + i2);
821 y0 += *(double *)((char*)__TBL_log2 + i0 + 8) + KA1_LO * s_h0;
822 y1 += *(double *)((char*)__TBL_log2 + i1 + 8) + KA1_LO * s_h1;
823 y2 += *(double *)((char*)__TBL_log2 + i2 + 8) + KA1_LO * s_h2;
971 y0 = *(double *)((char*)__TBL_log2
[all...]

Completed in 48 milliseconds