Lines Matching refs:t
70 float t; in _redupif() local
73 t = x / (float)M_PI; in _redupif()
74 if (t >= 0.0f) in _redupif()
75 t += 0.5f; in _redupif()
77 t -= 0.5f; in _redupif()
79 i = t; /* the multiple */ in _redupif()
80 t = i; in _redupif()
81 t = (((double) x - (double) t * DP1) - (double) t * DP2) - (double) t * DP3; in _redupif()
82 return t; in _redupif()
90 float f, x, x2, y, y2, rn, t, d; in _ctansf() local
111 t = y2 + x2; in _ctansf()
112 t /= f; in _ctansf()
113 d += t; in _ctansf()
121 t = y2 - x2; in _ctansf()
122 t /= f; in _ctansf()
123 d += t; in _ctansf()
124 } while (fabsf(t/d) > MACHEPF); in _ctansf()