Home
last modified time | relevance | path

Searched refs:gx (Results 1 – 25 of 60) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c257 unsigned gx; \
259 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
261 col_sums_gx2[(_col)] = gx * (double)gx; \
263 col_sums_gxgy[(_col)] = gx * (double)gy; \
268 unsigned gx; \
270 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
272 col_sums_gx2[(_col)] += gx * (double)gx; \
274 col_sums_gxgy[(_col)] += gx * (double)gy; \
279 unsigned gx; \
281 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
[all …]
/external/clang/test/Index/
Dindex-refs.cpp3 extern int gx;
11 NS::MyInt NS::gx = EnumVal; member in NS
Dindex-suppress-refs.m7 MyInt gx;
29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
/external/skia/tests/
DPathOpsSimplifyQuadThreadedTest.cpp33 int gx = g & 0x03; in testSimplifyQuadsMain() local
47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain()
60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local
47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain()
61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java207 gx = new char[4]; in vt320()
769 char gx[]; field in vt320
1821 switch (gx[thisgl]) { in putChar()
1847 debug("Unsupported GL mapping: " + gx[thisgl]); in putChar()
1852 switch (gx[gr]) { in putChar()
1865 debug("Unsupported GR mapping: " + gx[gr]); in putChar()
2089 Sgx[i] = gx[i]; in putChar()
2102 gx[i] = Sgx[i]; in putChar()
2186 gx[0] = c; in putChar()
2197 gx[1] = c; in putChar()
[all …]
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdhTest.java435 final BigInteger gx; // x-coordinate of the generator field in EcdhTest.EcPublicKeyTestVector
448 BigInteger gx, in EcPublicKeyTestVector() argument
459 this.gx = gx; in EcPublicKeyTestVector()
474 ECPoint g = new ECPoint(gx, gy); in getSpec()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h623 void ML_(pp_GX) ( const GExpr* gx );
662 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX,
684 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di );
Dd3basics.c947 GXResult ML_(evaluate_GX)( const GExpr* gx, const GExpr* fbGX, in ML_()
955 const UChar* p = &gx->payload[0]; in ML_()
1019 GXResult ML_(evaluate_trivial_GX)( const GExpr* gx, const DebugInfo* di ) in ML_()
1029 const UChar* p = &gx->payload[0]; /* must remain unsigned */ in ML_()
1116 ML_(pp_GX)( gx ); in ML_()
1196 void ML_(pp_GX) ( const GExpr* gx ) in ML_()
1201 const UChar* p = &gx->payload[0]; in ML_()
Dreaddwarf3.c588 static void bias_GX ( /*MOD*/GExpr* gx, const DebugInfo* di ) in bias_GX() argument
591 UChar* p = &gx->payload[0]; in bias_GX()
622 GExpr* gx; in make_singleton_GX() local
633 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1", in make_singleton_GX()
636 p = pstart = &gx->payload[0]; in make_singleton_GX()
647 vg_assert( &gx->payload[bytesReqd] in make_singleton_GX()
648 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd ); in make_singleton_GX()
650 return gx; in make_singleton_GX()
662 GExpr* gx; in make_general_GX() local
748 gx = ML_(dinfo_zalloc)( "di.readdwarf3.mgGX.2", sizeof(GExpr) + nbytes ); in make_general_GX()
[all …]
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc240 bssl::UniquePtr<BIGNUM> gx(BN_bin2bn(kX, sizeof(kX), nullptr)); in TEST() local
241 ASSERT_TRUE(gx); in TEST()
253 group.get(), generator.get(), gx.get(), gy.get(), ctx.get())); in TEST()
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl67 detail::tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1); local
68 detail::tvec4<T, P> gy = glm::abs(gx) - T(0.5);
69 detail::tvec4<T, P> tx = glm::floor(gx + T(0.5));
70 gx = gx - tx;
72 detail::tvec2<T, P> g00(gx.x, gy.x);
73 detail::tvec2<T, P> g10(gx.y, gy.y);
74 detail::tvec2<T, P> g01(gx.z, gy.z);
75 detail::tvec2<T, P> g11(gx.w, gy.w);
389 detail::tvec4<T, P> gx = static_cast<T>(2) * fract(i / T(41)) - T(1); local
390 detail::tvec4<T, P> gy = abs(gx) - T(0.5);
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dpr3288.ll60 define void @gx() {
/external/llvm/test/CodeGen/Generic/
Dpr3288.ll60 define void @gx() {
/external/wycheproof/java/com/google/security/wycheproof/
DEcUtil.java79 final BigInteger gx = new BigInteger(hexGX, 16); in getNistCurveSpec() local
84 ECPoint g = new ECPoint(gx, gy); in getNistCurveSpec()
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp198 float gx = ((float)x + 0.5f) / cellWidth; in computeGridCellWeights() local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy)); in computeGridCellWeights()
/external/icu/icu4c/source/data/translit/
Dzu_zu_FONIPA.txt35 gx → ɡ\u0361ǁ;
Dxh_xh_FONIPA.txt40 gx → ɡ\u0361ǁ;
/external/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll48 @gx = common global %struct.X zeroinitializer, align 16
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4494 …}}while(0);un(d,e,j,g);if((c[c[k>>2]>>2]|0)==0){i=f;return}gx(d);gx(e);i=f;return}function gx(b){b… function
4495gx=0.0,gy=0.0,gz=0.0,gA=0,gB=0,gC=0.0,gD=0,gE=0,gF=0.0,gG=0,gH=0,gI=0.0,gJ=0,gK=0.0,gL=0,gM=0,gN=0…
/external/bison/tests/
Dheaders.at246 )\b}{}gx;
/external/ImageMagick/MagickCore/
Ddistort.c2625 double r,fx,fy,gx,gy; in DistortImage() local
2633 gx = ((3*coeff[0]*r + 2*coeff[1])*r + coeff[2])/r; in DistortImage()
2638 gx *= -fx*fx; gy *= -fy*fy; in DistortImage()
2644 gx*d.x*d.x + fx, gx*d.x*d.y, in DistortImage()
/external/ImageMagick/PerlMagick/t/reference/filter/
DLevel.miff57 �x�!�-�R:v�gxώ�Ҕp�zS�WR�S0U0����������������������<D#}�\x�\}�d�d{�l}�xd�_*:��
/external/bison/build-aux/
Dupdate-copyright226 /$1-$3/gx;
/external/ImageMagick/PerlMagick/t/reference/composite/
DDifference.miff24 `tfykw3iq1gm-io2gn6fo>bjJpzStyXtyJoy1j�.j0ly8^e<KTcog~gx%aj1Y[7ZYL[WZREW[A\W3[O'VI'\L0XN:^A14…

123