Lines Matching refs:T1
307 * log(x) - 1 = T1(n) + T2(j) + T3(s), where x = 2**n * y, 1<=y<2,
309 * T1(n) = T1[2n,2n+1] = n*log(2)-1,
316 static const long double T1[] = {
637 * log(x) - 1 = T1(n) + T2(j) + T3(s), where x = 2**n * y, 1<=y<2,
639 * T1(n) = T1[2n,2n+1] = n*log(2)-1,
647 * T1(n): |_________|___________________|
670 t4 = T2[j2 + 1] + T1[n2 + 1];
673 t3 = T2[j2] + T1[n2];