Searched defs:sx (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_fmod.c37 int32_t n,hx,hy,hz,ix,iy,sx,i; local
42 sx = hx&0x80000000; /* sign of x */
43 hx ^=sx; /* |x| */
53 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
107 return Zero[(u_int32_t)sx>>31];
116 return Zero[(u_int32_t)sx>>31];
123 INSERT_WORDS(x,hx|sx,lx);
130 lx = (hx<<(32-n))|(lx>>n); hx = sx;
132 lx = hx>>(n-32); hx = sx;
134 INSERT_WORDS(x,hx|sx,l
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Ddmisc.c117 ULong *bx, *bxe, q, *sx, *sxe; local
134 sx = S->x;
135 sxe = sx + --n;
148 ys = *sx++ * (ULLong)q + carry;
157 si = *sx++;
167 ys = *sx++ * q + carry;
175 while(sx <= sxe);
188 sx = S->x;
191 ys = *sx++ + carry;
200 si = *sx
[all...]
/vbox/src/VBox/Main/src-all/
H A DDisplayResampleImage.cpp98 double sx, sy; local
124 sx = sx1;
130 if (floor2 (sx) == floor2 (sx1))
132 xportion = 1.0 - (sx - floor2 (sx));
137 sx = floor2 (sx);
139 else if (sx == floor2 (sx2))
151 (int) sx + srcX,
158 sx
253 FIXEDPOINT sx = sx1; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbmpscale.cpp98 double sx, sy; local
124 sx = sx1;
130 if (floor2 (sx) == floor2 (sx1))
132 xportion = 1.0 - (sx - floor2 (sx));
137 sx = floor2 (sx);
139 else if (sx == floor2 (sx2))
151 (int) sx + srcX,
158 sx
254 FIXEDPOINT sx = sx1; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1290 int sx, xinc, sy, yinc; local
1370 for (x = sx = 0; x < dstwidth; x++, sx += xinc) \
1371 d[x] = s[sx >> 16]; \
1383 for (x = sx = 0; x < dstwidth; x++, sx+= xinc)
1387 s = sbuf+3*(sx>>16);
1541 for (x = sx = 0; x < dstwidth; x++, sx += xinc) { \
1542 tmp = s[sx >> 1
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c2506 ULong *bx, *bxe, q, *sx, *sxe; local
2523 sx = S->x;
2524 sxe = sx + --n;
2537 ys = *sx++ * (ULLong)q + carry;
2544 si = *sx++;
2554 ys = *sx++ * q + carry;
2562 while(sx <= sxe);
2575 sx = S->x;
2578 ys = *sx++ + carry;
2585 si = *sx
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c7179 int sx, xinc, sy, yinc; local
7271 for (x = sx = 0; x < dstwidth; ++x, sx += xinc) \
7272 d[x] = s[sx >> 16]; \
7290 for (x = sx = 0; x < dstwidth; x++, sx+= xinc)
7294 s = sbuf + 3 * (sx >> 16);
7452 for (x = sx = 0; x < dstwidth; ++x, sx += xinc) \
7454 tmp = s[sx >> 1
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dtypes.h217 D3DVALUE sx; member in union:_D3DTLVERTEX::__anon13315
252 sx = v.x; sy = v.y; sz = v.z; rhw = _rhw;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dtypes.h220 D3DVALUE sx; member in union:_D3DTLVERTEX::__anon716
255 sx = v.x; sy = v.y; sz = v.z; rhw = _rhw;

Completed in 6224 milliseconds