Searched refs:Z1 (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/SemaCXX/
H A Daccessible-base.cpp19 struct Z1 : X2, virtual A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struct Z1 -> struct X2 -> struct A\n struct Z1 -> struct A}} struct in inherits:X2,A
H A Ddefault-constructor-initializers.cpp46 struct Z1 { // expected-error {{must explicitly initialize the reference member 'z'}} \ struct
54 Z1 z1; // expected-note {{first required here}}
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c452 X0, Y0, Z0, X1, Y1, Z1; local
478 Z1 = Z0 + (Input[2] >= 1.0 ? 0 : p->opta[0]);
483 d001 = DENS(X0, Y0, Z1);
485 d011 = DENS(X0, Y1, Z1);
488 d101 = DENS(X1, Y0, Z1);
490 d111 = DENS(X1, Y1, Z1);
526 register int X0, X1, Y0, Y1, Z0, Z1; local
555 Z1 = Z0 + (Input[2] == 0xFFFFU ? 0 : p->opta[0]);
560 d001 = DENS(X0, Y0, Z1);
562 d011 = DENS(X0, Y1, Z1);
599 X0, Y0, Z0, X1, Y1, Z1; local
702 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
838 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
[all...]
H A Dcmsopt.c834 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
846 Z0 = Z1 = p8->Z0[b];
854 Z1 = Z0 + ((rz == 0) ? 0 : p ->opta[0]);
866 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
872 c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1);
873 c3 = DENS(X1, Y0, Z1) - DENS(X1, Y0, Z0);
878 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1);
879 c2 = DENS(X1, Y1, Z1)
[all...]
/external/boringssl/src/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl71 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
107 vpclmulqdq \$0x10,$Hkey,$Z3,$Z1
126 vpxor $Z1,$Z2,$Z2
127 vpclmulqdq \$0x00,$Hkey,$Ii,$Z1
130 vpxor $Z1,$T1,$Z0
150 vmovdqu 0x30-0x20($Xip),$Z1 # borrow $Z1 for $Hkey^3
155 vpclmulqdq \$0x00,$Z1,$Ii,$T1
158 vpclmulqdq \$0x10,$Z1,$Ii,$T2
161 vpclmulqdq \$0x01,$Z1,
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java246 ECFieldElement Z1 = getZCoord(0);
247 if (Z1.isOne())
252 return normalize(Z1.invert());
711 ECFieldElement Z1 = this.zs[0];
714 boolean Z1IsOne = Z1.isOne();
717 ECFieldElement u1 = Z1IsOne ? Y2 : Y2.multiply(Z1);
720 ECFieldElement v1 = Z1IsOne ? X2 : X2.multiply(Z1);
738 ECFieldElement w = Z1IsOne ? Z2 : Z2IsOne ? Z1 : Z1.multiply(Z2);
754 ECFieldElement Z1
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp67 struct Z1 {}; struct
70 Z1<Y1<X1>::value> x;
72 Z1<Y2<X2>::value> x2;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192R1Point.java88 SecP192R1FieldElement Z1 = (SecP192R1FieldElement)this.zs[0];
97 boolean Z1IsOne = Z1.isOne();
107 SecP192R1Field.square(Z1.x, S2);
112 SecP192R1Field.multiply(S2, Z1.x, S2);
181 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x);
209 SecP192R1FieldElement X1 = (SecP192R1FieldElement)this.x, Z1 = (SecP192R1FieldElement)this.zs[0];
221 boolean Z1IsOne = Z1.isOne();
223 int[] Z1Squared = Z1.x;
227 SecP192R1Field.square(Z1.x, Z1Squared);
260 SecP192R1Field.multiply(Z3.x, Z1
[all...]
H A DSecP224R1Point.java87 SecP224R1FieldElement Z1 = (SecP224R1FieldElement)this.zs[0];
96 boolean Z1IsOne = Z1.isOne();
106 SecP224R1Field.square(Z1.x, S2);
111 SecP224R1Field.multiply(S2, Z1.x, S2);
180 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x);
207 SecP224R1FieldElement X1 = (SecP224R1FieldElement)this.x, Z1 = (SecP224R1FieldElement)this.zs[0];
219 boolean Z1IsOne = Z1.isOne();
221 int[] Z1Squared = Z1.x;
225 SecP224R1Field.square(Z1.x, Z1Squared);
258 SecP224R1Field.multiply(Z3.x, Z1
[all...]
H A DSecP256R1Point.java87 SecP256R1FieldElement Z1 = (SecP256R1FieldElement)this.zs[0];
96 boolean Z1IsOne = Z1.isOne();
106 SecP256R1Field.square(Z1.x, S2);
111 SecP256R1Field.multiply(S2, Z1.x, S2);
180 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x);
207 SecP256R1FieldElement X1 = (SecP256R1FieldElement)this.x, Z1 = (SecP256R1FieldElement)this.zs[0];
219 boolean Z1IsOne = Z1.isOne();
221 int[] Z1Squared = Z1.x;
225 SecP256R1Field.square(Z1.x, Z1Squared);
258 SecP256R1Field.multiply(Z3.x, Z1
[all...]
H A DSecP384R1Point.java87 SecP384R1FieldElement Z1 = (SecP384R1FieldElement)this.zs[0];
96 boolean Z1IsOne = Z1.isOne();
106 SecP384R1Field.square(Z1.x, S2);
111 SecP384R1Field.multiply(S2, Z1.x, S2);
181 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x);
208 SecP384R1FieldElement X1 = (SecP384R1FieldElement)this.x, Z1 = (SecP384R1FieldElement)this.zs[0];
220 boolean Z1IsOne = Z1.isOne();
222 int[] Z1Squared = Z1.x;
226 SecP384R1Field.square(Z1.x, Z1Squared);
259 SecP384R1Field.multiply(Z3.x, Z1
[all...]
H A DSecP521R1Point.java86 SecP521R1FieldElement Z1 = (SecP521R1FieldElement)this.zs[0];
94 boolean Z1IsOne = Z1.isOne();
104 SecP521R1Field.square(Z1.x, S2);
109 SecP521R1Field.multiply(S2, Z1.x, S2);
176 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x);
203 SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.x, Z1 = (SecP521R1FieldElement)this.zs[0];
214 boolean Z1IsOne = Z1.isOne();
216 int[] Z1Squared = Z1.x;
220 SecP521R1Field.square(Z1.x, Z1Squared);
253 SecP521R1Field.multiply(Z3.x, Z1
[all...]
H A DSecP192K1Point.java89 SecP192K1FieldElement Z1 = (SecP192K1FieldElement)this.zs[0];
98 boolean Z1IsOne = Z1.isOne();
108 SecP192K1Field.square(Z1.x, S2);
113 SecP192K1Field.multiply(S2, Z1.x, S2);
182 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x);
210 SecP192K1FieldElement X1 = (SecP192K1FieldElement)this.x, Z1 = (SecP192K1FieldElement)this.zs[0];
246 if (!Z1.isOne())
248 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x);
H A DSecP224K1Point.java89 SecP224K1FieldElement Z1 = (SecP224K1FieldElement)this.zs[0];
98 boolean Z1IsOne = Z1.isOne();
108 SecP224K1Field.square(Z1.x, S2);
113 SecP224K1Field.multiply(S2, Z1.x, S2);
182 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x);
210 SecP224K1FieldElement X1 = (SecP224K1FieldElement)this.x, Z1 = (SecP224K1FieldElement)this.zs[0];
246 if (!Z1.isOne())
248 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x);
H A DSecP256K1Point.java89 SecP256K1FieldElement Z1 = (SecP256K1FieldElement)this.zs[0];
98 boolean Z1IsOne = Z1.isOne();
108 SecP256K1Field.square(Z1.x, S2);
113 SecP256K1Field.multiply(S2, Z1.x, S2);
182 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x);
210 SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.x, Z1 = (SecP256K1FieldElement)this.zs[0];
246 if (!Z1.isOne())
248 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x);
/external/libavc/encoder/
H A Dirc_common.h63 #define X_PROD_Y_DIV_Z(X1,Y1,Z1,P1)\
68 SET_VAR_Q(vq_c,(Z1),0);\
/external/clang/test/Index/
H A Dindex-templates.cpp16 struct Z1 { }; struct
18 template class vector<Z1>;
132 // CHECK-LOAD: index-templates.cpp:16:8: StructDecl=Z1:16:8 (Definition) Extent=[16:1 - 16:14]
134 // CHECK-LOAD: index-templates.cpp:18:23: TypeRef=struct Z1:16:8 Extent=[18:23 - 18:25]
207 // CHECK-USRS: index-templates.cpp c:@S@Z1 Extent=[16:1 - 16:14]
208 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z1#$@S@allocator>#S0_ Extent=[18:1 - 18:26]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1409 Constant *Z1=nullptr, *Z2=nullptr; local
1412 Z1 = dyn_cast<Constant>(A1); A = A2;
1415 Z1 = dyn_cast<Constant>(B1); B = B2;
1419 if (Z1 && Z2 &&
1421 (Z1->isNegativeZeroValue() && Z2->isNegativeZeroValue()))) {
/external/boringssl/src/crypto/dh/
H A Ddh_test.cc457 std::vector<uint8_t> Z1(DH_size(dhA.get()));
461 int ret1 = DH_compute_key(bssl::vector_data(&Z1), dhB->pub_key, dhA.get());
469 memcmp(bssl::vector_data(&Z1), td->Z, td->Z_len) != 0 ||
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp865 // FIXME: These two are valid; deriving from T1<T> gives Z1 access to
869 template<typename> class T2> struct Z1 : struct in namespace:dr372::example1
879 Z1<int, X, Y> z1; // expected-note {{instantiation of}}
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp2001 double X1,Y1,Z1,W1; local
2011 Z1 = cvmGet(points2,2,i);
2021 z = Z1*P[j];
/external/libavc/encoder/arm/
H A Dime_distortion_metrics_a9q.s1072 @Q9 Z4,Z1,Y4,Y1,Z3,Z2,Y3,Y2
1079 @D18 Z4 Z1 Y4 Y1
1187 @Q9 Z4,Z1,Y4,Y1,Z3,Z2,Y3,Y2
1193 @D18 Z4 Z1 Y4 Y1

Completed in 735 milliseconds