/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
p1.cpp | 24 struct Y1 { }; // 30 struct Y1 { }; 34 struct Z : public X<T>::template Y1<U> { };
|
/external/clang/test/SemaCXX/ |
accessible-base.cpp | 10 struct Y1 : X1, virtual A
|
default-constructor-initializers.cpp | 25 struct Y1 { // has no implicit default constructor 26 Y1(int); 29 struct Y2 : Y1 {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
ImageCompare.java | 70 final double Y1 = luma(pixel1); 72 noise += (Y1 - Y2) * (Y1 - Y2);
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
const_optional_U.pass.cpp | 40 struct Y1 42 Y1() = default; 43 Y1(const int&) {} 44 Y1& operator=(const Y1&) = delete;
|
optional_U.pass.cpp | 41 struct Y1 43 Y1() = default; 44 Y1(const int&) {} 45 Y1& operator=(const Y1&) = delete;
|
/external/clang/test/CXX/class.access/class.friend/ |
p3-cxx0x.cpp | 7 class Y1 { }; 9 X0<Y1> x0a; 10 X0<Y1 *> x0b; 16 friend typename T::type; // expected-error{{no type named 'type' in 'Y1'}} 29 X1<Y1> x1c; // expected-note{{in instantiation of template class 'X1<Y1>' requested here}}
|
/external/clang/test/CXX/over/over.over/ |
p1.cpp | 85 template<float(float)> struct Y1 { }; 91 Y1<f0> y1; variable 92 Y1<&f0> y1a;
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-rtti.cpp | 19 struct Y1 : W1, virtual V1 {} y1; variable in typeref:struct:Y1 69 // CHECK-DAG: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null], comdat 70 // CHECK-DAG: @"\01??_R1A@?0A@EA@Y1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY1@@@8" to i8*), i32 5, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y1@@8" }, comdat [all...] |
/external/skia/src/core/ |
SkLineClipper.cpp | 40 double Y1 = src[1].fY; 41 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0); 61 double Y1 = src[1].fY; 62 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
|
/external/skqp/src/core/ |
SkLineClipper.cpp | 40 double Y1 = src[1].fY; 41 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0); 61 double Y1 = src[1].fY; 62 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
|
/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/ |
BltLibSample.c | 189 UINTN Y1, Y2;
220 Y1 = Y2 + TriHeight - 1;
222 for (Y = Y2; Y <= Y1; Y++) {
229 ColorDist = Uint32Dist(X - X1, Y1 - Y);
235 ColorDist = Uint32Dist(X3 - X, Y1 - Y);
|
/external/clang/test/SemaTemplate/ |
instantiate-static-var.cpp | 56 struct Y1 { 79 Z1<Y1<X1>::value> x; 80 int y[Y1<X1>::value];
|
/external/llvm/unittests/Analysis/ |
UnrollAnalyzer.cpp | 104 Instruction *Y1 = &*BBI++; 108 auto I1 = SimplifiedValuesVector[0].find(Y1); 119 I1 = SimplifiedValuesVector[TripCount - 1].find(Y1); 167 Instruction *Y1 = &*BBI; 174 // Y1 is %iv.outer.next, Y2 is %iv.inner.next 175 auto I1 = SimplifiedValuesVector[0].find(Y1); 212 Instruction *Y1 = &*BBI++; 217 auto I1 = SimplifiedValuesVector[5].find(Y1); 259 Instruction *Y1 = &*BBI; 262 auto I1 = SimplifiedValuesVector[5].find(Y1); [all...] |
/external/llvm/unittests/IR/ |
DominatorTreeTest.cpp | 38 Instruction *Y1 = &*BBI++; 114 EXPECT_FALSE(DT->dominates(Y1, Y1)); 115 EXPECT_TRUE(DT->dominates(Y1, Y2)); 116 EXPECT_FALSE(DT->dominates(Y2, Y1)); 135 EXPECT_TRUE(DT->dominates(Y1, Y6)); 139 EXPECT_FALSE(DT->dominates(Y6, Y1)); 142 EXPECT_FALSE(DT->dominates(Y1, BB0)); 143 EXPECT_TRUE(DT->dominates(Y1, BB1)); 144 EXPECT_TRUE(DT->dominates(Y1, BB2)) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
UnrollAnalyzer.cpp | 103 Instruction *Y1 = &*BBI++; 107 auto I1 = SimplifiedValuesVector[0].find(Y1); 118 I1 = SimplifiedValuesVector[TripCount - 1].find(Y1); 166 Instruction *Y1 = &*BBI; 173 // Y1 is %iv.outer.next, Y2 is %iv.inner.next 174 auto I1 = SimplifiedValuesVector[0].find(Y1); 211 Instruction *Y1 = &*BBI++; 216 auto I1 = SimplifiedValuesVector[5].find(Y1); 258 Instruction *Y1 = &*BBI; 261 auto I1 = SimplifiedValuesVector[5].find(Y1); [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
MSOutlookKeyIdCalculator.java | 262 private static final int Y1 = 0x5a827999; 318 // E = rotateLeft(A, 5) + f(B, C, D) + E + X[idx++] + Y1 320 E += (A << 5 | A >>> 27) + f(B, C, D) + X[idx++] + Y1; 323 D += (E << 5 | E >>> 27) + f(A, B, C) + X[idx++] + Y1; 326 C += (D << 5 | D >>> 27) + f(E, A, B) + X[idx++] + Y1; 329 B += (C << 5 | C >>> 27) + f(D, E, A) + X[idx++] + Y1; 332 A += (B << 5 | B >>> 27) + f(C, D, E) + X[idx++] + Y1;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
SHA1Digest.java | 156 private static final int Y1 = 0x5a827999; 212 // E = rotateLeft(A, 5) + f(B, C, D) + E + X[idx++] + Y1 214 E += (A << 5 | A >>> 27) + f(B, C, D) + X[idx++] + Y1; 217 D += (E << 5 | E >>> 27) + f(A, B, C) + X[idx++] + Y1; 220 C += (D << 5 | D >>> 27) + f(E, A, B) + X[idx++] + Y1; 223 B += (C << 5 | C >>> 27) + f(D, E, A) + X[idx++] + Y1; 226 A += (B << 5 | B >>> 27) + f(C, D, E) + X[idx++] + Y1;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP192K1Point.java | 86 SecP192K1FieldElement X1 = (SecP192K1FieldElement)this.x, Y1 = (SecP192K1FieldElement)this.y; 122 S1 = Y1.x; 133 SecP192K1Field.multiply(S1, Y1.x, S1); 204 SecP192K1FieldElement Y1 = (SecP192K1FieldElement)this.y; 205 if (Y1.isZero()) 215 SecP192K1Field.square(Y1.x, Y1Squared); 245 SecP192K1Field.twice(Y1.x, Z3.x); 269 ECFieldElement Y1 = this.y; 270 if (Y1.isZero())
|
SecP224K1Point.java | 86 SecP224K1FieldElement X1 = (SecP224K1FieldElement)this.x, Y1 = (SecP224K1FieldElement)this.y; 122 S1 = Y1.x; 133 SecP224K1Field.multiply(S1, Y1.x, S1); 204 SecP224K1FieldElement Y1 = (SecP224K1FieldElement)this.y; 205 if (Y1.isZero()) 215 SecP224K1Field.square(Y1.x, Y1Squared); 245 SecP224K1Field.twice(Y1.x, Z3.x); 269 ECFieldElement Y1 = this.y; 270 if (Y1.isZero())
|
SecP256K1Point.java | 86 SecP256K1FieldElement X1 = (SecP256K1FieldElement)this.x, Y1 = (SecP256K1FieldElement)this.y; 122 S1 = Y1.x; 133 SecP256K1Field.multiply(S1, Y1.x, S1); 204 SecP256K1FieldElement Y1 = (SecP256K1FieldElement)this.y; 205 if (Y1.isZero()) 215 SecP256K1Field.square(Y1.x, Y1Squared); 245 SecP256K1Field.twice(Y1.x, Z3.x); 269 ECFieldElement Y1 = this.y; 270 if (Y1.isZero())
|
SecP521R1Point.java | 83 SecP521R1FieldElement X1 = (SecP521R1FieldElement)this.x, Y1 = (SecP521R1FieldElement)this.y; 118 S1 = Y1.x; 129 SecP521R1Field.multiply(S1, Y1.x, S1); 197 SecP521R1FieldElement Y1 = (SecP521R1FieldElement)this.y; 198 if (Y1.isZero()) 209 SecP521R1Field.square(Y1.x, Y1Squared); 250 SecP521R1Field.twice(Y1.x, Z3.x); 274 ECFieldElement Y1 = this.y; 275 if (Y1.isZero())
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/ |
SHA1Digest.java | 158 private static final int Y1 = 0x5a827999; 214 // E = rotateLeft(A, 5) + f(B, C, D) + E + X[idx++] + Y1 216 E += (A << 5 | A >>> 27) + f(B, C, D) + X[idx++] + Y1; 219 D += (E << 5 | E >>> 27) + f(A, B, C) + X[idx++] + Y1; 222 C += (D << 5 | D >>> 27) + f(E, A, B) + X[idx++] + Y1; 225 B += (C << 5 | C >>> 27) + f(D, E, A) + X[idx++] + Y1; 228 A += (B << 5 | B >>> 27) + f(C, D, E) + X[idx++] + Y1;
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
SecP192K1Point.java | 90 SecP192K1FieldElement X1 = (SecP192K1FieldElement)this.x, Y1 = (SecP192K1FieldElement)this.y; 126 S1 = Y1.x; 137 SecP192K1Field.multiply(S1, Y1.x, S1); 208 SecP192K1FieldElement Y1 = (SecP192K1FieldElement)this.y; 209 if (Y1.isZero()) 219 SecP192K1Field.square(Y1.x, Y1Squared); 249 SecP192K1Field.twice(Y1.x, Z3.x); 273 ECFieldElement Y1 = this.y; 274 if (Y1.isZero())
|
SecP224K1Point.java | 90 SecP224K1FieldElement X1 = (SecP224K1FieldElement)this.x, Y1 = (SecP224K1FieldElement)this.y; 126 S1 = Y1.x; 137 SecP224K1Field.multiply(S1, Y1.x, S1); 208 SecP224K1FieldElement Y1 = (SecP224K1FieldElement)this.y; 209 if (Y1.isZero()) 219 SecP224K1Field.square(Y1.x, Y1Squared); 249 SecP224K1Field.twice(Y1.x, Z3.x); 273 ECFieldElement Y1 = this.y; 274 if (Y1.isZero())
|