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

  /external/clang/test/Index/
index-refs.cpp 3 extern int gx;
11 NS::MyInt NS::gx = EnumVal; member in class:NS
74 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
78 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 88 int gx = static_cast<int>(*(gxPtr + 3 * i + c) / 8 + 127.5); local
92 gx = 2 * gx - 255;
95 double value = sqrt(gx * gx + gy * gy);
100 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerQuadratic4x4_Test.cpp 35 int gx = g & 0x03; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
EdgeWalkerPolygon4x4_Test.cpp 32 int gx = g & 0x03; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
EdgeWalkerPolygons_Mismatches.cpp 1604 int gx = miss.g & 0x03; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 34 int gx = g & 0x03; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 34 int gx = g & 0x03; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
  /external/skia/experimental/Intersection/
EdgeWalkerQuadratic4x4_Test.cpp 35 int gx = g & 0x03; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
EdgeWalkerPolygon4x4_Test.cpp 32 int gx = g & 0x03; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
EdgeWalkerPolygons_Mismatches.cpp 1604 int gx = miss.g & 0x03; local
    [all...]
  /external/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 34 int gx = g & 0x03; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 34 int gx = g & 0x03; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.h 35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon18466
  /external/openssl/crypto/jpake/
jpake.h 35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon32067
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 198 float gx = (x + 0.5f) / cellWidth; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 185 // try to find gx.dll
186 g_hGapiLib = LoadLibrary(_T("\\Windows\\gx.dll"));
189 g_hGapiLib = LoadLibrary(_T("gx.dll"));
343 #define gx device->hidden->gapiInfo->gxFunc macro
345 LINK( GXOpenDisplay, gx.GXOpenDisplay, "?GXOpenDisplay@@YAHPAUHWND__@@K@Z" )
346 LINK( GXCloseDisplay, gx.GXCloseDisplay, "?GXCloseDisplay@@YAHXZ" )
347 LINK( GXBeginDraw, gx.GXBeginDraw, "?GXBeginDraw@@YAPAXXZ" )
348 LINK( GXEndDraw, gx.GXEndDraw, "?GXEndDraw@@YAHXZ" )
349 LINK( GXOpenInput, gx.GXOpenInput, "?GXOpenInput@@YAHXZ" )
350 LINK( GXCloseInput, gx.GXCloseInput, "?GXCloseInput@@YAHXZ"
    [all...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 164 final float gx = -sx * m; local
173 final float ax = gx * invm;
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 377 public BigInteger p, a, b, gx, gy, n; field in class:DNSSEC.ECKeyInfo
388 gx = new BigInteger(gx_str, 16);
392 spec = new ECParameterSpec(curve, new ECPoint(gx, gy), n, 1);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 378 __m128 pf, g0, g1, g2, g3, gx, p0, p1; local
390 gx = _mm_loadu_ps((const float *)gptr + r);
394 g0 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(0, 0, 0, 0));
396 g1 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(1, 1, 1, 1));
398 g2 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(2, 2, 2, 2));
400 g3 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(3, 3, 3, 3))
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 541 text_bias added before use, and 0 if the GX is this is not
553 /* Apply a text bias to a GX. */
554 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di )
557 UChar* p = &gx->payload[0];
588 GExpr* gx; local
599 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
601 vg_assert(gx);
603 p = pstart = &gx->payload[0];
614 vg_assert( &gx->payload[bytesReqd]
615 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd )
629 GExpr* gx; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]

Completed in 7522 milliseconds