/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 167 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local 175 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local 198 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local 206 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local 712 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local 753 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; in squarePlusProduct() local
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 636 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 690 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
|
/external/freetype/src/cff/ |
D | cffobjs.h | 107 FT_Fixed yx, yy; member
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffobjs.h | 107 FT_Fixed yx, yy; member
|
/external/fonttools/Lib/fontTools/misc/ |
D | transform.py | 88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0): argument
|
/external/freetype/src/base/ |
D | ftcalc.c | 663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 717 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
|
/external/skia/src/pathops/ |
D | SkPathOpsPoint.h | 63 double yx = fY * a.fX; in crossCheck() local
|
/external/pdfium/third_party/freetype/include/ |
D | fttypes.h | 388 FT_Fixed yx, yy; member
|
/external/freetype/include/freetype/ |
D | fttypes.h | 388 FT_Fixed yx, yy; member
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.h | 194 FT_Fixed yx, yy; member
|
D | ttgload.c | 587 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 183 FT_Fixed yx, yy; member
|
D | ttgload.c | 569 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
|
/external/opencv/cv/src/ |
D | cvstereogc.cpp | 598 GCEdge *xy = edgeBuf + nedges, *yx = xy + 1; in icvAddEdge() local
|