Searched refs:X0 (Results 1 - 16 of 16) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DHexThree.java195 +0X0.30P+4,
196 +0X0.30P+4D,
197 +0X0.30P+4F,
198 +0X0.30P+4d,
199 +0X0.30P+4f,
200 +0X0.30P4,
201 +0X0.30P4D,
202 +0X0.30P4F,
203 +0X0.30P4d,
204 +0X0
[all...]
H A DHexFloatLiterals.java69 check(0X0.0p2147483647d, Double.parseDouble("0X0.0p2147483647d"));
70 check(0X0.0p2147483647D, Double.parseDouble("0X0.0p2147483647D"));
73 check(-0X0.0P-2147483649d, Double.parseDouble("-0X0.0P-2147483649d"));
74 check(-0X0.0P-2147483648, Double.parseDouble("-0X0.0P-2147483648"));
75 check(0X0.0P-2147483647F, Float.parseFloat("0X0
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsintrp.c334 X0, Y0, X1, Y1; local
348 X0 = p -> opta[1] * x0;
349 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[1]);
356 d00 = DENS(X0, Y0);
357 d01 = DENS(X0, Y1);
389 register int X0, X1, Y0, Y1; local
406 X0 = p -> opta[1] * x0;
407 X1 = X0 + (Input[0] == 0xFFFFU ? 0 : p->opta[1]);
414 d00 = DENS(X0, Y0);
415 d01 = DENS(X0, Y
446 X0, Y0, Z0, X1, Y1, Z1; local
531 register int X0, X1, Y0, Y1, Z0, Z1; local
604 X0, Y0, Z0, X1, Y1, Z1; local
718 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
854 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
[all...]
H A Dcmsopt.c69 cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data member in struct:__anon832
809 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1));
851 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
861 X0 = X1 = p8->X0[r];
869 X1 = X0 + ((rx == 0) ? 0 : p ->opta[2]);
877 c0 = DENS(X0, Y0, Z0);
895 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1);
897 c3 = DENS(X0, Y0, Z1) - c0;
902 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawParallelogram.c56 #define STORE_EDGE(pEDGE, X0, Y0, Y1, SLOPE, DELTAX) \
58 (pEDGE)->x0 = (X0); \
68 X0, Y0, dX1, dY1, dX2, dY2, \
72 (X0), (Y0), (Y0) + (dY1), \
75 (X0), (Y0), (Y0) + (dY2), \
78 (X0) + (dX1), (Y0) + (dY1), (Y0) + (dY1) + (dY2), \
81 (X0) + (dX2), (Y0) + (dY2), (Y0) + (dY1) + (dY2), \
H A DProcessPath.c115 jint X0 = (fX0) >> MDP_PREC; \
133 TESTANDCLIP(yMinf, yMaxf, Y0, X0, Y1, X1, jint, res); \
135 TESTANDCLIP(yMinf, yMaxf, Y1, X1, Y0, X0, jint, res); \
137 TESTANDCLIP(xMinf, xMaxf, X0, Y0, X1, Y1, jint, res); \
139 TESTANDCLIP(xMinf, xMaxf, X1, Y1, X0, Y0, jint, res); \
144 if (((X0^X1) | (Y0^Y1)) == 0) { \
147 pixelInfo[1] = X0; \
149 pixelInfo[3] = X0; \
151 hnd->dhnd->pDrawPixel(hnd->dhnd, X0, Y0); \
152 } else if ((X0 !
[all...]
H A DMaskFill.c452 * The X0,Y0,X1,Y1 values represent a trapezoidal fragment whose
462 #define INSERT_ACCUM(pACCUM, IMIN, IMAX, X0, Y0, X1, Y1, CX1, CX2, MULT) \
464 jdouble xmid = ((X0) + (X1)) * 0.5; \
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java444 int X0 = fX0 >> MDP_PREC;
450 if (((X0^X1) | (Y0^Y1)) == 0) {
454 dhnd.xMin > X0 ||
455 dhnd.xMax <= X0)) return;
459 pixelInfo[1] = X0;
461 pixelInfo[3] = X0;
463 dhnd.drawPixel(X0, Y0);
464 } else if ((X0 != pixelInfo[3] || Y0 != pixelInfo[4]) &&
465 (X0 != pixelInfo[1] || Y0 != pixelInfo[2])) {
466 dhnd.drawPixel(X0, Y
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java25 A0,B0,C0,D0,E0,F0,G0,H0,I0,J0,K0,L0,M0,N0,O0,P0,Q0,R0,S0,T0,U0,V0,W0,X0,Y0,Z0, enum constant in enum:EnumPrivate
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngget.c729 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
735 && purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
739 *X0 = info_ptr->pcal_X0;
728 png_get_pCAL(png_const_structp png_ptr, png_const_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) argument
H A Dpngtest.c1129 png_int_32 X0, X1; local
1132 if (png_get_pCAL(read_ptr, read_info_ptr, &purpose, &X0, &X1, &type,
1135 png_set_pCAL(write_ptr, write_info_ptr, purpose, X0, X1, type,
H A Dpngset.c265 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
301 png_debug(3, "storing X0, X1, type, and nparams in info");
302 info_ptr->pcal_X0 = X0;
264 png_set_pCAL(png_structp png_ptr, png_infop info_ptr, png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_const_charp units, png_charpp params) argument
H A Dpng.h2154 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type,
2162 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
H A Dpngrutil.c1857 png_int_32 X0, X1; local
1923 png_debug(3, "Reading pCAL X0, X1, type, nparams, and units");
1924 X0 = png_get_int_32((png_bytep)buf+1);
1987 png_set_pCAL(png_ptr, info_ptr, png_ptr->chunkdata, X0, X1, type, nparams,
H A Dpngpriv.h719 png_int_32 X0, png_int_32 X1, int type, int nparams,
H A Dpngwutil.c1885 png_write_pCAL(png_structp png_ptr, png_charp purpose, png_int_32 X0, argument
1925 png_save_int_32(buf, X0);

Completed in 95 milliseconds