Home
last modified time | relevance | path

Searched defs:gy (Results 1 – 21 of 21) sorted by relevance

/external/skia/tests/
DPathOpsSimplifyQuadThreadedTest.cpp34 int gy = g >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int gy = g >> 2; in testSimplifyQuadralateralsMain() local
/external/skqp/tests/
DPathOpsSimplifyQuadThreadedTest.cpp34 int gy = g >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int gy = g >> 2; in testSimplifyQuadralateralsMain() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdhTest.java436 final BigInteger gy; // y-coordainat of the generator field in EcdhTest.EcPublicKeyTestVector
449 BigInteger gy, in EcPublicKeyTestVector()
/external/wycheproof/java/com/google/security/wycheproof/
DEcUtil.java80 final BigInteger gy = new BigInteger(hexGY, 16); in getNistCurveSpec() local
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp199 float gy = ((float)y + 0.5f) / cellHeight; in computeGridCellWeights() local
/external/pdfium/third_party/libopenjpeg20/
Dmct.c226 const __m128i gy = _mm_set1_epi32(4809); in opj_mct_encode_real() local
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c349 unsigned gy; in fs_calc_structure() local
/external/libaom/libaom/aom_dsp/
Dfastssim.c343 unsigned gy; in fs_calc_structure() local
Dnoise_model.c598 const double gy = (block[yi * block_size + xi + block_size] - in aom_flat_block_finder_run() local
/external/ImageMagick/MagickCore/
Ddistort.c2682 double r,fx,fy,gx,gy; in DistortImage() local
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc246 bssl::UniquePtr<BIGNUM> gy(BN_bin2bn(kY, sizeof(kY), nullptr)); in TEST() local
/external/skia/src/codec/
DSkPngCodec.cpp395 float gy = png_fixed_point_to_float(chrm[5]); in read_color_profile() local
/external/skqp/src/codec/
DSkPngCodec.cpp395 float gy = png_fixed_point_to_float(chrm[5]); in read_color_profile() local
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc1374 auto gy = ops::Identity(s.WithOpName("gy"), dz); in TEST_F() local
1405 auto gy = ops::Mul(s.WithOpName("gy"), x, dz); in TEST_F() local
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp579 int gy = j * (gv - go) + 2; in decodePlanarBlock() local
/external/swiftshader/src/Device/
DETC_Decoder.cpp579 int gy = j * (gv - go) + 2; in decodePlanarBlock() local
/external/skia/third_party/skcms/
Dskcms.cc1219 float gx, float gy, in skcms_PrimariesToXYZD50()
/external/skqp/third_party/skcms/
Dskcms.cc1219 float gx, float gy, in skcms_PrimariesToXYZD50()
/external/libpng/contrib/libtests/
Dpngvalid.c3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member