/external/clang/test/SemaCXX/ |
D | default-constructor-initializers.cpp | 46 struct Z1 { // expected-error {{must explicitly initialize the reference member 'z'}} \ struct 54 Z1 z1; // expected-note {{first required here}} argument
|
D | accessible-base.cpp | 19 struct Z1 : X2, virtual A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n … struct
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256R1Point.java | 87 SecP256R1FieldElement Z1 = (SecP256R1FieldElement)this.zs[0]; in add() local 207 … SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.x, Z1 = (SecP256R1FieldElement)this.zs[0]; in twice() local
|
D | SecP192R1Point.java | 88 SecP192R1FieldElement Z1 = (SecP192R1FieldElement)this.zs[0]; in add() local 209 … SecP192R1FieldElement X1 = (SecP192R1FieldElement)this.x, Z1 = (SecP192R1FieldElement)this.zs[0]; in twice() local
|
D | SecP224R1Point.java | 87 SecP224R1FieldElement Z1 = (SecP224R1FieldElement)this.zs[0]; in add() local 207 … SecP224R1FieldElement X1 = (SecP224R1FieldElement)this.x, Z1 = (SecP224R1FieldElement)this.zs[0]; in twice() local
|
D | SecP256K1Point.java | 89 SecP256K1FieldElement Z1 = (SecP256K1FieldElement)this.zs[0]; in add() local 210 … SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.x, Z1 = (SecP256K1FieldElement)this.zs[0]; in twice() local
|
D | SecP224K1Point.java | 89 SecP224K1FieldElement Z1 = (SecP224K1FieldElement)this.zs[0]; in add() local 210 … SecP224K1FieldElement X1 = (SecP224K1FieldElement)this.x, Z1 = (SecP224K1FieldElement)this.zs[0]; in twice() local
|
D | SecP192K1Point.java | 89 SecP192K1FieldElement Z1 = (SecP192K1FieldElement)this.zs[0]; in add() local 210 … SecP192K1FieldElement X1 = (SecP192K1FieldElement)this.x, Z1 = (SecP192K1FieldElement)this.zs[0]; in twice() local
|
D | SecP384R1Point.java | 87 SecP384R1FieldElement Z1 = (SecP384R1FieldElement)this.zs[0]; in add() local 208 … SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.x, Z1 = (SecP384R1FieldElement)this.zs[0]; in twice() local
|
D | SecP521R1Point.java | 86 SecP521R1FieldElement Z1 = (SecP521R1FieldElement)this.zs[0]; in add() local 203 … SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.x, Z1 = (SecP521R1FieldElement)this.zs[0]; in twice() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 246 ECFieldElement Z1 = getZCoord(0); in normalize() local 711 ECFieldElement Z1 = this.zs[0]; in add() local 754 ECFieldElement Z1 = this.zs[0]; in add() local 915 ECFieldElement Z1 = this.zs[0]; in twice() local 945 ECFieldElement Z1 = this.zs[0]; in twice() local
|
/external/clang/test/Index/ |
D | index-templates.cpp | 16 struct Z1 { }; struct
|
/external/clang/test/SemaTemplate/ |
D | instantiate-static-var.cpp | 76 struct Z1 {}; struct
|
/external/libavc/encoder/ |
D | irc_common.h | 63 #define X_PROD_Y_DIV_Z(X1,Y1,Z1,P1)\ argument
|
/external/boringssl/src/crypto/dh/ |
D | dh_test.cc | 456 std::vector<uint8_t> Z1(DH_size(dhA.get())); in RunRFC5114Tests() local
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 452 X0, Y0, Z0, X1, Y1, Z1; in TrilinearInterpFloat() local 526 register int X0, X1, Y0, Y1, Z0, Z1; in TrilinearInterp16() local 599 X0, Y0, Z0, X1, Y1, Z1; in TetrahedralInterpFloat() local 702 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; in TetrahedralInterp16() local 838 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; in Eval4Inputs() local
|
D | cmsopt.c | 834 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; in PrelinEval8() local
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/ |
D | Decal.java | 591 public static final int Z1 = 2; field in Decal
|
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 2001 double X1,Y1,Z1,W1; in icvComputeTransform4D() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1397 Constant *Z1=nullptr, *Z2=nullptr; in visitFAdd() local
|