Home
last modified time | relevance | path

Searched defs:yx (Results 1 – 20 of 20) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java185 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
193 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
216 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
224 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
752 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
793 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DECFieldElement.java195 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
203 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
226 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
234 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
766 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
807 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DECFieldElement.java195 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
203 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
226 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
234 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
766 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
807 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() local
/external/llvm-project/clang/test/SemaCXX/
Dcxx14-compat.cpp22 Y<X> yx; // ok, not class template argument deduction variable
/external/python/cpython2/Python/
Dpymath.c37 double yx; in hypot() local
/external/python/cpython3/Python/
Dpymath.c39 double yx; in hypot() local
/external/skqp/src/pathops/
DSkPathOpsPoint.h64 double yx = fY * a.fX; in crossCheck() local
71 double yx = fY * a.fX; in crossNoNormalCheck() local
/external/skia/src/pathops/
DSkPathOpsPoint.h65 double yx = fY * a.fX; in crossCheck() local
72 double yx = fY * a.fX; in crossNoNormalCheck() local
/external/freetype/include/freetype/internal/
Dcffotypes.h95 FT_Fixed yx, yy; member
/external/fonttools/Lib/fontTools/misc/
Dtransform.py144 yx: float = 0 variable in Transform
/external/freetype/src/base/
Dftcalc.c663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
723 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
/external/freetype/include/freetype/
Dfttypes.h393 FT_Fixed yx, yy; member
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_test.cc191 Array2D<float> yx(3, r1_size); in TEST_F() local
/external/skqp/src/compute/skc/platforms/cl_12/
Dcomposition_cl_12.c81 skc_uint yx : SKC_TTCK_HI_BITS_YX; member
Draster_builder_cl_12.c272 skc_uint yx : SKC_TTXK_HI_BITS_YX; member
/external/freetype/src/truetype/
Dttobjs.h178 FT_Fixed yx, yy; member
Dttgload.c605 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc4562 for (int64 yx = 0; yx < area; ++yx) { in DoDepthConcatenate()
/external/swiftshader/src/Reactor/
DReactor.hpp1575 Swizzle2<Vector4, 0x1000> yx; member
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc4522 for (int64 yx = 0; yx < area; ++yx) { in DoDepthConcatenate()