Searched refs:y4 (Results 1 – 3 of 3) sorted by relevance
411 double y0, y1, y2, y3, y4, y5; in __vexp() local456 y4 = (x4 * invln2_256) + round; in __vexp()463 j4 = LO(y4); in __vexp()470 y4 -= round; in __vexp()491 x4 = (x4 - y4 * ln2_256h) - y4 * ln2_256l; in __vexp()498 y4 = x4 * (one + x4 * (B1 + x4 * (B2 + x4 * B3))); in __vexp()512 y4 = t4 + (TBL[j4 + 1] + t4 * y4); in __vexp()540 HI(y4) += (k4 + 0x3ef) << 20; in __vexp()541 y4 *= tiny; in __vexp()543 HI(y4) += k4 << 20; in __vexp()[all …]
35 CSRC= common/y1.c common/y2.c common/y3.c common/y4.c
29 COMOBJS= y1.o y2.o y3.o y4.o