Searched defs:gx (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/Index/
H A Dindex-refs.cpp3 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/third_party/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 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);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 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/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 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);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 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/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp32 int gx = g & 0x03; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
H A DEdgeWalkerPolygons_Mismatches.cpp1604 int gx = miss.g & 0x03; local
1617 path.lineTo(gx, gy);
H A DEdgeWalkerQuadratic4x4_Test.cpp35 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);
/external/openssl/crypto/jpake/
H A Djpake.h35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon28310
H A Djpake.c52 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) argument
291 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
381 compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalkerPolygon4x4_Test.cpp32 int gx = g & 0x03; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
H A DEdgeWalkerPolygons_Mismatches.cpp1604 int gx = miss.g & 0x03; local
1617 path.lineTo(gx, gy);
H A DEdgeWalkerQuadratic4x4_Test.cpp35 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);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c942 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX, argument
950 UChar* p = &gx->payload[0];
1014 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di ) argument
1024 UChar* p = &gx->payload[0]; /* must remain unsigned */
1111 ML_(pp_GX)( gx );
1191 void ML_(pp_GX) ( GExpr* gx ) {
1195 UChar* p = &gx->payload[0];
H A Dreaddwarf3.c554 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di ) argument
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 );
617 return gx;
629 GExpr* gx; local
[all...]
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp198 float gx = (x + 0.5f) / cellWidth; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java377 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);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c185 // 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
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c2807 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
2821 png_save_uint_32(pm->buffer+24, ((chrm_modification*)me)->gx);
2843 me->gx = fix(chromaticity_x(encoding->green));

Completed in 859 milliseconds