Lines Matching refs:tt
72 double tx, tt[3], ty[2], t, w, z, a;
84 tt[0] = (double)((int) tx);
85 tx = (tx - tt[0]) * two24;
89 tt[1] = (double)((int) tx);
90 tt[2] = (tx - tt[1]) * two24;
91 if (tt[2] != zero)
97 tt[1] = tt[2] = zero;
99 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);