HomeSort by: relevance | last modified time | path
    Searched defs:sxy (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/src/
s_remquof.c 38 u_int32_t q,sxy; local in function:remquof
42 sxy = (hx ^ hy) & 0x80000000;
96 *quo = (sxy ? -q : q);
124 *quo = (sxy ? -q : q);
s_remquo.c 40 u_int32_t lx,ly,lz,q,sxy; local in function:remquo
44 sxy = (hx ^ hy) & 0x80000000;
59 *quo = (sxy ? -1 : 1);
123 *quo = (sxy ? -q : q);
158 *quo = (sxy ? -q : q);
164 if (q == 0 && sxy)
s_remquol.c 84 int ix,iy,n,q,sx,sxy; local in function:remquol
89 sxy = sx ^ uy.extu_sign;
108 *quo = (sxy ? -1 : 1);
150 *quo = (sxy ? -q : q);
181 *quo = (sxy ? -q : q);

Completed in 12 milliseconds