Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/src/
De_rem_pio2f.c65 double tx[1],ty[2]; in __ieee754_rem_pio2f() local
93 n = __kernel_rem_pio2(tx,ty,e0,1,1,two_over_pi); in __ieee754_rem_pio2f()
94 y[0] = ty[0]; in __ieee754_rem_pio2f()
95 y[1] = ty[0] - y[0]; in __ieee754_rem_pio2f()
Ds_fmal.c52 long double c, cc, hx, hy, p, q, tx, ty; in fmal() local
153 ty = ys - hy; in fmal()
156 q = hx * ty + tx * hy; in fmal()
158 cc = p - c + q + tx * ty; in fmal()
Ds_fma.c57 double c, cc, hx, hy, p, q, tx, ty; in fma() local
158 ty = ys - hy; in fma()
161 q = hx * ty + tx * hy; in fma()
163 cc = p - c + q + tx * ty; in fma()