Home
last modified time | relevance | path

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

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java172 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
180 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
203 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
211 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
686 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
727 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.java182 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
190 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
213 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
221 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
700 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
741 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.java182 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
190 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
213 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
221 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
700 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
741 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/color/
Dtransform.rs28 pub yx: f32, field
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/color/
Dtransform.rs28 pub yx: f32, field
/external/rust/android-crates-io/crates/glam/src/swizzles/
Di64vec2_impl.rs21 fn yx(self) -> I64Vec2 { in yx() method
Di8vec2_impl.rs21 fn yx(self) -> I8Vec2 { in yx() method
Dvec2_impl.rs21 fn yx(self) -> Vec2 { in yx() method
Ddvec2_impl.rs21 fn yx(self) -> DVec2 { in yx() method
Du16vec2_impl.rs21 fn yx(self) -> U16Vec2 { in yx() method
Di16vec2_impl.rs21 fn yx(self) -> I16Vec2 { in yx() method
Du64vec2_impl.rs21 fn yx(self) -> U64Vec2 { in yx() method
Divec2_impl.rs21 fn yx(self) -> IVec2 { in yx() method
Duvec2_impl.rs21 fn yx(self) -> UVec2 { in yx() method
Du8vec2_impl.rs21 fn yx(self) -> U8Vec2 { 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()
Dhb-geometry.hh197 float yx = 0.f; member
Djustify.py48 def push_transform_f(funcs, paint_data, xx, yx, xy, yy, dx, dy, user_data): argument
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

123