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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexp.c411 double y0, y1, y2, y3, y4, y5; local
456 y4 = (x4 * invln2_256) + round;
463 j4 = LO(y4);
470 y4 -= round;
491 x4 = (x4 - y4 * ln2_256h) - y4 * ln2_256l;
498 y4 = x4 * (one + x4 * (B1 + x4 * (B2 + x4 * B3)));
512 y4 = t4 + (TBL[j4 + 1] + t4 * y4);
540 HI(y4)
[all...]

Completed in 67 milliseconds