Lines Matching refs:T1
604 * = T1(n) + T2(j) + T3,
606 * where T1(n) = n*log(2)-1 and T2(j) = log(z(j)). Both T1 and T2 can be
608 * implies 3<=n<=10 implies 1.079.. < T1(n) < 6.931.
635 * (1) Table look-up entries for T1(n) and T2(j), as well as the calculation
642 * T1(n): |_________|___________________|
822 * log(x) - 1 = T1(n) + T2(j) + T3(s), where x = 2**n * y, 1<=y<2,
824 * T1(n) = T1[2n,2n+1] = n*log(2)-1,
835 static const double T1[] = {
1222 * log(x) - 1 = T1(n) + T2(j) + T3(s), where x = 2**n * y, 1<=y<2,
1224 * T1(n) = T1[2n,2n+1] = n*log(2)-1,
1232 * T1(n): |_________|___________________|
1258 t4 = T2[j2 + 1] + T1[n2 + 1];
1261 t3 = T2[j2] + T1[n2];