Searched refs:x0 (Results 76 - 100 of 162) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp596 jint x0 = scaled_offset_null_special(_first_oop, point); local
598 p = pack_2_ints_to(p, x0, x1);
604 jint x0, x1; unpack_2_ints(x0, x1); local
606 _first_oop = x0==0? NULL: address_from_scaled_offset(x0, point);
686 jint x0 = scaled_offset_null_special(_target, dest->locs_point()); local
687 assert(!(x0 == 0 && _target != NULL), "correct encoding of null target");
688 p = pack_1_int_to(p, x0);
705 jint x0 local
[all...]
H A Ddependencies.hpp264 void assert_common_2(DepType dept, ciObject* x0, ciObject* x1);
375 ciObject* x0,
380 args[0] = x0;
374 log_dependency(DepType dept, ciObject* x0, ciObject* x1 = NULL, ciObject* x2 = NULL) argument
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp627 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) (0)
637 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) \
638 ( collector_func_load ? collector_func_load(x0,x1,x2,x3,x4,x5,x6),0 : 0 )
/openjdk7/jdk/test/java/awt/MouseAdapter/MouseAdapterUnitTest/
H A DMouseAdapterUnitTest.java164 public static void moveMouse(int x0, int y0, int x1, int y1){ argument
165 int curX = x0;
167 int dx = x0 < x1 ? 1 : -1;
/openjdk7/jdk/src/share/classes/java/lang/
H A DFloat.java94 * hexadecimal floating-point literal {@code 0x0.000002P-126f}
97 public static final float MIN_VALUE = 0x0.000002P-126f; // 1.4e-45f
223 * {@code "0x0.0p0"}; thus, negative zero produces the result
224 * {@code "-0x0.0p0"} and positive zero produces the result
225 * {@code "0x0.0p0"}.
242 * characters {@code "0x0."} followed by a
267 * <td>{@code 0x0.fffffep-126}</td>
269 * <td>{@code 0x0.000002p-126}</td>
H A DDouble.java95 * {@code 0x0.0000000000001P-1022} and also equal to
98 public static final double MIN_VALUE = 0x0.0000000000001P-1022; // 4.9e-324
220 * {@code "0x0.0p0"}; thus, negative zero produces the result
221 * {@code "-0x0.0p0"} and positive zero produces the result
222 * {@code "0x0.0p0"}.
239 * characters {@code "0x0."} followed by a
264 * <td>{@code 0x0.fffffffffffffp-1022}</td>
266 * <td>{@code 0x0.0000000000001p-1022}</td>
/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.hpp245 SO_None = 0x0,
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DStructTest.java67 return (b >= 0x0 && b < 0xA) ? (char) ('0' + b) : (char) ('A' + (b-0xA));
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsConstants.java159 public static final byte ACCESS_ALLOWED_ACE_TYPE = 0x0;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.h33 #define APPEND_ACTION 0x0
/openjdk7/jdk/src/share/classes/sun/font/
H A DBidiUtils.java260 primaryLevel = (byte) 0x0;
286 primaryLevel = (byte) 0x0;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_AlphaMacros.h136 #define F32_FROM_U8x4(x0, x1, x2, x3) \
137 vis_to_float(((x0) << 24) | ((x1) << 16) | ((x2)<< 8) | ((x3)))
H A Dvis_Interp.c175 #define MUL_BC_COEFF(x0, x1, coeff) \
176 vis_fpadd16(vis_fmul8x16au(x0, coeff), vis_fmul8x16al(x1, coeff))
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java141 // position requires that 2 initial values x0,x1 be given, and that the
188 private float falsePositionROCsqMinusX(float x0, float x1, argument
194 float s = x0, fs = eliminateInf(ROCsq(s) - x);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteComponentRaster.java763 * @param x0 Translated X origin of the subraster.
771 int x0, int y0, int[] bandList) {
774 x0, y0,
792 * @param x0 Translated X origin of the subraster.
800 int x0, int y0,
822 int deltaX = x0 - x;
827 new Rectangle(x0, y0, width, height),
769 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
798 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
H A DShortComponentRaster.java698 * @param x0 Translated X origin of the subraster.
706 int x0, int y0, int[] bandList) {
709 x0, y0,
727 * @param x0 Translated X origin of the subraster.
735 int x0, int y0,
757 int deltaX = x0 - x;
762 new Rectangle(x0, y0, width, height),
704 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
733 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java509 int x0 = alloc.x;
512 x0 += (int) painter.getSpan(this, p, p0, getTabExpander(), x0);
514 int x1 = x0 + (int) painter.getSpan(this, p0, p1, getTabExpander(), x0);
520 g.drawLine(x0, yTmp, x1, yTmp);
525 g.drawLine(x0, yTmp, x1, yTmp);
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java1130 0x0,
1157 0x0,
1187 0x0,
1196 0x0,
/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp36 static RFrame*const noCallerYet = (RFrame*) 0x0; // caller not yet computed
/openjdk7/jdk/src/windows/native/sun/net/dns/
H A DResolverConfigurationImpl.c39 #define STS_NO_CONFIG 0x0 /* no configuration found */
/openjdk7/jdk/test/java/lang/Double/
H A DParseDouble.java586 final double expected = 0x0.0000008000001p-1022;
/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h99 JDWPTRANSPORT_FLAGS_NONE = 0x0,
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp114 header[4] = ( store ) ? 0x0 : SWAP_BYTES(0x2);
117 header[5] = ( store ) ? 0x0 : SWAP_BYTES(0x08);
176 header[3] = ( store ) ? 0x0 : SWAP_BYTES(0x2);
179 header[4] = ( store ) ? 0x0 : SWAP_BYTES(0x08);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DLineUtils.h42 #define BUMP_NOOP 0x0
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java522 int x0 = (int) (Math.sqrt(R * R - (Y - R) * (Y - R)) + 0.5);
523 int p = Y * (R * 2) + R - x0;
524 for (int X = -x0; X < x0; X++) {

Completed in 75 milliseconds

1234567