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