HomeSort by relevance Sort by last modified time
    Searched defs:B2 (Results 26 - 50 of 154) sorted by null

12 3 4 5 6 7

  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 60 /* b2 = -0.5 * (2Q - D * t0) / (2Q + D * t0) */
61 /* b1 = (0.5 - b2) * (1 - coserr(t0)) */
62 /* a0 = (0.5 + b2) / 2 */
75 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */
107 LVM_INT32 B2;
131 * Calculate the B2 coefficient
136 B2 = (B2_Num / (B2_Den >> 16)) << 15;
158 B1 = (0x40000000 - B2); /* B1 = (0.5 - b2/2) */
159 A0 = ((B1 >> 16) * (CosErr >> 10)) >> 6; /* Temporary storage for (0.5 - b2/2) * coserr(t0) *
    [all...]
  /art/test/805-TooDeepClassInstanceOf/src/
Main.java 19 class B2 extends A {}
38 A b2 = new B2(); local
51 expectFalse(b2 instanceof G1);
52 expectFalse(g1 instanceof B2);
53 expectFalse(b2 instanceof F1);
54 expectFalse(f1 instanceof B2);
  /bionic/libc/arch-mips/string/
strchr.c 41 op_t B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
46 op_t B0:8, B1:8, B2:8, B3:8;
strcpy.c 58 op_t B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
63 op_t B0:8, B1:8, B2:8, B3:8;
  /external/clang/test/CodeGen/
attr-mode-enums.c 12 enum { A2, B2 } x2 __attribute__((mode(HI))) = B2;
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 7 B() : B1(3.14), B2(3.15), auB2(3.16) {}
9 float B2;
11 printf("B1 = %f B2 = %f auB1 = %f\n", B1, B2, auB1);
microsoft-abi-rtti.cpp 27 struct B2 : virtual A2 { B2() {} virtual void f() {} } b2; variable in typeref:struct:B2
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
33 // CHECK-DAG: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUB2@@@8" to i8*), i32 3, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3B2@@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
153 // X64-DAG: @"\01??_R1A@?0A@EA@B2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.TypeDescriptor8* @"\01??_R0?AUB2@@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 3, i32 0, i32 -1, i32 0, i32 64, i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.ClassHierarchyDescriptor* @"\01??_R3B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }, comdat
    [all...]
vtt-layout.cpp 30 class B2 { int i; };
31 class V2 : public B1, public B2, public virtual V1 { int i; };
49 class B2 { int i; };
50 class V2 : public B1, public B2, public virtual V1 { int i; };
copy-assign-synthesis-1.cpp 9 B() : B1(3.14), B2(3.15), auB2(3.16) {}
11 float B2;
13 printf("B1 = %f B2 = %f auB1 = %f\n", B1, B2, auB1);
16 B& operator=(const B& arg) { B1 = arg.B1; B2 = arg.B2;
  /external/clang/test/Layout/
ms-x86-empty-nonvirtual-bases.cpp 10 struct __declspec(align(8)) B2 { B2() {printf("B2 : %p\n", this);} };
47 struct C : B0, B1, B2, B3, B4 {
60 // CHECK-NEXT: 16 | struct B2 (base) (empty)
130 struct G : B0, B1, B2, B3, B4 {
139 // CHECK-NEXT: 16 | struct B2 (base) (empty)
146 struct __declspec(align(32)) H : B0, B1, B2, B3, B4 {
155 // CHECK-NEXT: 16 | struct B2 (base) (empty)
ms-x86-primary-bases.cpp 10 struct B2 { int a; B2() : a(0xf00000B2) { printf("B1 = %p\n", this); } };
81 struct D : virtual B2, virtual B0 {
91 // CHECK-NEXT: 8 | struct B2 (virtual base)
103 // CHECK-X64-NEXT: 16 | struct B2 (virtual base)
ms-x86-vfvb-alignment.cpp 10 struct B2 : virtual B1 { int a; B2() : a(0xf00000B2) {} };
45 struct B : A, B2 { int a; B() : a(0xf000000B) {} virtual void f() { printf("B"); } };
56 // CHECK-NEXT: 64 | struct B2 (base)
57 // CHECK-NEXT: 64 | (B2 vbtable pointer)
73 // CHECK-X64-NEXT: 64 | struct B2 (base)
74 // CHECK-X64-NEXT: 64 | (B2 vbtable pointer)
198 struct G : B2, B6, virtual B1 { int a; G() : a(0xf0000010) {} };
206 // CHECK-NEXT: 8 | struct B2 (base)
207 // CHECK-NEXT: 8 | (B2 vbtable pointer
    [all...]
ms-x86-aligned-tail-padding.cpp 16 struct B2 {
18 B2() : a(0xf00000B2) {}
72 struct A : B1, B0, B2, virtual V {
87 // CHECK-NEXT: 16 | struct B2 (base)
105 // CHECK-X64-NEXT: 16 | struct B2 (base)
114 struct B : B2, B0, B1, virtual V {
121 // CHECK-NEXT: 0 | struct B2 (base)
135 // CHECK-X64-NEXT: 0 | struct B2 (base)
181 struct D : B2, B0, virtual V {
188 // CHECK-NEXT: 0 | struct B2 (base
    [all...]
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 32 struct B2 {
36 struct D2 : B2 {
cxx1y-contextual-conversion-tweaks.cpp 74 struct B2 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
85 switch (b2) {} // @85 -- fails for different reasons
97 //expected-error@85 {{statement requires expression of integer type ('extended_examples::B2' invalid)}}
100 //expected-error@85 {{cannot initialize object parameter of type 'extended_examples::B2' with an expression of type 'extended_examples::B2'}}
120 struct B2 { // leads to one viable match in both cases
137 void foo(A1 a1, A2 a2, B1 b1, B2 b2, C c, D d)
    [all...]
warn-overloaded-virtual.cpp 16 struct B2 {
20 struct MS1 : public S2, public B2 {
member-name-lookup.cpp 69 struct B2 : virtual A {
84 struct D2 : B2, C2 {
warn-enum-compare.cpp 10 enum Baz {B1, B2, B3};
14 enum Baz {B1, B2, B3};
19 using name2::B2;
36 while (z == name1::B2);
40 while (B1 == name1::B2);
41 while (B2 == name2::B1);
51 while (z == (name1::B2));
55 while ((B1) == (name1::B2));
56 while ((B2) == (name2::B1));
61 while (z == (name1::B2));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/number/
Grouper.java 20 private static final byte B2 = 2;
69 private static final Grouper GROUPING_3_2 = new Grouper(B3, B2, false);
71 private static final Grouper GROUPING_3_2_MIN2 = new Grouper(B3, B2, true);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
Grouper.java 18 private static final byte B2 = 2;
67 private static final Grouper GROUPING_3_2 = new Grouper(B3, B2, false);
69 private static final Grouper GROUPING_3_2_MIN2 = new Grouper(B3, B2, true);
  /prebuilts/go/darwin-x86/test/interface/
explicit.go 93 type B2 interface {
105 var b2 B2 = &T2{} // ERROR "incompatible|missing _ method" var
  /prebuilts/go/linux-x86/test/interface/
explicit.go 93 type B2 interface {
105 var b2 B2 = &T2{} // ERROR "incompatible|missing _ method" var
  /external/clang/test/CXX/special/class.init/class.inhctor.init/
p1.cpp 8 struct B2 {
9 B2(double) {}
27 struct D2 : B2 {
28 using B2::B2;
32 D2 f(1.0); // expected-error {{constructor inherited by 'D2' from base class 'B2' is implicitly deleted}}
81 B b2(0, 0);
  /external/clang/test/Sema/
attr-mode-enums.c 36 typedef enum { A2, B2 } CompleteType4 __attribute__((mode(QI)));
  /external/swiftshader/third_party/LLVM/unittests/Support/
Casting.cpp 73 extern const bar *B2;
76 const bar *const B4 = B2;
80 EXPECT_TRUE(isa<foo>(B2));
88 const foo *F3 = cast<foo>(B2);
90 const foo *F4 = cast<foo>(B2);
103 const foo *F11 = cast_or_null<foo>(B2);
105 const foo *F12 = cast_or_null<foo>(B2);
116 const foo *F1 = dyn_cast<foo>(B2);
118 const foo *F2 = dyn_cast<foo>(B2);
129 const foo *F1 = dyn_cast_or_null<foo>(B2);
    [all...]

Completed in 744 milliseconds

12 3 4 5 6 7