Home
last modified time | relevance | path

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

123

/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/python/cpython2/Python/
Dpymath.c37 double yx; in hypot() local
/external/skia/src/pathops/
DSkPathOpsPoint.h67 double yx = fY * a.fX; in crossCheck() local
74 double yx = fY * a.fX; in crossNoNormalCheck() local
/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
752 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Check() local
/external/freetype/include/freetype/internal/
Dcffotypes.h95 FT_Fixed yx, yy; member
/external/rust/crates/glam/src/swizzles/
Du16vec2_impl.rs30 fn yx(self) -> U16Vec2 { in yx() method
Ddvec2_impl.rs30 fn yx(self) -> DVec2 { in yx() method
Duvec2_impl.rs30 fn yx(self) -> UVec2 { in yx() method
Di64vec2_impl.rs30 fn yx(self) -> I64Vec2 { in yx() method
Du64vec2_impl.rs30 fn yx(self) -> U64Vec2 { in yx() method
Dvec2_impl.rs30 fn yx(self) -> Vec2 { in yx() method
Divec2_impl.rs30 fn yx(self) -> IVec2 { in yx() method
Di16vec2_impl.rs30 fn yx(self) -> I16Vec2 { in yx() method
Duvec3_impl.rs39 fn yx(self) -> UVec2 { in yx() method
/external/fonttools/Lib/fontTools/misc/
Dtransform.py159 yx: float = 0 variable in Transform
/external/freetype/include/freetype/
Dfttypes.h396 FT_Fixed yx, yy; member
/external/harfbuzz_ng/src/
Dhb-paint.cc48 float xx, float yx, in hb_paint_push_transform_nil()
460 float xx, float yx, in hb_paint_push_transform()
Djustify.py48 def push_transform_f(funcs, paint_data, xx, yx, xy, yy, dx, dy, user_data): argument
Dhb-paint-extents.hh142 float yx = 0.f; member
Dhb-paint-extents.cc46 float xx, float yx, in hb_paint_extents_push_transform()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_test.cc190 Array2D<float> yx(3, r1_size); in TEST_F() local
/external/freetype/src/truetype/
Dttobjs.h176 FT_Fixed yx, yy; member
/external/harfbuzz_ng/test/api/
Dtest-paint.c78 float xx, float yx, in push_transform()

123