Searched refs:x1 (Results 26 - 50 of 407) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/lang/Math/
H A DCeilAndFloorTests.java56 -0x1.0p52,
57 0x1.0p52,
166 { 0x1.0p51, 0x1.0p51},
167 {-0x1.0p51, -0x1.0p51},
169 { FpUtils.nextDown(0x1.0p51), 0x1.0p51},
170 {-Math.nextUp(0x1.0p51), -0x1
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DMaskBlit.c68 srcInfo.bounds.x1 = srcx;
72 dstInfo.bounds.x1 = dstx;
99 jint savesx = srcInfo.bounds.x1;
100 jint savedx = dstInfo.bounds.x1;
104 srcx + span.x1, srcInfo.pixelStride,
107 span.x1, dstInfo.pixelStride,
109 maskoff += ((span.y1 - dsty) * maskscan + (span.x1 - dstx));
117 srcInfo.bounds.x1 = srcx + span.x1;
118 dstInfo.bounds.x1
[all...]
H A DBlit.c68 srcInfo.bounds.x1 = srcx;
72 dstInfo.bounds.x1 = dstx;
100 jint savesx = srcInfo.bounds.x1;
101 jint savedx = dstInfo.bounds.x1;
105 srcx + span.x1, srcInfo.pixelStride,
108 span.x1, dstInfo.pixelStride,
117 srcInfo.bounds.x1 = srcx + span.x1;
118 dstInfo.bounds.x1 = span.x1;
[all...]
H A DBlitBg.c68 srcInfo.bounds.x1 = srcx;
72 dstInfo.bounds.x1 = dstx;
104 jint savesx = srcInfo.bounds.x1;
105 jint savedx = dstInfo.bounds.x1;
109 srcx + span.x1, srcInfo.pixelStride,
112 span.x1, dstInfo.pixelStride,
121 srcInfo.bounds.x1 = srcx + span.x1;
122 dstInfo.bounds.x1 = span.x1;
[all...]
/openjdk7/jdk/test/java/beans/XMLDecoder/spec/
H A DTestMethod.java109 public void m(X x1, X x2) { argument
113 public void m(X x1, Y y2) { argument
126 public void m(X x1, X x2) { argument
130 public void m(X x1, Y y2) { argument
143 public void m(X x1, X x2) { argument
152 public void m(X x1, X x2) { argument
165 public void m(X x1, X x2) { argument
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder2.java38 private double x1; field in class:Order2
53 double x1, double y1,
60 addInstance(curves, x0, y0, cx0, cy0, x1, y1, direction);
67 tmp[4] = x1; tmp[5] = y1;
80 double x1, double y1,
83 curves.add(new Order2(x1, y1, cx0, cy0, x0, y0, -direction));
85 curves.add(new Order2(x0, y0, cx0, cy0, x1, y1, direction));
139 double x0, y0, cx, cy, x1, y1;
140 coords[pos+8] = x1 = coords[pos+4];
144 x1
50 insert(Vector curves, double tmp[], double x0, double y0, double cx0, double cy0, double x1, double y1, int direction) argument
77 addInstance(Vector curves, double x0, double y0, double cx0, double cy0, double x1, double y1, int direction) argument
160 Order2(double x0, double y0, double cx0, double cy0, double x1, double y1, int direction) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java132 public void lineTo(float x1, float y1) { argument
133 out.lineTo(x1 + tx, y1 + ty);
136 public void quadTo(float x1, float y1, argument
139 out.quadTo(x1 + tx, y1 + ty,
143 public void curveTo(float x1, float y1, argument
147 out.curveTo(x1 + tx, y1 + ty,
186 public void lineTo(float x1, float y1) { argument
187 out.lineTo(x1 * sx + tx, y1 * sy + ty);
190 public void quadTo(float x1, float y1, argument
193 out.quadTo(x1 * s
197 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
246 lineTo(float x1, float y1) argument
251 quadTo(float x1, float y1, float x2, float y2) argument
260 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
299 lineTo(float x1, float y1) argument
303 quadTo(float x1, float y1, float x2, float y2) argument
310 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
355 lineTo(float x1, float y1) argument
360 quadTo(float x1, float y1, float x2, float y2) argument
369 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
[all...]
H A DHelpers.java205 static float linelen(float x1, float y1, float x2, float y2) { argument
206 final float dx = x2 - x1;
272 float x1 = src[srcoff + 0];
281 left[leftoff + 0] = x1;
288 x1 = (x1 + ctrlx1) / 2.0f;
294 ctrlx1 = (x1 + centerx) / 2.0f;
301 left[leftoff + 2] = x1;
323 float x1 = src[srcoff + 0];
332 left[leftoff + 0] = x1;
[all...]
H A DRenderer.java69 if ((bucketcount & 0x1) != 0) {
86 // if ((count & 0x1) != 0) {
191 float x1 = x0 + dx;
195 addLine(x0, y0, x1, y1);
196 x0 = x1;
226 float x1 = x0, y1 = y0;
249 x1 += dx;
256 x1 = x3;
259 addLine(x0, y0, x1, y1);
260 x0 = x1;
265 addLine(float x1, float y1, float x2, float y2) argument
388 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
400 quadTo(float x1, float y1, float x2, float y2) argument
[all...]
H A DStroker.java257 final float x1 = cx + omx;
259 final float x2 = x1 - cv * omy;
267 emitCurveTo(x1, y1, x2, y2, x3, y3, x4, y4, rev);
289 // Put the intersection point of the lines (x0, y0) -> (x1, y1)
293 final float x1, final float y1,
298 float x10 = x1 - x0;
357 public void lineTo(float x1, float y1) { argument
358 float dx = x1 - cx0;
370 emitLineTo(x1 + mx, y1 + my);
373 emitLineTo(x1
292 computeIntersection(final float x0, final float y0, final float x1, final float y1, final float x0p, final float y0p, final float x1p, final float y1p, final float[] m, int off) argument
454 emitLineTo(final float x1, final float y1) argument
458 emitLineTo(final float x1, final float y1, final boolean rev) argument
468 emitQuadTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final boolean rev) argument
479 emitCurveTo(final float x0, final float y0, final float x1, final float y1, final float x2, final float y2, final float x3, final float y3, final boolean rev) argument
522 within(final float x1, final float y1, final float x2, final float y2, final float ERR) argument
533 getLineOffsets(float x1, float y1, float x2, float y2, float[] left, float[] right) argument
939 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
1031 quadTo(float x1, float y1, float x2, float y2) argument
1139 pushCubic(float x0, float y0, float x1, float y1, float x2, float y2) argument
1153 pushQuad(float x0, float y0, float x1, float y1) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DQuadCurve2D.java60 public float x1; field in class:QuadCurve2D.Float
114 * @param x1 the X coordinate of the start point
122 public Float(float x1, float y1, argument
126 setCurve(x1, y1, ctrlx, ctrly, x2, y2);
134 return (double) x1;
150 return new Point2D.Float(x1, y1);
205 public void setCurve(double x1, double y1, argument
209 this.x1 = (float) x1;
221 * @param x1 th
229 setCurve(float x1, float y1, float ctrlx, float ctrly, float x2, float y2) argument
273 public double x1; field in class:QuadCurve2D.Double
335 Double(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) argument
418 setCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) argument
547 setCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) argument
628 getFlatnessSq(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) argument
649 getFlatness(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) argument
[all...]
H A DPoint2D.java280 * @param x1 the X coordinate of the first specified point
288 public static double distanceSq(double x1, double y1, argument
291 x1 -= x2;
293 return (x1 * x1 + y1 * y1);
299 * @param x1 the X coordinate of the first specified point
307 public static double distance(double x1, double y1, argument
310 x1 -= x2;
312 return Math.sqrt(x1 * x1
[all...]
H A DRectangularShape.java239 * @param x1 the X coordinate of the start point of the specified diagonal
245 public void setFrameFromDiagonal(double x1, double y1, argument
247 if (x2 < x1) {
248 double t = x1;
249 x1 = x2;
257 setFrame(x1, y1, x2 - x1, y2 - y1);
343 double x1 = Math.floor(x);
347 return new Rectangle((int) x1, (int) y1,
348 (int) (x2 - x1), (in
[all...]
H A DCubicCurve2D.java64 public float x1; field in class:CubicCurve2D.Float
134 * @param x1 the X coordinate for the start point
152 public Float(float x1, float y1, argument
157 setCurve(x1, y1, ctrlx1, ctrly1, ctrlx2, ctrly2, x2, y2);
165 return (double) x1;
181 return new Point2D.Float(x1, y1);
260 public void setCurve(double x1, double y1, argument
265 this.x1 = (float) x1;
279 * @param x1 th
297 setCurve(float x1, float y1, float ctrlx1, float ctrly1, float ctrlx2, float ctrly2, float x2, float y2) argument
347 public double x1; field in class:CubicCurve2D.Double
435 Double(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) argument
543 setCurve(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) argument
715 setCurve(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) argument
808 getFlatnessSq(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) argument
842 getFlatness(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) argument
1368 oppositeSigns(double x1, double x2) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DPathConsumer2D.h54 jfloat x1, jfloat y1);
58 jfloat x1, jfloat y1);
63 jfloat x1, jfloat y1);
H A DRegion.h56 * // Process span.x1, span.y1, span.x2, span.y2
114 #define Region_IntersectBoundsXYXY(pRgnInfo, x1, y1, x2, y2) \
115 SurfaceData_IntersectBoundsXYXY(&(pRgnInfo)->bounds, x1, y1, x2, y2)
132 ((pRgnInfo)->bounds.x1 >= (pRgnInfo)->bounds.x2 || \
210 jint x1, jint y1, jint x2, jint y2, jobject region,
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java39 public double getPaintX1() { return paintPoints.x1; }
53 @XmlAttribute double x1; field in class:Shape.PaintPoints
96 @XmlAttribute private double x1; field in class:Rectangle
97 public double getX1() { return x1; }
110 double rounding = Math.abs(roundingX - x1) * 2;
118 roundingX = rounding / 2d + x1;
129 @XmlAttribute private double x1; field in class:Ellipse
130 public double getX1() { return x1; }
/openjdk7/hotspot/test/compiler/7024475/
H A DTest7024475.java36 static int x1; field in class:Test7024475
49 x1 = 0;
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec2_mont.c75 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in
80 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, argument
92 MP_CHECKOK(group->meth->field_mul(x1, z2, x1, group->meth));
94 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth));
95 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth));
97 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth));
98 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, grou
112 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group) argument
190 mp_int x1, x2, z1, z2; local
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DSampleModel.java361 int x1 = x + w;
364 if (x < 0 || x >= width || w > width || x1 < 0 || x1 > width ||
383 for (int j=x; j<x1; j++) {
406 for (int j=x; j<x1; j++) {
429 for (int j=x; j<x1; j++) {
452 for (int j=x; j<x1; j++) {
475 for (int j=x; j<x1; j++) {
591 int x1 = x + w;
594 if (x < 0 || x >= width || w > width || x1 <
[all...]
/openjdk7/hotspot/test/compiler/7110586/
H A DTest7110586.java77 int x1 = 0;
86 x1 = test1();
96 if (x1 != 11) {
97 System.out.println("ERROR (incr = +1): " + x1 + " != 11");
/openjdk7/hotspot/src/share/vm/services/
H A DdtraceAttacher.hpp28 #define DTRACE_ALLOC_PROBES 0x1
/openjdk7/jdk/test/java/lang/Float/
H A DExtrema.java33 if (Float.MIN_VALUE != Float.intBitsToFloat(0x1))
35 "to intBitsToFloat(0x1).");
/openjdk7/langtools/test/tools/javac/ClassLiterals/
H A DInnerClassLiterals.java38 Class x1 = int.class;
/openjdk7/jdk/test/java/util/EnumMap/
H A DToArray.java48 Map.Entry[] x1 = new Map.Entry[3];
49 x1[2] = m.entrySet().iterator().next();
50 Map.Entry[] x2 = m.entrySet().toArray(x1);
52 if (! (x1 == x2 &&

Completed in 68 milliseconds

1234567891011>>