Lines Matching refs:fT
27 sk_bzero(fT, sizeof(fT));
44 TArray operator[](int n) const { return TArray(fT[n]); }
112 return fUsed > 0 && (t == 0 ? fT[0][0] == 0 : fT[0][fUsed - 1] == 1);
117 return fUsed > 0 && (fT[1][0] == t || fT[1][fUsed - 1] == t);
199 fT[(int) swap][tIndex] = t;
225 fT[0][index] = fT[0][index] * (1 + BUMP_EPSILON * 2) - BUMP_EPSILON;
226 if (!between(0, fT[0][index], 1)) {
313 double fT[2][13];