HomeSort by relevance Sort by last modified time
    Searched refs:B3 (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/clang/test/Layout/
ms-x86-vfvb-alignment.cpp 11 struct B3 { __declspec(align(16)) int a; B3() : a(0xf00000B3) {} };
12 struct B4 : virtual B3 { int a; B4() : a(0xf00000B4) {} };
93 // CHECK-NEXT: 32 | struct B3 (virtual base)
106 // CHECK-X64-NEXT: 48 | struct B3 (virtual base)
122 // CHECK-NEXT: 48 | struct B3 (virtual base)
135 // CHECK-X64-NEXT: 64 | struct B3 (virtual base)
146 // CHECK-NEXT: 16 | struct B3 (virtual base)
161 // CHECK-X64-NEXT: 16 | struct B3 (virtual base)
173 struct F : B3, virtual B0 { int a; F() : a(0xf000000F) {} virtual void f() { printf("F"); } }
    [all...]
ms-x86-lazy-empty-nonvirtual-base.cpp 11 struct B3 { B3() { printf("B3 = %p\n", this); } };
23 struct __declspec(align(2)) B3X { B3X() { printf("B3 = %p\n", this); } };
468 struct C : B1, B2, B3, virtual B0 {
478 // CHECK-NEXT: 8 | struct B3 (base) (empty)
489 // CHECK-X64-NEXT: 16 | struct B3 (base) (empty)
496 struct D : B1, B2, B3, B4, B5, virtual B0 {
507 // CHECK-NEXT: 2 | struct B3 (base) (empty)
521 // CHECK-X64-NEXT: 2 | struct B3 (base) (empty
    [all...]
ms-x86-aligned-tail-padding.cpp 20 struct __declspec(align(16)) B3 {
23 B3() : a(0xf00000B3), a1(0xf00000B3f00000B3ll) {}
211 struct E : B3, B0, virtual V {
219 // CHECK-NEXT: 0 | struct B3 (base)
233 // CHECK-X64-NEXT: 0 | struct B3 (base)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.s 23 stw .d2t2 B3, *B15--(8)
43 mv .s2 B3, B4
50 mv .s2 B4, B3
60 mv .s2 B3, B10
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-1.s 7 .cfi_offset B3, 0
shlib-app-1.s 6 callp .s2 sub0, B3
8 callp .s2 fish, B3
shlib-2.s 17 ret .s2 B3
unwind-3.s 16 .cfi_offset B3, 0
  /bionic/libc/arch-mips/string/
mips-string-ops.h 51 unsigned B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
56 unsigned B0:8, B1:8, B2:8, B3:8;
  /external/clang/test/SemaTemplate/
dependent-base-member-init.cpp 20 template <class C> class B3 {
22 B3() : x(1,2) {}
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 83 struct B3 {
90 template struct CopyAssign<B3>;
91 template struct MoveAssign<B3>;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_template.hpp 377 template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3) const
379 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3);
382 template<class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3) const
384 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3);
441 template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3) cons
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 12 B3,
  /external/v8/test/mjsunit/es6/
debug-stepin-collections-foreach.js 28 return true; // B3 B6 B9
33 return true; // B3 B6 B9
67 print("element " + num); // B3 B6 B9 B15 B18 B21 B27 B30 B33
72 print(`key ${k}, value ${v}`); // B3 B6 B9 B15 B18 B21 B27 B30 B33
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 94 Byte3 B3 = s.get_i8_3();
95 if (B3.x != 1 || B3.y != 2 || B3.z != 3) {
98 B3.x = 2;
99 B3.y = 3;
100 B3.z = 4;
101 s.set_i8_3(B3);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 94 Byte3 B3 = s.get_i8_3();
95 if (B3.x != 1 || B3.y != 2 || B3.z != 3) {
98 B3.x = 2;
99 B3.y = 3;
100 B3.z = 4;
101 s.set_i8_3(B3);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_vector.java 94 Byte3 B3 = s.get_i8_3();
95 if (B3.x != 1 || B3.y != 2 || B3.z != 3) {
98 B3.x = 2;
99 B3.y = 3;
100 B3.z = 4;
101 s.set_i8_3(B3);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_vector.java 94 Byte3 B3 = s.get_i8_3();
95 if (B3.x != 1 || B3.y != 2 || B3.z != 3) {
98 B3.x = 2;
99 B3.y = 3;
100 B3.z = 4;
101 s.set_i8_3(B3);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
UT_vector.java 94 Byte3 B3 = s.get_i8_3();
95 if (B3.x != 1 || B3.y != 2 || B3.z != 3) {
98 B3.x = 2;
99 B3.y = 3;
100 B3.z = 4;
101 s.set_i8_3(B3);
  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 10 enum Baz {B1, B2, B3};
14 enum Baz {B1, B2, B3};
28 Baz z = name1::B3;
69 while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
73 while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
77 while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with different enumeration types ('name1::Baz' and 'name2::Baz')}}
nested-name-spec.cpp 329 static const int B3 = 3;
361 int f(int xx[B1::B3 ? C2::N1 : B1::B2]);
364 int f(int xx[B1::B3 ? C2::N1 : B1:B2]); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
367 int f(int xx[B1:B3 ? C2::N1 : B1::B2]); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
  /build/blueprint/proptools/
extend_test.go 37 in1: &struct{ B1, B2, B3, B4 bool }{
40 B3: true,
43 in2: &struct{ B1, B2, B3, B4 bool }{
46 B3: false,
49 out: &struct{ B1, B2, B3, B4 bool }{
52 B3: true,
58 in1: &struct{ B1, B2, B3, B4 bool }{
61 B3: true,
64 in2: &struct{ B1, B2, B3, B4 bool }{
67 B3: false
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 644 RhsPacket B_0, B1, B2, B3;
655 traits.loadRhs(&blB[3*RhsProgress], B3);
663 traits.madd(A0,B3,C3,T0);
665 traits.madd(A1,B3,C7,B3);
667 traits.loadRhs(&blB[7*RhsProgress], B3);
677 traits.madd(A0,B3,C3,T0);
679 traits.madd(A1,B3,C7,B3);
681 traits.loadRhs(&blB[11*RhsProgress], B3);
1233 const Scalar* b3 = &rhs[(j2+3)*rhsStride]; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuaternion.h 234 B1 = B1 * B2; // A3 *= B3
248 float32x4_t A0, A1, B1, A2, B2, A3, B3;
273 B3 = vcombine_f32(vQ2yz, vQ2xz); // Y Z x z
277 A3 = vmulq_f32(A3, B3); // A3 *= B3
610 B1 = B1 * B2; // A3 *= B3
627 float32x4_t A0, A1, B1, A2, B2, A3, B3;
652 B3 = vcombine_f32(vQ2yz, vQ2xz); // Y Z x z
656 A3 = vmulq_f32(A3, B3); // A3 *= B3
    [all...]
  /external/v8/test/mjsunit/
debug-stepin-builtin-callback.js 52 return false; // B3 B6 B9
57 return true; // B3 B6 B9
62 return a + b; // B3 B6
129 print("element " + num); // B3 B6 B9 B15 B18 B21 B27 B30 B33

Completed in 612 milliseconds

12 3 4 5