Searched defs:x3 (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/Diagnostics/6799605/
H A DT6799605.java14 <T> void m(T6799605<T> x1, T6799605<T> x2, T6799605<T> x3) {} argument
/openjdk7/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestShort.java78 private final static BigInteger x3 = new BigInteger field in class:TestShort
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DPathConsumer2D.java50 float x3, float y3);
48 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/openjdk7/langtools/test/tools/javac/generics/odersky/
H A DList.java62 public static <A> List<A> make(A x1, A x2, A x3) { argument
63 return new List<A>(x1, new List<A>(x2, new List<A>(x3, new List<A>())));
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveExtensibleFileReader.java62 int x3; field in class:WaveExtensibleFileReader.GUID
77 GUID(long i1, int s1, int s2, int x1, int x2, int x3, int x4, argument
84 this.x3 = x3;
99 d.x3 = riff.readUnsignedByte();
126 if (x3 != t.x3)
H A DDLSSoundbank.java62 int x3; field in class:DLSSoundbank.DLSID
72 DLSID(long i1, int s1, int s2, int x1, int x2, int x3, int x4, argument
79 this.x3 = x3;
94 d.x3 = riff.readUnsignedByte();
113 && x1 == t.x1 && x2 == t.x2 && x3 == t.x3 && x4 == t.x4
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DTransformingPathConsumer2D.java145 float x3, float y3)
149 x3 + tx, y3 + ty);
199 float x3, float y3)
203 x3 * sx + tx, y3 * sy + ty);
262 float x3, float y3)
268 x3 * Mxx + y3 * Mxy + Mxt,
269 x3 * Myx + y3 * Myy + Myt);
312 float x3, float y3)
316 x3 * sx, y3 * sy);
371 float x3, floa
143 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
197 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
260 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
310 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
369 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
[all...]
H A DCurve.java58 float x3, float y3,
61 ax = 3 * (x2 - x3) + x4 - x1;
63 bx = 3 * (x1 - 2 * x2 + x3);
75 float x3, float y3)
79 bx = x1 - 2 * x2 + x3;
56 set(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
73 set(float x1, float y1, float x2, float y2, float x3, float y3) argument
H A DDasher.java534 float x3, float y3)
539 curCurvepts[6] = x3; curCurvepts[7] = y3;
532 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
H A DRenderer.java202 // x0, y0 and x3,y3 are the endpoints of the curve. We could compute these
209 final float x3, final float y3)
256 x1 = x3;
390 float x3, float y3)
392 final float xe = tosubpixx(x3);
207 curveBreakIntoLinesAndAdd(float x0, float y0, final Curve c, final float x3, final float y3) argument
388 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
H A DStroker.java264 final float x3 = x4 + cv * my;
267 emitCurveTo(x1, y1, x2, y2, x3, y3, x4, y4, rev);
482 final float x3, final float y3, final boolean rev)
487 out.curveTo(x1, y1, x2, y2, x3, y3);
559 final float x3 = pts[off + 4], y3 = pts[off + 5];
562 float dx4 = x4 - x3;
570 final boolean p3eqp4 = within(x3,y3,x4,y4, 6 * ulp(y4));
575 dx1 = x3 - x1;
629 // [x2-x1, x4-x3][c1]
638 float x = 0.125f * (x1 + 3 * (x2 + x3)
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
939 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DLine2D.java579 * {@code (x2,y2)} intersects the line segment from {@code (x3,y3)}
590 * @param x3 the X coordinate of the start point of the second
605 double x3, double y3,
608 return ((relativeCCW(x1, y1, x2, y2, x3, y3) *
610 && (relativeCCW(x3, y3, x4, y4, x1, y1) *
611 relativeCCW(x3, y3, x4, y4, x2, y2) <= 0));
603 linesIntersect(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) argument
H A DPath2D.java428 double x3, double y3)
436 floatCoords[numCoords++] = (float) x3;
443 * coordinates and the specified coordinates {@code (x3,y3)},
456 * @param x3 the X coordinate of the final end point
463 float x3, float y3)
471 floatCoords[numCoords++] = x3;
1187 double x3, double y3)
1195 doubleCoords[numCoords++] = x3;
1743 * coordinates and the specified coordinates {@code (x3,y3)},
1752 * @param x3 th
426 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
461 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
1185 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
1756 curveTo(double x1, double y1, double x2, double y2, double x3, double y3) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BL_S16.c96 #define DOUBLE_4U16(x0, x1, x2, x3) \
98 ((((x2) & 0xFFFE) << 15) | (((x3) & 0xFFFE) >> 1)))
232 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
256 x3 = x2 + dX; y3 = y2 + dY;
258 deltax = DOUBLE_4U16(x0, x1, x2, x3);
H A Dmlib_v_ImageAffine_BL_U16.c89 #define DOUBLE_4U16(x0, x1, x2, x3) \
91 ((((x2) & 0xFFFE) << 15) | (((x3) & 0xFFFE) >> 1)))
225 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
249 x3 = x2 + dX; y3 = y2 + dY;
251 deltax = DOUBLE_4U16(x0, x1, x2, x3);
H A Dmlib_v_ImageAffine_BL.c91 #define DOUBLE_4U16(x0, x1, x2, x3) \
93 (((x2 & 0xFFFE) << 15) | ((x3 & 0xFFFE) >> 1)))
175 mlib_s32 off, x0, x1, x2, x3, y0, y1, y2, y3; variable
196 x3 = x2 + dX; y3 = y2 + dY;
198 deltax = DOUBLE_4U16(x0, x1, x2, x3);
363 fmask = ((mlib_f32*)mlib_fmask_arr)[0x3];
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestN1.java70 Inner3(X1 x1, X2 x2, X3 x3, T1 t1, T2 t2) {} argument
84 void foo(X3 x3){} argument
85 <X3> X3[] bar(X1 x1, X3[] x3, T1 t1) { return x3;} argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DList.java100 public static <A> List<A> of(A x1, A x2, A x3) { argument
101 return new List<A>(x1, of(x2, x3));
107 public static <A> List<A> of(A x1, A x2, A x3, A... rest) { argument
108 return new List<A>(x1, new List<A>(x2, new List<A>(x3, from(rest))));
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawParallelogram.c185 jdouble x3, y3; local
189 x3 = (dx1 += x0);
191 x3 += dx2;
198 HANDLE_PGRAM_EDGE(dx1, dy1, x3, y3,
200 HANDLE_PGRAM_EDGE( x3, y3, dx2, dy2,
H A DProcessPath.c1376 jfloat x3,y3; local
1423 CLIPCLAMP(xMin, xMax, x1, y1, x2, y2, x3, y3, jfloat, res);
1429 X3 = (jint)(x3*MDP_MULT);
1440 CLIPCLAMP(xMin, xMax, x2, y2, x1, y1, x3, y3, jfloat, res);
1452 X3 = (jint)(x3*MDP_MULT);
2099 jint x3, y3, res; local
2125 CLIPCLAMP(outXMin, outXMax, x1, y1, x2, y2, x3, y3, jint, res);
2129 StoreFixedLine(hnd, x3, y3, x1, y1, pixelInfo,
2137 CLIPCLAMP(outXMin, outXMax, x2, y2, x1, y1, x3, y3, jint, res);
2147 StoreFixedLine(hnd, x2, y2, x3, y
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DShapeSpanIterator.java197 float x3, float y3);
195 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c565 extra_bits = dest_plen & 0x3;
718 int index, x1, x2, x3; local
727 &index, &x1, &x2, &x3, ifname) == 21) {
1170 int extra_bits = dest_plen & 0x3;
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c117 jfloat x3, jfloat y3);
220 #define ADJUST3(pd, x1, y1, x2, y2, x3, y3) \
221 _ADJUST(pd, x3, y3, \
269 #define HANDLECUBICTO(pd, x1, y1, x2, y2, x3, y3, OOMERR) \
271 ADJUST3(pd, x1, y1, x2, y2, x3, y3); \
274 x1, y1, x2, y2, x3, y3)) { \
280 PDBOXPOINT(pd, x3, y3); \
281 pd->curx = x3; \
416 jfloat x1, y1, x2, y2, x3, y3; local
448 x3
814 PCCubicTo(PathConsumerVec *consumer, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
1119 subdivideCubic(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
[all...]
/openjdk7/langtools/test/tools/javac/limits/
H A DNumArgs3.java37 int x3,
34 NumArgs3( int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9, int x10, int x11, int x12, int x13, int x14, int x15, int x16, int x17, int x18, int x19, int x20, int x21, int x22, int x23, int x24, int x25, int x26, int x27, int x28, int x29, int x30, int x31, int x32, int x33, int x34, int x35, int x36, int x37, int x38, int x39, int x40, int x41, int x42, int x43, int x44, int x45, int x46, int x47, int x48, int x49, int x50, int x51, int x52, int x53, int x54, int x55, int x56, int x57, int x58, int x59, int x60, int x61, int x62, int x63, int x64, int x65, int x66, int x67, int x68, int x69, int x70, int x71, int x72, int x73, int x74, int x75, int x76, int x77, int x78, int x79, int x80, int x81, int x82, int x83, int x84, int x85, int x86, int x87, int x88, int x89, int x90, int x91, int x92, int x93, int x94, int x95, int x96, int x97, int x98, int x99, int x100, int x101, int x102, int x103, int x104, int x105, int x106, int x107, int x108, int x109, int x110, int x111, int x112, int x113, int x114, int x115, int x116, int x117, int x118, int x119, int x120, int x121, int x122, int x123, int x124, int x125, int x126, int x127, int x128, int x129, int x130, int x131, int x132, int x133, int x134, int x135, int x136, int x137, int x138, int x139, int x140, int x141, int x142, int x143, int x144, int x145, int x146, int x147, int x148, int x149, int x150, int x151, int x152, int x153, int x154, int x155, int x156, int x157, int x158, int x159, int x160, int x161, int x162, int x163, int x164, int x165, int x166, int x167, int x168, int x169, int x170, int x171, int x172, int x173, int x174, int x175, int x176, int x177, int x178, int x179, int x180, int x181, int x182, int x183, int x184, int x185, int x186, int x187, int x188, int x189, int x190, int x191, int x192, int x193, int x194, int x195, int x196, int x197, int x198, int x199, int x200, int x201, int x202, int x203, int x204, int x205, int x206, int x207, int x208, int x209, int x210, int x211, int x212, int x213, int x214, int x215, int x216, int x217, int x218, int x219, int x220, int x221, int x222, int x223, int x224, int x225, int x226, int x227, int x228, int x229, int x230, int x231, int x232, int x233, int x234, int x235, int x236, int x237, int x238, int x239, int x240, int x241, int x242, int x243, int x244, int x245, int x246, int x247, int x248, int x249, int x250, int x251, int x252, int x253, int x254, int x255, int x256 ) argument
H A DNumArgs4.java37 int x3,
34 NumArgs4( int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9, int x10, int x11, int x12, int x13, int x14, int x15, int x16, int x17, int x18, int x19, int x20, int x21, int x22, int x23, int x24, int x25, int x26, int x27, int x28, int x29, int x30, int x31, int x32, int x33, int x34, int x35, int x36, int x37, int x38, int x39, int x40, int x41, int x42, int x43, int x44, int x45, int x46, int x47, int x48, int x49, int x50, int x51, int x52, int x53, int x54, int x55, int x56, int x57, int x58, int x59, int x60, int x61, int x62, int x63, int x64, int x65, int x66, int x67, int x68, int x69, int x70, int x71, int x72, int x73, int x74, int x75, int x76, int x77, int x78, int x79, int x80, int x81, int x82, int x83, int x84, int x85, int x86, int x87, int x88, int x89, int x90, int x91, int x92, int x93, int x94, int x95, int x96, int x97, int x98, int x99, int x100, int x101, int x102, int x103, int x104, int x105, int x106, int x107, int x108, int x109, int x110, int x111, int x112, int x113, int x114, int x115, int x116, int x117, int x118, int x119, int x120, int x121, int x122, int x123, int x124, int x125, int x126, int x127, int x128, int x129, int x130, int x131, int x132, int x133, int x134, int x135, int x136, int x137, int x138, int x139, int x140, int x141, int x142, int x143, int x144, int x145, int x146, int x147, int x148, int x149, int x150, int x151, int x152, int x153, int x154, int x155, int x156, int x157, int x158, int x159, int x160, int x161, int x162, int x163, int x164, int x165, int x166, int x167, int x168, int x169, int x170, int x171, int x172, int x173, int x174, int x175, int x176, int x177, int x178, int x179, int x180, int x181, int x182, int x183, int x184, int x185, int x186, int x187, int x188, int x189, int x190, int x191, int x192, int x193, int x194, int x195, int x196, int x197, int x198, int x199, int x200, int x201, int x202, int x203, int x204, int x205, int x206, int x207, int x208, int x209, int x210, int x211, int x212, int x213, int x214, int x215, int x216, int x217, int x218, int x219, int x220, int x221, int x222, int x223, int x224, int x225, int x226, int x227, int x228, int x229, int x230, int x231, int x232, int x233, int x234, int x235, int x236, int x237, int x238, int x239, int x240, int x241, int x242, int x243, int x244, int x245, int x246, int x247, int x248, int x249, int x250, int x251, int x252, int x253, int x254, int x255 ) argument

Completed in 138 milliseconds

12