Searched defs:xval (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp607 #define assert_same_query(xval, xcheck) xval
610 static bool assert_same_query(bool xval, bool xslow) { argument
611 assert(xval == xslow, "slow and fast queries agree");
612 return xval;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c440 double xval = ((double)x) / max; local
441 GLfloat gx = (GLfloat)pow(xval, g);
442 GLfloat igx = (GLfloat)pow(xval, ig);

Completed in 42 milliseconds