Home
last modified time | relevance | path

Searched refs:yx (Results 1 – 25 of 190) sorted by relevance

12345678

/external/fonttools/Lib/fontTools/misc/
Dtransform.py88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0): argument
99 self.__affine = xx, xy, yx, yy, dx, dy
111 xx, xy, yx, yy, dx, dy = self.__affine
112 return (xx*x + yx*y + dx, xy*x + yy*y + dy)
123 xx, xy, yx, yy, dx, dy = self.__affine
124 return [(xx*x + yx*y + dx, xy*x + yy*y + dy) for x, y in points]
238 xx, xy, yx, yy, dx, dy = self.__affine
239 det = xx*yy - yx*xy
240 xx, xy, yx, yy = yy/det, -xy/det, -yx/det, xx/det
241 dx, dy = -xx*dx - yx*dy, -xy*dx - yy*dy
[all …]
/external/freetype/src/base/
Dftcalc.c664 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
671 FT_MulFix( a->xy, b->yx ) ); in FT_Matrix_Multiply()
674 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply()
675 FT_MulFix( a->yy, b->yx ) ); in FT_Matrix_Multiply()
676 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ), in FT_Matrix_Multiply()
681 b->yx = yx; in FT_Matrix_Multiply()
699 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
705 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
724 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
733 FT_MulDiv( a->xy, b->yx, val ) ); in FT_Matrix_Multiply_Scaled()
[all …]
Dftsynth.c69 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
/external/python/cpython2/Python/
Dpymath.c37 double yx; in hypot() local
49 yx = y/x; in hypot()
50 return x*sqrt(1.+yx*yx); in hypot()
/external/python/cpython3/Python/
Dpymath.c37 double yx; in hypot() local
49 yx = y/x; in hypot()
50 return x*sqrt(1.+yx*yx); in hypot()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java177 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
179 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct()
185 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
187 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct()
208 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
210 BigInteger xy = xx.multiply(yx); in squareMinusProduct()
216 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
218 BigInteger xy = xx.multiply(yx); in squarePlusProduct()
727 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
730 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct()
[all …]
/external/clang/utils/ABITest/
DMakefile.test.common31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff
56 test.%.build: temps/test.%.ref temps/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temp…
71 .PRECIOUS: temps/test.%.yx.diff
72 temps/test.%.yx.diff: temps/test.%.ref.out temps/test.%.yx.out
100 .PRECIOUS: temps/test.%.yx
101 temps/test.%.yx: temps/test.%.driver.ref.o temps/test.%.a.y.o temps/test.%.b.x.o
/external/skia/src/pathops/
DSkPathOpsPoint.h64 double yx = fY * a.fX; in crossCheck() local
65 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
71 double yx = fY * a.fX; in crossNoNormalCheck() local
72 return AlmostEqualUlpsNoNormalCheck(xy, yx) ? 0 : xy - yx; in crossNoNormalCheck()
/external/skqp/src/pathops/
DSkPathOpsPoint.h64 double yx = fY * a.fX; in crossCheck() local
65 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
71 double yx = fY * a.fX; in crossNoNormalCheck() local
72 return AlmostEqualUlpsNoNormalCheck(xy, yx) ? 0 : xy - yx; in crossNoNormalCheck()
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js713 var yx = upx;
719 xy = -yx * zz + yz * zx;
720 xz = yx * zy - yy * zx;
723 yx = zy * xz - zz * xy;
725 yx = zx * xy - zy * xx;
737 mag = Math.sqrt(yx * yx + yy * yy + yz * yz);
739 yx /= mag;
749 matrix.$matrix.m21 = yx;
/external/tensorflow/tensorflow/compiler/xla/tests/
Dbroadcast_test.cc191 Array2D<float> yx(3, r1_size); in TEST_F() local
194 yx(y, x) = input_data[x]; in TEST_F()
197 expected.FillWithYX(yx); in TEST_F()
/external/freetype/src/cff/
Dcffobjs.c753 : FT_ABS( matrix->yx ); in cff_face_init()
760 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init()
824 : FT_ABS( matrix->yx ); in cff_face_init()
832 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init()
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Dvecoperations.c127 v2i64 c2 = a.yx; in v2i64_shuffle()
132 v2f64 c2 = a.yx; in v2f64_shuffle()
/external/e2fsprogs/tests/f_h_badnode/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_badroot/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_normal/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_reindex/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_unsigned/
Dscript1 if test "$HTREE"x = yx ; then
/external/freetype/include/freetype/internal/
Dcffotypes.h96 FT_Fixed yx, yy; member
/external/clang/test/SemaTemplate/
Dinstantiate-clang.cpp14 v1.xy = v2.yx; in f()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D7395f980ce8e75cee9d84c7ba54be627.0000240b.honggfuzz.cov11 PD4�Ɗ�����)Ħ�S%��p�yx�2
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D7395f980ce8e75cee9d84c7ba54be627.0000240b.honggfuzz.cov11 PD4�Ɗ�����)Ħ�S%��p�yx�2
/external/freetype/src/truetype/
Dttgload.c573 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
637 xy = yx = 0; in TT_Load_Composite_Glyph()
652 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; in TT_Load_Composite_Glyph()
659 subglyph->transform.yx = yx; in TT_Load_Composite_Glyph()
705 subglyph->transform.yx / 65536.0, in TT_Load_Composite_Glyph()
1162 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component()
1163 : -subglyph->transform.yx; in TT_Process_Composite_Component()
1188 subglyph->transform.yx ); in TT_Process_Composite_Component()
/external/freetype/include/freetype/
Dfttypes.h388 FT_Fixed yx, yy; member
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Dfunctions.test1959 vec2 func (vec2 a) { return a.yx; }
1986 ivec2 func (ivec2 a) { return a.yx; }
2014 bvec2 func (bvec2 a) { return a.yx; }
2042 vec2 func (vec2 a) { return a.yx; }
2046 ivec2 func (ivec2 a) { return a.yx; }
2050 bvec2 func (bvec2 a) { return a.yx; }
2085 vec2 func (vec2 a) { return a.yx; }
2090 ivec2 func (ivec2 a) { return a.yx; }
2094 bvec2 func (bvec2 a) { return a.yx; }
3043 out0 = func(in0.y, in0.xzw, in0.wz, in0.yx, in0);
[all …]

12345678