Searched refs:bx (Results 1 - 25 of 35) sorted by relevance

12

/openjdk9/langtools/test/tools/javac/generics/7007615/
H A DT7007615.java17 void bar(BX bx){} argument
22 void bar(BX<?> bx) { } argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DLayoutComparator.java115 int ax = a.getX(), ay = a.getY(), bx = b.getX(), by = b.getY();
124 return (ax < bx) ? -1 : ((ax > bx) ? 1 : zOrder);
133 return (ax > bx) ? -1 : ((ax < bx) ? 1 : zOrder);
143 if (Math.abs(ax - bx) < ROW_TOLERANCE) {
146 return (ax < bx) ? -1 : 1;
152 if (Math.abs(ax - bx) < ROW_TOLERANCE) {
155 return (ax > bx) ? -1 : 1;
H A DJComponent.java5159 int bx = c.getX();
5164 paintImmediatelyClip.x += bx;
5166 offsetX += bx;
/openjdk9/hotspot/test/compiler/c1/
H A DTest8004051.java49 float bx, float by, float bw, float bh,
54 bx + " " + by + " " + bw + " " + bh);
47 fillPrimRect(float x, float y, float w, float h, Object rectTex, Object wrapTex, float bx, float by, float bw, float bh, float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, int i1, int i2 ) argument
/openjdk9/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11TextRenderer_md.c162 int x = 0, bx = 0; local
167 pPix[bx] = (jubyte) pix;
168 pix = pPix[++bx];
176 pPix[bx] = (jubyte) pix;
183 int x = 0, bx = 0; local
188 pPix[bx] = (jubyte) pix;
189 pix = pPix[++bx];
197 pPix[bx] = (jubyte) pix;
H A DX11PMBlitLoops.c302 int x = 0, bx = 0; local
308 pDst[bx++] = (unsigned char)pix;
315 pDst[bx] = (unsigned char)pix;
321 int x = 0, bx = 0; local
327 pDst[bx++] = (unsigned char) pix;
334 pDst[bx] = (unsigned char) pix;
348 int x = 0, bx = 0; local
355 pDst[bx++] = (unsigned char)pix;
366 pDst[bx] = (unsigned char)pix;
373 int x = 0, bx local
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pisces/
H A DCurve.java32 float ax, ay, bx, by, cx, cy, dx, dy; field in class:Curve
63 bx = 3 * (x1 - 2 * x2 + x3);
70 dbx = 2 * bx; dby = 2 * by;
79 bx = x1 - 2 * x2 + x3;
86 dbx = 2 * bx; dby = 2 * by;
90 return t * (t * (t * ax + bx) + cx) + dx;
H A DRenderer.java187 float dx = c.bx / countsq + c.cx / count;
222 dx = c.ax / (1 << (3 * countlg)) + c.bx / (1 << (2 * countlg)) + c.cx / (1 << countlg);
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DCurve.java30 float ax, ay, bx, by, cx, cy, dx, dy; field in class:Curve
63 bx = 3f * (x1 - 2f * x2 + x3);
70 dbx = 2f * bx; dby = 2f * by;
78 bx = x1 - 2f * x2 + x3;
85 dbx = 2f * bx; dby = 2f * by;
89 return t * (t * (t * ax + bx) + cx) + dx;
H A DRenderer.java207 float dx = c.bx * icount2 + c.cx * icount;
253 dx = c.ax * icount3 + c.bx * icount2 + c.cx * icount;
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dvm_version_arm_32.cpp60 __ bx(LR);
71 __ bx(LR);
82 __ bx(LR);
93 __ bx(LR);
H A DjniFastGetField_arm.cpp229 __ bx(LR, eq);
H A DstubGenerator_arm.cpp525 __ bx(R0);
594 __ bx(LR);
642 __ bx(LR);
681 __ bx(LR);
733 __ bx(LR);
749 __ bx(LR);
753 __ bx(LR);
756 __ bx(LR);
776 __ bx(LR);
785 __ bx(L
[all...]
H A DmacroAssembler_arm.hpp710 COMMON_INSTR_1(jump, br, bx, Register)
854 bx(dst);
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DStrikeMetrics.java94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, argument
100 baselineX = bx;
H A DLayoutPathImpl.java400 double bx = data[0]; // previous point
416 double dx = nx - bx; // vector from previous to current
420 double px = x - bx; // vector from previous to test point
423 // determine sign of dot product of vectors from bx, by
434 vcx = bx;
444 vcx = bx + p * dx; // compute closest point
472 bx = nx;
478 bx = data[ci-3];
480 if (cx != bx || cy != by) { // not on endpoint, no need to resolve
484 if ((x-cx)*(ny-by) > (y-cy)*(nx-bx)) {
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dblock.cpp326 const Block *bx = cfg->get_block_for_node(loop->in(LoopNode::LoopBackControl));
327 while (bx->is_connector()) {
328 bx = cfg->get_block_for_node(bx->pred(1));
330 st->print("\tLoop: B%d-B%d ", bhead->_pre_order, bx->_pre_order);
599 // Helper function to move block bx to the slot following b_index. Return
601 bool PhaseCFG::move_to_next(Block* bx, uint b_index) {
602 if (bx == NULL) return false;
604 // Return false if bx is already scheduled.
605 uint bx_index = bx
[all...]
H A Dblock.hpp488 bool move_to_next(Block* bx, uint b_index);
489 void move_to_end(Block* bx, uint b_index);
/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DProcessPath.c591 jint bx = (jint)((-2*coords[0] + 2*coords[2])*QUAD_B_MDP_MULT); local
597 jint dpx = ax + bx;
806 * ax*t + bx = 0
808 double bx = coords[0] - coords[2]; local
810 param = bx/ax;
1028 jint bx = (jint)((3*coords[0] - 6*coords[2] + local
1039 jint ddpx = dddpx + bx;
1042 jint dpx = ax + (bx>>1) + cx;
1308 double bx = 2*(coords[0] - 2*coords[2] + coords[4]); local
1311 SOLVEQUADINRANGE(ax,bx,c
[all...]
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dlinux_arm_32.s56 bx LR
113 bx lr
194 bx lr
417 bx lr
511 bx lr
/openjdk9/jdk/test/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java269 BigInteger bx = x.toBigInteger();
272 int bcmp = bt.compareTo(bx.add(by));
277 check(bx, x, "addAndCmp corrupts x");
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DProcessPath.java694 int bx = (int)((-2*coords[0] + 2*coords[2])*QUAD_B_MDP_MULT);
700 int dpx = ax + bx;
883 * ax*t + bx = 0
885 double bx = coords[0] - coords[2];
887 param = bx/ax;
1020 int bx = (int)((3*coords[0] - 6*coords[2] +
1031 int ddpx = dddpx + bx;
1034 int dpx = ax + (bx>>1) + cx;
/openjdk9/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscnvrt.c215 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
233 bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx;
240 _cmsVEC3init(off, bx, by, bz);
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DfreetypeScaler.c408 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
463 bx = by = 0;
480 ax, ay, dx, dy, bx, by, lx, ly, mx, my);
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DPNGImageDecoder.java787 Chromaticities(int wx, int wy, int rx, int ry, int gx, int gy, int bx, int by) { argument
794 blueX = bx/100000.0f;

Completed in 337 milliseconds

12