Searched defs:gy (Results 1 - 13 of 13) sorted by relevance

/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 int gy = g >> 2; local
47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int gy = g >> 2; local
47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy);
/external/skqp/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 int gy = g >> 2; local
47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int gy = g >> 2; local
47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy);
/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DEcdhTest.java436 final BigInteger gy; // y-coordainat of the generator field in class:EcdhTest.EcPublicKeyTestVector
449 BigInteger gy,
460 this.gy = gy;
474 ECPoint g = new ECPoint(gx, gy);
441 EcPublicKeyTestVector( String comment, String encoded, BigInteger p, BigInteger n, BigInteger a, BigInteger b, BigInteger gx, BigInteger gy, Integer h, BigInteger pubx, BigInteger puby) argument
/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c226 const __m128i gy = _mm_set1_epi32(4809); local
256 lo = _mm_mul_epi32(lo, gy);
257 hi = _mm_mul_epi32(hi, gy);
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp199 float gy = ((float)y + 0.5f) / cellHeight; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
/external/libvpx/libvpx/vpx_dsp/
H A Dfastssim.c258 unsigned gy; \
260 gy = gy_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
262 col_sums_gy2[(_col)] = gy * (double)gy; \
263 col_sums_gxgy[(_col)] = gx * (double)gy; \
269 unsigned gy; \
271 gy = gy_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
273 col_sums_gy2[(_col)] += gy * (double)gy; \
274 col_sums_gxgy[(_col)] += gx * (double)gy; \
349 unsigned gy; local
[all...]
/external/ImageMagick/MagickCore/
H A Ddistort.c2631 double r,fx,fy,gx,gy;
2640 gy = ((3*coeff[4]*r + 2*coeff[5])*r + coeff[6])/r;
2644 gx *= -fx*fx; gy *= -fy*fy;
2651 gy*d.x*d.y, gy*d.y*d.y + fy );
2625 double r,fx,fy,gx,gy; local
/external/swiftshader/src/Renderer/
H A DETC_Decoder.cpp579 int gy = j * (gv - go) + 2; local
584 ((i * (gh - go) + gy) >> 2) + go,
/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_test.cc1032 auto gy = ops::Identity(s.WithOpName("gy"), dz); local
1037 auto sum_gy = ops::Sum(s.WithOpName("sum_gy"), gy, rx.r1);
1063 auto gy = ops::Mul(s.WithOpName("gy"), x, dz); local
1067 auto sum_gy = ops::Sum(s.WithOpName("sum_gy"), gy, rx.r1);
/external/libpng/contrib/libtests/
H A Dpngvalid.c3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
3346 png_save_uint_32(pm->buffer+28, ((chrm_modification*)me)->gy);
3368 me->gy = fix(chromaticity_y(encoding->green));
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 504 milliseconds