Lines Matching refs:tt
73 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s;
89 tt[0] = (double)((int) tx);
90 tx = (tx - tt[0]) * two24;
94 tt[1] = (double)((int) tx);
95 tt[2] = (tx - tt[1]) * two24;
96 if (tt[2] != zero)
102 tt[1] = tt[2] = zero;
104 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);