Searched defs:y5 (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
457 y5 = (x5 * invln2_256) + round;
464 j5 = LO(y5);
471 y5 -= round;
492 x5 = (x5 - y5 * ln2_256h) - y5 * ln2_256l;
499 y5 = x5 * (one + x5 * (B1 + x5 * (B2 + x5 * B3)));
513 y5 = t5 + (TBL[j5 + 1] + t5 * y5);
546 HI(y5)
[all...]

Completed in 92 milliseconds