Home | History | Annotate | Download | only in wince

Lines Matching defs:tA

42     register float tA = 0.0;
59 tA += step;
63 const float b = 2.0 * tA * tB;
64 const float c = tA * tA;
80 register float tA = 0.0;
99 tA += step;
101 const float tAsq = tA * tA;
105 const float b = 3.0 * tA * tBsq;
107 const float d = tAsq * tA;