HomeSort by relevance Sort by last modified time
    Searched defs:gX (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
OnceTest.cpp 43 static int gX = 0;
44 static void inc_gX() { gX++; }
51 REPORTER_ASSERT(r, 1 == gX);
  /external/icu/icu4c/source/i18n/
nfrule.cpp 76 static const UChar gX = 0x0078;
272 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
367 if (firstChar == gZero && lastChar == gX) {
371 else if (firstChar == gX && lastChar == gX) {
375 else if (firstChar == gX && lastChar == gZero) {
661 case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
662 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
663 case kMasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java 146 float gX = acceleration[0];
151 float cY = eZ * gX - eX * gZ;
152 float cZ = eX * gY - eY * gX;
159 final float invertG = 1.0f / (float) Math.sqrt(gX * gX + gY * gY + gZ * gZ);
160 gX *= invertG;
164 final float mY = gZ * cX - gX * cZ;
165 final float mZ = gX * cY - gY * cX;
169 R[6] = gX; R[7] = gY; R[8] = gZ;
  /external/libpng/contrib/libtests/
pngvalid.c 2959 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]
  /external/tpm2/
tpm_types.h     [all...]

Completed in 776 milliseconds