HomeSort by relevance Sort by last modified time
    Searched refs:Y2 (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/clang/test/CXX/temp/temp.param/
p10-0x.cpp 5 template<typename, int> struct Y2;
11 template<template<class> class F = Y2, template<class> class G> using B2t = F<G<int>>;
13 template<int N, int M = 5> using B2n = Y2<int, N + M>;
14 template<int N = 5, int M> using B2n = Y2<int, N + M>;
p10.cpp 4 template<typename, int> struct Y2;
10 template<template<class, int> class = Y2, template<class> class> class B2t;
p11.cpp 3 template<typename, int> struct Y2;
p2.cpp 21 template<class X1 *xptr> struct Y2 { };
p12.cpp 3 template<typename, int> struct Y2;
  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 29 struct Y2 : Y1 {
30 Y2(int);
31 Y2();
34 struct Y3 : public Y2 {
39 Y2 y2; member in struct:Y4
accessible-base.cpp 13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struct Y2 -> struct X1 -> struct A\n struct Y2 -> struct A}}
expressions.cpp 139 #define Y2 2
140 bool r2 = X || Y2; // expected-warning {{use of logical '||' with constant operand}} \
typedef-redecl.cpp 16 typedef int Y2; // expected-note{{declared here}}
17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
  /external/clang/test/CodeGenCXX/
microsoft-abi-rtti.cpp 25 struct Y2 { virtual void f() {} };
26 struct A2 : Z2, Y2 {};
32 // CHECK-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13A@3EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
37 // CHECK-DAG: @"\01??_R2A2@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
43 // CHECK-DAG: @"\01??_R13?0A@EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 4, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }, comdat
46 // CHECK-DAG: @"\01??_R2Y2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
47 // CHECK-DAG: @"\01??_R1A@?0A@EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }, comdat
49 // CHECK-DAG: @"\01??_R13A@3EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 4, i32 0, i32 4, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }, comdat
152 // X64-DAG: @"\01??_R2B2@@8" = linkonce_odr constant [5 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17A@3EA@Y2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0], comdat
157 // X64-DAG: @"\01??_R2A2@@8" = linkonce_odr constant [4 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17?0A@EA@Y2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0], comda
    [all...]
attribute_internal_linkage.cpp 9 static int y2 [[clang::internal_linkage]]; member in class:A
27 int A::y2; member in class:A
73 int &Y2 = A::y2;
  /external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 19 struct Y2 {
27 X1<Y2> x1a;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageCompare.java 71 final double Y2 = luma(pixel2);
72 noise += (Y1 - Y2) * (Y1 - Y2);
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
ImageCompare.java 71 final double Y2 = luma(pixel2);
72 noise += (Y1 - Y2) * (Y1 - Y2);
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 70 struct Y2 {
81 Z1<Y2<X2>::value> x2;
82 int y2[Y2<X2>::value]; local
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.h 141 * coeff[2] = y2 y2
142 * coeff[3] = -2 xn y2
143 * coeff[4] = 2 y1 y2
146 * gcu = <xn2, y2> / <y2, y2> (0 if <xn2, y2> <= 0)
157 Word16 Y2[], /* i : Filtered innovative vector, Q12 */
gain_q.h 158 Word16 Y2[], /* i : Filtered innovative vector. */
gain_q.cpp 393 Y2 -- Word16 array -- Filtered innovative vector.
477 Word16 Y2[], /* i : Filtered innovative vector. */
542 Y2,
601 Y2,
661 Y2,
682 Y2,
  /external/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 105 Instruction *Y2 = &*BBI++;
113 auto I2 = SimplifiedValuesVector[0].find(Y2);
124 I2 = SimplifiedValuesVector[TripCount - 1].find(Y2);
170 Instruction *Y2 = &*BBI;
174 // Y1 is %iv.outer.next, Y2 is %iv.inner.next
177 auto I2 = SimplifiedValuesVector[0].find(Y2);
213 Instruction *Y2 = &*BBI++;
220 auto I2 = SimplifiedValuesVector[5].find(Y2);
306 Instruction *Y2 = &*BBI++;
315 auto I2 = SimplifiedValuesVector[5].find(Y2);
    [all...]
  /external/clang/test/CXX/over/over.over/
p1.cpp 86 template<int (&)(int)> struct Y2 { };
93 Y2<f0> y2; variable
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 189 UINTN Y1, Y2;
219 Y2 = (ScreenHeight - TriHeight) / 2;
220 Y1 = Y2 + TriHeight - 1;
222 for (Y = Y2; Y <= Y1; Y++) {
225 MultU64x32 (11547005, (UINT32) (Y - Y2)),
232 ColorDist = Uint32Dist((X < X2) ? X2 - X : X - X2, Y - Y2);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
ShadowBuffer.java 89 int Y2 = (int) (16.0f * fy2 + .5f);
100 int DY12 = Y1 - Y2;
101 int DY23 = Y2 - Y3;
114 int minY = (min(Y1, Y2, Y3) + 0xF) >> 4;
115 int maxY = (max(Y1, Y2, Y3) + 0xF) >> 4;
132 int C2 = DY23 * X2 - DX23 * Y2;
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
MSOutlookKeyIdCalculator.java 263 private static final int Y2 = 0x6ed9eba1;
341 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
343 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
346 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2;
349 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2;
352 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2;
355 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;

Completed in 1220 milliseconds

1 2 3 4