HomeSort by relevance Sort by last modified time
    Searched defs:Subs (Results 1 - 22 of 22) sorted by null

  /external/eigen/Eigen/src/Core/
BandMatrix.h 30 Subs = internal::traits<Derived>::Subs,
41 DataRowsAtCompileTime = ((Supers!=Dynamic) && (Subs!=Dynamic))
42 ? 1 + Supers + Subs
57 inline Index subs() const { return derived().subs(); } function in class:Eigen::internal::BandMatrixBase
78 else if (i>=rows()-subs())
79 len = std::max<Index>(0,coeffs().rows() - (i + 1 - rows() + subs()));
93 ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)),
123 eigen_assert((i<0 && -i<=subs()) || (i>=0 && i<=supers()))
223 inline Index subs() const { return m_subs.value(); } function in class:Eigen::internal::BandMatrix
287 inline Index subs() const { return m_subs.value(); } function in class:Eigen::internal::BandMatrixWrapper
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 254 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
281 return std::any_of(Subs.begin(), Subs.end(), [](const SubCommand *SC) {
299 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 135 if (Opt.Subs.empty())
138 for (auto SC : Opt.Subs)
186 if (O->Subs.empty()) {
189 for (auto SC : O->Subs)
224 if (O->Subs.empty())
231 for (auto SC : O->Subs)
263 if (O->Subs.empty())
266 for (auto SC : O->Subs)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 260 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
293 return any_of(Subs, [](const SubCommand *SC) {
311 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 149 if (Opt.Subs.empty())
152 for (auto SC : Opt.Subs)
200 if (O->Subs.empty()) {
203 for (auto SC : O->Subs)
238 if (O->Subs.empty())
245 for (auto SC : O->Subs)
277 if (O->Subs.empty())
280 for (auto SC : O->Subs)
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 189 void MacroAssembler::Subs(const Register& rd,
210 Subs(AppropriateZeroRegFor(rn), rn, operand);
229 Subs(rd, AppropriateZeroRegFor(rd), operand);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 263 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
296 return any_of(Subs, [](const SubCommand *SC) {
314 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 263 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
296 return any_of(Subs, [](const SubCommand *SC) {
314 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 268 SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
301 return any_of(Subs, [](const SubCommand *SC) {
319 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
    [all...]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h     [all...]

Completed in 1112 milliseconds