Searched defs:gx (Results 1 - 8 of 8) 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/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 int gx = g & 0x03; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
63 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/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c948 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, argument
956 const UChar* p = &gx->payload[0];
1020 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di ) argument
1030 const UChar* p = &gx->payload[0]; /* must remain unsigned */
1117 ML_(pp_GX)( gx );
1197 void ML_(pp_GX) ( const GExpr* gx )
1202 const UChar* p = &gx->payload[0];
H A Dreaddwarf3.c588 static void bias_GX ( /*MOD*/GExpr* gx, const DebugInfo* di ) argument
591 UChar* p = &gx->payload[0];
622 GExpr* gx; local
633 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
636 p = pstart = &gx->payload[0];
647 vg_assert( &gx->payload[bytesReqd]
648 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd );
650 return gx;
662 GExpr* gx; local
748 gx
[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/libvncserver/x11vnc/
H A Dscan.c2520 unsigned int gx = raw_fb_native_green_max; local
2528 g = gx * g / 255;
/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 730 milliseconds