Home
last modified time | relevance | path

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

/sysdeps/ieee754/dbl-64/
A De_remainder.c49 mynumber u, t, w = { { 0, 0 } }, v = { { 0, 0 } }, ww = { { 0, 0 } }, r; in __ieee754_remainder() local
83 ww.x = t.x - w.x; in __ieee754_remainder()
85 n1 = ww.i[HIGH_HALF]; in __ieee754_remainder()
92 ww.i[HIGH_HALF] = (n1) ? n1 + l : n1; in __ieee754_remainder()
94 u.x = (u.x - d * w.x) - d * ww.x; in __ieee754_remainder()
99 ww.i[HIGH_HALF] = n1; in __ieee754_remainder()
102 u.x = (u.x - d * w.x) - d * ww.x; in __ieee754_remainder()
111 return ((u.x - d * w.x) - d * ww.x); in __ieee754_remainder()
A Ds_atan.c55 v, w, ww, y, yy, z; in __atan() local
118 ww = w * ((1 - t1) - t2); in __atan()
121 z = (w - cij[i][0].d) + ww; in __atan()
149 ww = w * ((1 - t1) - t2); in __atan()
151 yy = ((HPI1 + cor) - ww) - yy; in __atan()
/sysdeps/wordsize-32/
A Ddivdi3.c60 DWunion ww; in __udivmoddi4() local
269 ww.s.low = q0; in __udivmoddi4()
270 ww.s.high = q1; in __udivmoddi4()
271 return ww.ll; in __udivmoddi4()

Completed in 7 milliseconds