Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpymath.c37 double yx; in hypot() local
/external/python/cpython3/Python/
Dpymath.c39 double yx; in hypot() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java186 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
194 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
217 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
225 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
763 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
804 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.java196 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
204 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
227 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
235 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
777 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
818 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() 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.h64 double yx = fY * a.fX; in crossCheck() local
71 double yx = fY * a.fX; in crossNoNormalCheck() local
/external/freetype/include/freetype/internal/
Dcffotypes.h96 FT_Fixed yx, yy; member
/external/fonttools/Lib/fontTools/misc/
Dtransform.py88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0): argument
/external/freetype/src/base/
Dftcalc.c664 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
724 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
/external/freetype/include/freetype/
Dfttypes.h394 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/skia/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.h179 FT_Fixed yx, yy; member
Dttgload.c576 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
/external/swiftshader/src/Reactor/
DReactor.hpp1417 Swizzle2<Vector4, 0x01> yx; member
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc4029 for (int64 yx = 0; yx < area; ++yx) { in DoDepthConcatenate()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc3925 for (int64 yx = 0; yx < area; ++yx) { in DoDepthConcatenate()