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

123

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_remainder.c53 unsigned sx,lx,lp; local
60 sx = hx&0x80000000;
88 __HI(x) ^= sx;
H A Ds_rint.c56 int i0,j0,sx; local
60 sx = (i0>>31)&1;
70 w = TWO52[sx]+x;
71 t = w-TWO52[sx];
73 __HI(t) = (i0&0x7fffffff)|(sx<<31);
95 w = TWO52[sx]+x;
96 return w-TWO52[sx];
H A De_fmod.c48 int n,hx,hy,hz,ix,iy,sx,i; local
55 sx = hx&0x80000000; /* sign of x */
56 hx ^=sx; /* |x| */
66 return Zero[(unsigned)sx>>31]; /* |x|=|y| return x*0*/
120 return Zero[(unsigned)sx>>31];
129 return Zero[(unsigned)sx>>31];
136 __HI(x) = hx|sx;
144 lx = (hx<<(32-n))|(lx>>n); hx = sx;
146 lx = hx>>(n-32); hx = sx;
148 __HI(x) = hx|sx;
[all...]
/openjdk7/langtools/test/tools/javac/6402516/
H A DTestIsAccessible.java31 String sx = "p.A p.A#priv no "; field in class:Test1
49 String sx = "p.A p.A#priv no "; field in class:Test2
/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaint.java56 double sx; field in class:TexturePaint
71 this.sx = anchor.getWidth() / bufImg.getWidth();
92 sx * bufImg.getWidth(),
135 xform.scale(sx, sy);
H A DGraphics2D.java1040 * [ sx 0 0 ]
1044 * @param sx the amount by which X coordinates in subsequent
1051 public abstract void scale(double sx, double sy); argument
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIBlitLoops.java124 int sx, int sy, int dx, int dy,
139 int sx, int sy, int dx, int dy, int w, int h)
141 nativeBlit(src, dst, clip, sx, sy, dx, dy, w, h,
122 nativeBlit(SurfaceData src, SurfaceData dst, Region clip, int sx, int sy, int dx, int dy, int w, int h, int rmask, int gmask, int bmask, boolean needLut) argument
137 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskFill.cpp43 * sx,sy - "current" upper left corner of the mask tile region of interest
65 jint sx, sy, sw, sh; local
82 for (sx = sx1; sx < sx2; sx += tw, x += tw) {
83 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
85 res = maskCache->AddMaskQuad(sx, sy, x, y, sw, sh,
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskFill.c84 * sx,sy - "current" upper left corner of the mask tile region of interest
104 jint sx, sy, sw, sh; local
118 for (sx = sx1; sx < sx2; sx += tw, x += tw) {
119 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
122 sx, sy, x, y, sw, sh,
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl_mult.c110 mp_int sx, sy; local
124 MP_DIGITS(&sx) = 0;
126 MP_CHECKOK(mp_init(&sx, FLAG(k1)));
129 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
133 MP_CHECKOK(group->meth->field_enc(&sx, &sx, group->meth));
139 MP_CHECKOK(group->point_add(&sx, &sy, rx, ry, rx, ry, group));
147 mp_clear(&sx);
H A Dec2_aff.c187 mp_int k, k3, qx, qy, sx, sy; local
194 MP_DIGITS(&sx) = 0;
200 MP_CHECKOK(mp_init(&sx));
221 MP_CHECKOK(mp_copy(&qx, &sx));
225 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
229 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
238 MP_CHECKOK(mp_copy(&qx, &sx));
245 MP_CHECKOK(group->point_dbl(&sx,
[all...]
H A Decp_aff.c200 mp_int k, k3, qx, qy, sx, sy; local
207 MP_DIGITS(&sx) = 0;
213 MP_CHECKOK(mp_init(&sx));
234 MP_CHECKOK(mp_copy(&qx, &sx));
238 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
242 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
251 MP_CHECKOK(mp_copy(&qx, &sx));
258 MP_CHECKOK(group->point_dbl(&sx,
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11PMBlitBgLoops.java89 int sx, int sy,
101 sx, sy, dx, dy, w, h);
113 int sx, int sy,
87 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int sx, int sy, int dx, int dy, int w, int h) argument
111 nativeBlitBg(long srcData, long dstData, long xgc, int pixel, int sx, int sy, int dx, int dy, int w, int h) argument
H A DX11PMBlitLoops.java149 int sx, int sy,
160 sx, sy, dx, dy, w, h);
173 int sx, int sy, int dx, int dy,
199 int sx, int sy, int dx, int dy, int w, int h)
204 blit.Blit(src, dst, comp, clip, sx, sy, dx, dy, w, h);
147 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
171 nativeBlit(long srcData, long dstData, long xgc, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
197 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
/openjdk7/langtools/test/tools/javac/protectedAccess/
H A DProtectedMemberAccess2.java21 static pkg.SuperClass sx = new pkg.SuperClass(); field in class:ProtectedMemberAccess2
26 int n = sx.pi; // illegal
27 int m = sx.spi; // illegal
29 static int sn = sx.pi; // illegal
30 static int sm = sx.spi; // illegal
35 int u = sx.pm(); // illegal
36 int v = sx.spm(); // illegal
60 sx.pi = 1; // illegal
61 sx.spi = 2; // illegal
66 int n = sx
[all...]
H A DProtectedMemberAccess3.java21 static pkg.SuperClass sx = new pkg.SuperClass(); field in class:ProtectedMemberAccess3
28 int n = sx.pi; // illegal
29 int m = sx.spi; // illegal
31 //static int sn = sx.pi;
32 //static int sm = sx.spi;
37 int u = sx.pm(); // illegal
38 int v = sx.spm(); // illegal
68 sx.pi = 1; // illegal
69 sx.spi = 2; // illegal
77 int u = sx
[all...]
H A DProtectedMemberAccess4.java27 static pkg.SuperClass sx = new pkg.SuperClass(); field in class:ProtectedMemberAccess4
32 int n = sx.pi; // illegal
33 int m = sx.spi; // ok
35 static int sn = sx.pi; // illegal
36 static int sm = sx.spi; // ok
41 int u = sx.pm(); // illegal
42 int v = sx.spm(); // ok
66 sx.pi = 1; // illegal
67 sx.spi = 2; // ok
72 int n = sx
[all...]
H A DProtectedMemberAccess1.java190 static ProtectedMemberAccess2a sx = field in class:ProtectedMemberAccess2a
196 int n = sx.pi;
197 int m = sx.spi;
199 static int sn = sx.pi;
200 static int sm = sx.spi;
205 int u = sx.pm();
206 int v = sx.spm();
231 sx.pi = 1;
232 sx.spi = 2;
237 int n = sx
429 static SubClass sx = new SubClass(); field in class:ProtectedMemberAccess3a
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DDrawImagePipe.java43 * or from a given (sx, sy) location.
63 int dx, int dy, int sx, int sy, int w, int h,
62 copyImage(SunGraphics2D sg, Image img, int dx, int dy, int sx, int sy, int w, int h, Color bgColor, ImageObserver observer) argument
H A DDrawImage.java82 int dx, int dy, int sx, int sy, int w, int h,
88 sx, sy, w, h);
91 sx, sy, (sx + w), (sy + h), bgColor);
553 int sx, int sy,
578 sx, sy, dx, dy, w, h, bgColor);
922 int sx, int sy, int dx, int dy,
956 sx, sy, dx, dy, w, h);
960 bgColor.getRGB(), sx, sy, dx, dy, w, h);
1022 int dx, int dy, int sx, in
81 copyImage(SunGraphics2D sg, Image img, int dx, int dy, int sx, int sy, int w, int h, Color bgColor) argument
550 renderImageCopy(SunGraphics2D sg, Image img, Color bgColor, int dx, int dy, int sx, int sy, int w, int h) argument
916 blitSurfaceData(SunGraphics2D sg, Region clipRegion, SurfaceData srcData, SurfaceData dstData, SurfaceType srcType, SurfaceType dstType, int sx, int sy, int dx, int dy, int w, int h, Color bgColor) argument
1021 copyImage(SunGraphics2D sg, Image img, int dx, int dy, int sx, int sy, int w, int h, Color bgColor, ImageObserver observer) argument
[all...]
H A DNullPipe.java129 int dx, int dy, int sx, int sy, int w, int h,
128 copyImage(SunGraphics2D sg, Image img, int dx, int dy, int sx, int sy, int w, int h, Color bgColor, ImageObserver observer) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java167 private final float sx; field in class:TransformingPathConsumer2D.ScaleFilter
173 float sx, float sy, float tx, float ty)
176 this.sx = sx;
183 out.moveTo(x0 * sx + tx, y0 * sy + ty);
187 out.lineTo(x1 * sx + tx, y1 * sy + ty);
193 out.quadTo(x1 * sx + tx, y1 * sy + ty,
194 x2 * sx + tx, y2 * sy + ty);
201 out.curveTo(x1 * sx + tx, y1 * sy + ty,
202 x2 * sx
172 ScaleFilter(PathConsumer2D out, float sx, float sy, float tx, float ty) argument
286 private final float sx, sy; field in class:TransformingPathConsumer2D.DeltaScaleFilter
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.h72 CGFloat sx; member in struct:_statePatternInfo
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWEmbeddedFrame.java206 int sx, int sy, int swidth, int sheight,
205 printBand(long hdc, byte[] data, int offset, int sx, int sy, int swidth, int sheight, int dx, int dy, int dwidth, int dheight) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPMBlitLoops.java118 protected static XRSurfaceData cacheToTmpSurface(SurfaceData src, XRSurfaceData dst, int w, int h, int sx, int sy) { argument
147 sx, sy, 0, 0, w, h);
158 public void Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) { argument
169 x11sdDst.maskBuffer.compositeBlit(x11sdSrc, x11sdDst, sx, sy, dx, dy, w, h);
337 public void Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) { argument
343 opaqueSwToSurfaceBlit.Blit(src, dst, comp, clip, sx, sy, dx, dy, w, h);
348 XRSurfaceData vImgSurface = XRPMBlitLoops.cacheToTmpSurface(src, (XRSurfaceData) dst, w, h, sx, sy);
390 public void Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int sx, int sy, int dstx, argument
395 XRSurfaceData vImgSurface = XRPMBlitLoops.cacheToTmpSurface(src, (XRSurfaceData) dst, w, h, sx, sy);

Completed in 70 milliseconds

123