Lines Matching defs:ty
72 double ts, tc, tx, tt[3], ty[2], t, w, z, c, s;
100 nx = __vlibm_rem_pio2m(tt, ty, e0, nx, 2);
104 ty[0] = -ty[0];
105 ty[1] = -ty[1];
108 /* now nx and ty[*] are the quadrant and reduced arg */
110 hx = HI(&ty[0]);
113 ty[0] = -ty[0];
114 ty[1] = -ty[1];
120 z = ty[0] * ty[0];
125 s = ty[0] + (ty[1] + ty[0] * t);
131 ty[0] = (ty[0] - t) + ty[1];
132 z = ty[0] * ty[0];
134 w = ty[0] * (one + z * (pp1 + z * pp2));