HomeSort by relevance Sort by last modified time
    Searched refs:gx (Results 1 - 25 of 38) sorted by null

1 2

  /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);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 114 private void onAccelerometerChanged(float gx, float gy, float gz) {
116 float x = gx, y = gy, z = gz;
119 case Surface.ROTATION_90: x = -gy; y= gx; break;
120 case Surface.ROTATION_180: x = -gx; y = -gy; break;
121 case Surface.ROTATION_270: x = gy; y = -gx; break;
145 private void onGyroscopeChanged(float gx, float gy, float gz) {
147 float distance = (gx > 0 ? gx : -gx) + (gy > 0 ? gy : - gy);
166 float x = -gy, y = -gx;
    [all...]
  /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
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis-arguments.js 93 return { gx : g.arguments[0], hx : h.arguments[0] };
107 assertEquals(2, r.gx.x)
108 assertEquals(4, r.gx.y.z)
111 assertEquals(3, r.gx.y.z)
127 return { gx : g.arguments[0], hx : h.arguments[0] };
141 assertEquals(2, r.gx.x)
142 assertEquals(4, r.gx.y.z)
145 assertEquals(3, r.gx.y.z)
  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.c 52 p->gx = BN_new();
59 BN_free(p->gx);
176 hashbn(&sha, p->gx);
184 * Note that p->gx has already been calculated
228 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
250 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
286 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx)
291 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ctx->p.p) >= 0
    [all...]
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.c 52 p->gx = BN_new();
59 BN_free(p->gx);
176 hashbn(&sha, p->gx);
184 * Note that p->gx has already been calculated
228 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
250 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
286 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx)
291 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ctx->p.p) >= 0
    [all...]
jpake.h 35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon32067
  /external/bison/build-aux/
update-b4-copyright 52 while (/($old_re)/gx)
88 /$1-$3/gx;
  /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);
EdgeWalkerPolygons_Mismatches.cpp 1604 int gx = miss.g & 0x03; local
    [all...]
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);
  /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);
EdgeWalkerPolygons_Mismatches.cpp 1604 int gx = miss.g & 0x03; local
    [all...]
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);
  /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/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...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]
priv_d3basics.h 599 added before use, and 0 if the GX is this is not necessary (is
614 void ML_(pp_GX) ( GExpr* gx );
641 /* Evaluate a guarded expression. If regs is NULL, then gx is assumed
644 to True (iow, gx is a single unconditional expression). If regs is
651 NULL but the frame base is still needed, then evaluation of gx as a
653 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX,
675 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di );
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 164 final float gx = -sx * m; local
173 final float ax = gx * invm;
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 198 float gx = (x + 0.5f) / cellWidth; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 106 #include <gx.h>

Completed in 612 milliseconds

1 2