Searched refs:w2 (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DChunkedIntArray.java73 int appendSlot(int w0, int w1, int w2, int w3) argument
81 fastArray[newoffset+2] = w2;
99 chunk[slotpos+2] = w2;
220 * @param w2 int
223 void writeSlot(int position, int w0, int w1, int w2, int w3) argument
235 chunk[slotpos + 2] = w2;
H A DDTMDocumentImpl.java203 * @param w2 int As in ChunkedIntArray.append
208 private final int appendNode(int w0, int w1, int w2, int w3) argument
211 int slotnumber = nodes.appendSlot(w0, w1, w2, w3);
213 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3);
697 // int w2 = 0;
700 // //int ourslot = nodes.appendSlot(w0, w1, w2, w3);
701 // int ourslot = appendNode(w0, w1, w2, w3);
854 // int w2 = 0;
858 // int ourslot = appendNode(w0, w1, w2, w3);
866 // w2
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTest.java196 * Finds a new width (w2) such that
197 * (w-2) <= w2 <= w
198 * and w2 is not a multiple of 3 (the X step size)
199 * and GCD(w2, h) is as small as possible
207 int w2 = w-i;
208 int u = w2;
215 System.out.println("w = "+w2+", h = "+h+
216 ", w % 3 == "+(w2 % 3)+
219 if (v < bestv && (w2 % 3) != 0) {
221 bestw = w2;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java1044 int w2 = thickness-4;
1048 if (length < 3*w2 ) {
1050 if (length < 2*w2 + 2) {
1051 w2 = (length-2)/2;
1060 int sbmin = ctr - w2/2;
1061 int sbmax = ctr + w2/2;
1088 tpts_x[1] = sbmin; tpts_y[1] = w2;
1089 tpts_x[2] = sbmax; tpts_y[2] = w2;
1097 tpts_y[1] = length-w2;
1098 tpts_y[2] = length-w2;
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageColormap.h131 #define FIND_DISTANCE_4( x1, x2, y1, y2, z1, z2, w1, w2, SHIFT ) \
135 ( ( ( ( w1 ) - ( w2 ) ) * ( ( w1 ) - ( w2 ) ) ) >> SHIFT ) )
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp555 ArgumentMap w2 = state.raw_pop(); local
557 state.raw_push(w2);
563 ArgumentMap w2 = state.raw_pop(); local
567 state.raw_push(w2);
573 ArgumentMap w2 = state.raw_pop(); local
574 state.raw_push(w2);
576 state.raw_push(w2);
582 ArgumentMap w2 = state.raw_pop(); local
584 state.raw_push(w2);
587 state.raw_push(w2);
593 ArgumentMap w2 = state.raw_pop(); local
606 ArgumentMap w2 = state.raw_pop(); local
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_lgamma_r.c70 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
162 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
309 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSliderUI.java473 int w2 = trackRect.width / 2 + trackInsets.right +
475 contentRect.width = Math.max(w1, l) + Math.max(w2, l) +
497 if (l > w2) {
498 startX += (l - w2);
/openjdk7/jdk/test/com/sun/jdi/
H A DAccessSpecifierTest.java105 W w0=new W(), w1[]={w0}, w2[][]={w1}; field in class:AccessSpecifierTarg
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java607 FigureWidget w2 = figureWidgets.get(c.getOutputSlot().getFigure());
609 if (w1.isVisible() && w2.isVisible()) {
667 FigureWidget w2 = figureWidgets.get((Figure) c.getFrom().getVertex());
668 if (w1.isVisible() && w2.isVisible()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1010 Value w2 = state()->raw_pop(); local
1012 state()->raw_push(w2);
1018 Value w2 = state()->raw_pop(); local
1022 state()->raw_push(w2);
1028 Value w2 = state()->raw_pop(); local
1029 state()->raw_push(w2);
1031 state()->raw_push(w2);
1037 Value w2 = state()->raw_pop(); local
1039 state()->raw_push(w2);
1042 state()->raw_push(w2);
1048 Value w2 = state()->raw_pop(); local
1061 Value w2 = state()->raw_pop(); local
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DOldHierarchicalLayoutManager.java944 private boolean intersect(int v1, int w1, int v2, int w2) { argument
945 if (v1 >= v2 && v1 < v2 + w2) {
948 if (v1 + w1 > v2 && v1 + w1 < v2 + w2) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A DShellFolder2.cpp53 #define DEFINE_SHLGUID(name, l, w1, w2) DEFINE_GUID(name, l, w1, w2, 0xC0, 0, 0, 0, 0, 0, 0, 0x46)
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java571 private boolean isSameSize(float w1, float h1, float w2, float h2) { argument
572 float diffX = w1 - w2;
577 float diffYrev = h1 - w2;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom.h104 mlib_s32 w2 = edges[1].w; \
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp270 // int u1, v1, w1, w2, t;
277 // w2 = t >> 16;
279 // return u1*v1 + w2 + (w1 >> 16);
313 // w2 = t >> 32;
314 Node* w2 = phase->transform(new (phase->C) RShiftLNode(t, phase->intcon(N / 2))); local
320 // return u1*v1 + w2 + (w1 >> 32);
322 Node* temp1 = phase->transform(new (phase->C) AddLNode(u1v1, w2));
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h4603 typedef void (APIENTRYP PFNGLDEFORMATIONMAP3DSGIXPROC) (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble *points);
4604 typedef void (APIENTRYP PFNGLDEFORMATIONMAP3FSGIXPROC) (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat *points);

Completed in 133 milliseconds