Lines Matching refs:TBL
69 static const double TBL[] = { variable
371 t##N = TBL[j##N]; \
372 y##N = t##N + (TBL[j##N + 1] + t##N * y##N); \
501 t0 = TBL[j0]; in __vexp()
502 t1 = TBL[j1]; in __vexp()
503 t2 = TBL[j2]; in __vexp()
504 t3 = TBL[j3]; in __vexp()
505 t4 = TBL[j4]; in __vexp()
506 t5 = TBL[j5]; in __vexp()
508 y0 = t0 + (TBL[j0 + 1] + t0 * y0); in __vexp()
509 y1 = t1 + (TBL[j1 + 1] + t1 * y1); in __vexp()
510 y2 = t2 + (TBL[j2 + 1] + t2 * y2); in __vexp()
511 y3 = t3 + (TBL[j3 + 1] + t3 * y3); in __vexp()
512 y4 = t4 + (TBL[j4 + 1] + t4 * y4); in __vexp()
513 y5 = t5 + (TBL[j5 + 1] + t5 * y5); in __vexp()