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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
MatrixBase_zero_int_int.cpp 1 cout << MatrixXi::Zero(2,3) << endl;
MatrixBase_zero.cpp 1 cout << Matrix2d::Zero() << endl;
2 cout << RowVector4i::Zero() << endl;
MatrixBase_zero_int.cpp 1 cout << RowVectorXi::Zero(4) << endl;
2 cout << VectorXf::Zero(2) << endl;
MatrixBase_setIdentity.cpp 1 Matrix4i m = Matrix4i::Zero();
MatrixBase_setRandom.cpp 1 Matrix4i m = Matrix4i::Zero();
Tutorial_AdvancedInitialization_Zero.cpp 2 Array33f a1 = Array33f::Zero();
7 ArrayXf a2 = ArrayXf::Zero(3);
12 ArrayXXf a3 = ArrayXXf::Zero(3, 4);
Tutorial_commainit_02.cpp 4 MatrixXf::Zero(3,cols-3),
5 MatrixXf::Zero(rows-3,3),
MatrixBase_isZero.cpp 1 Matrix3d m = Matrix3d::Zero();
  /external/clang/test/Analysis/
enum.cpp 6 Zero
10 return Foo::Zero == (Foo)x; // don't crash
18 clang_analyzer_eval(f == Foo::Zero); // expected-warning{{TRUE}}
23 clang_analyzer_eval(f == Foo::Zero); // expected-warning{{FALSE}}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
KnownBits.h 24 APInt Zero;
29 KnownBits(APInt Zero, APInt One)
30 : Zero(std::move(Zero)), One(std::move(One)) {}
33 // Default construct Zero and One.
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {}
41 assert(Zero.getBitWidth() == One.getBitWidth() &&
42 "Zero and One should have the same width!");
43 return Zero.getBitWidth();
47 bool hasConflict() const { return Zero.intersects(One);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOSBCB.ASL 52 Store(Zero, GESF) // Clear the exit parameter
60 Store(Zero, GESF) // Clear the exit parameter
61 Store(Zero, PARM)
69 Store(Zero, GESF) // Clear the exit parameter
70 Store(Zero, PARM)
78 Store(Zero, GESF) // Clear the exit parameter
79 Store(Zero, PARM)
87 Store(Zero, GESF) // Clear the exit parameter
88 Store(Zero, PARM)
103 Store(Zero, GESF) // Clear the exit parameter
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/Dsdt/
D03Usb.asl 53 Name (_ADR, Zero) // _ADR: Address
60 Zero,
61 Zero,
62 Zero
103 Zero,
105 Zero,
106 Zero
115 Zero,
117 Zero,
118 Zero
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/
D05Usb.asl 45 Name (_ADR, Zero) // _ADR: Address
52 Zero,
53 Zero,
54 Zero
94 Zero,
96 Zero,
97 Zero
106 Zero,
108 Zero,
109 Zero
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/Dsdt/
Usb.asl 53 Name (_ADR, Zero) // _ADR: Address
60 Zero,
61 Zero,
62 Zero
103 Zero,
105 Zero,
106 Zero
115 Zero,
117 Zero,
118 Zero
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>