/external/clang/test/SemaCXX/ |
H A D | accessible-base.cpp | 19 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 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}}
|
/external/pdfium/third_party/lcms2-2.6/src/ |
H A D | cmsintrp.c | 452 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 D | cmsopt.c | 834 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 D | aesni-gcm-x86_64.pl | 59 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8)); 95 vpclmulqdq \$0x10,$Hkey,$Z3,$Z1 114 vpxor $Z1,$Z2,$Z2 115 vpclmulqdq \$0x00,$Hkey,$Ii,$Z1 118 vpxor $Z1,$T1,$Z0 138 vmovdqu 0x30-0x20($Xip),$Z1 # borrow $Z1 for $Hkey^3 143 vpclmulqdq \$0x00,$Z1,$Ii,$T1 146 vpclmulqdq \$0x10,$Z1,$Ii,$T2 149 vpclmulqdq \$0x01,$Z1, [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | ECPoint.java | 246 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 D | instantiate-static-var.cpp | 76 struct Z1 {}; struct 79 Z1<Y1<X1>::value> x; 81 Z1<Y2<X2>::value> x2;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
H A D | SecP192R1Point.java | 88 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 D | SecP224R1Point.java | 87 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 D | SecP256R1Point.java | 87 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 D | SecP384R1Point.java | 87 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 D | SecP521R1Point.java | 86 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 D | SecP192K1Point.java | 89 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 D | SecP224K1Point.java | 89 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 D | SecP256K1Point.java | 89 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 D | irc_common.h | 63 #define X_PROD_Y_DIV_Z(X1,Y1,Z1,P1)\ 68 SET_VAR_Q(vq_c,(Z1),0);\
|
/external/clang/test/Index/ |
H A D | index-templates.cpp | 16 struct Z1 { }; struct 18 template class vector<Z1>; 135 // CHECK-LOAD: index-templates.cpp:16:8: StructDecl=Z1:16:8 (Definition) Extent=[16:1 - 16:14] 137 // CHECK-LOAD: index-templates.cpp:18:23: TypeRef=struct Z1:16:8 Extent=[18:23 - 18:25] 214 // CHECK-USRS: index-templates.cpp c:@S@Z1 Extent=[16:1 - 16:14] 215 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z1#$@S@allocator>#S0_ Extent=[18:1 - 18:26]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
H A D | type_mat2x3.hpp | 78 template <typename X1, typename Y1, typename Z1, typename X2, typename Y2, typename Z2> 80 X1 const & x1, Y1 const & y1, Z1 const & z1,
|
H A D | type_mat2x4.hpp | 79 typename X1, typename Y1, typename Z1, typename W1, 82 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
|
H A D | type_mat3x4.hpp | 81 typename X1, typename Y1, typename Z1, typename W1, 85 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
|
H A D | type_mat4x3.hpp | 84 typename X1, typename Y1, typename Z1, 89 X1 const & x1, Y1 const & y1, Z1 const & z1,
|
H A D | type_mat3x3.hpp | 86 typename X1, typename Y1, typename Z1, 90 X1 const & x1, Y1 const & y1, Z1 const & z1,
|
H A D | type_mat4x4.hpp | 89 typename X1, typename Y1, typename Z1, typename W1, 94 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
|
/external/guice/ |
H A D | Android.mk | 102 munge_zipped_src_files_raw := $(filter %.java,$(shell unzip -Z1 "$(LOCAL_PATH)/$(munge_zip_location)"))
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1397 Constant *Z1=nullptr, *Z2=nullptr; local 1400 Z1 = dyn_cast<Constant>(A1); A = A2; 1403 Z1 = dyn_cast<Constant>(B1); B = B2; 1407 if (Z1 && Z2 && 1409 (Z1->isNegativeZeroValue() && Z2->isNegativeZeroValue()))) {
|