HomeSort by relevance Sort by last modified time
    Searched defs:Base (Results 276 - 300 of 502) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 85 typedef SparseMatrixBase<SparseSparseProduct> Base;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 36 * \param _DerType the vector type used to store/represent the derivatives. The base scalar type
68 typename NumTraits<typename internal::traits<typename internal::remove_all<_DerType>::type>::Scalar>::Real>::value> Base;
73 using Base::operator+;
74 using Base::operator*;
387 // is_same<Scalar,typename NumTraits<Scalar>::Real>::value> Base;
389 // using Base::operator+;
390 // using Base::operator+=;
391 // using Base::operator-;
392 // using Base::operator-=;
393 // using Base::operator*
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 256 typedef IterativeSolverBase<GMRES> Base;
257 using Base::mp_matrix;
258 using Base::m_error;
259 using Base::m_iterations;
260 using Base::m_info;
261 using Base::m_isInitialized;
276 GMRES() : Base(), m_restart(30) {}
288 GMRES(const MatrixType& A) : Base(A), m_restart(30) {}
311 eigen_assert(Base::rows()==b.rows()
324 m_iterations = Base::maxIterations()
    [all...]
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 33 typedef ReturnByValue<KroneckerProduct> Base;
34 typedef typename Base::Scalar Scalar;
35 typedef typename Base::Index Index;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 57 MatrixBase<SkylineProduct<LhsNested, RhsNested, ProductMode> > >::type Base;
63 public traits<SkylineProduct<LhsNested, RhsNested, ProductMode> >::Base {
  /external/libchrome/base/
bind_helpers.h 7 // that are bound by the Bind() function in base/bind.h.
15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
16 // base::ConstRef(), and base::IgnoreResult().
154 #include "base/callback.h"
155 #include "base/memory/weak_ptr.h"
156 #include "base/template_util.h"
159 namespace base { namespace
    [all...]
  /external/libchrome/base/memory/
weak_ptr_unittest.cc 5 #include "base/memory/weak_ptr.h"
9 #include "base/bind.h"
10 #include "base/location.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/single_thread_task_runner.h"
13 #include "base/synchronization/waitable_event.h"
14 #include "base/threading/thread.h"
17 namespace base { namespace
29 FROM_HERE, base::Bind(OffThreadObjectCreator::CreateObject, &result));
40 struct Base {
    [all...]
  /external/libweave/third_party/chromium/base/
bind_helpers.h 7 // that are bound by the Bind() function in base/bind.h.
15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
16 // base::ConstRef(), and base::IgnoreResult().
154 #include "base/callback.h"
155 #include "base/memory/weak_ptr.h"
156 #include "base/template_util.h"
159 namespace base { namespace
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 94 const unsigned *Base = (const unsigned*) String.data();
97 if (!((intptr_t)Base & 3)) {
98 Bits.append(Base, Base + Units);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 175 const MachineOperand &Base = MI->getOperand(OpNo);
178 if (Base.isReg())
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 46 } Base;
67 if (BaseType == RegBase && Base.Reg.getNode() != nullptr) {
68 errs() << "Base.Reg ";
69 Base.Reg.getNode()->dump();
71 errs() << " Base.FrameIndex " << Base.FrameIndex << '\n';
119 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp);
168 // Is the base register already occupied?
169 if (AM.BaseType != MSP430ISelAddressMode::RegBase || AM.Base.Reg.getNode()) {
176 AM.Base.Reg = N
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 214 int Base = 2040; // should create template function like isUInt that
216 int64_t Remainder = FrameSize - Base;
217 MIB.addImm(Base);
239 unsigned Base = 2040;
240 int64_t Remainder = FrameSize - Base;
241 FrameSize = Base; // should create template function like isUInt that
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 118 unsigned Base = i + Imm;
119 int M = Base + l;
120 if (Base >= NumLaneElts) M = SM_SentinelZero;
135 unsigned Base = i + Offset;
137 if (Base >= NumLaneElts) Base += NumElts - NumLaneElts;
138 ShuffleMask.push_back(Base + l);
322 // For AVX vectors with 32 bytes the base of the shuffle is the 16-byte
324 int Base = i < 16 ? 0 : 16;
339 int Index = Base + (Element & 0xf)
    [all...]
  /external/llvm/unittests/Support/
Casting.cpp 184 // for example, Derived inherits from Base, and we do `isa<Base>(Derived)`.
189 class Base {
192 Base() {}
195 class Derived : public Base {
200 // Even with no explicit classof() in Base, we should still be able to cast
201 // Derived to its base class.
204 EXPECT_TRUE(isa<Base>(D));
205 Base *BP = dyn_cast<Base>(&D)
    [all...]
  /external/lzma/C/
Ppmd7.h 51 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart;
66 #define Ppmd7_WasAllocated(p) ((p)->Base != NULL)
78 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs)))
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 113 struct radeon_compiler Base;
132 struct radeon_compiler Base;
  /external/mesa3d/src/mesa/state_tracker/
st_program.h 91 struct gl_fragment_program Base;
146 struct gl_vertex_program Base; /**< The Mesa vertex program */
195 struct gl_geometry_program Base; /**< The Mesa geometry program */
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base;
37 PolicyIterator() : Base() {}
39 PolicyIterator(const iterator& X) : Base(X.m_pNode) {}
41 explicit PolicyIterator(NodeBase* X) : Base(X) {}
45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); }
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 64 typedef DataIteratorBase<ChunkType> Base;
75 DataIterator() : Base(NULL, 0) {}
77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {}
79 DataIterator(const DataIterator& pCopy) : Base(pCopy.m_pChunk, pCopy.m_Pos) {}
87 return this->m_pChunk->data[Base::m_Pos];
91 this->Base::advance();
97 this->Base::advance();
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry_lite.h 297 typedef MapEntryLite<K, V, k_wire_type, v_wire_type, default_enum> Base;
298 typedef typename Base::KeyMapEntryAccessorType KeyMapEntryAccessorType;
299 typedef typename Base::ValueMapEntryAccessorType ValueMapEntryAccessorType;
306 Base::set_has_key();
307 Base::set_has_value();
331 typedef MapEntryLite<K, V, k_wire_type, v_wire_type, default_enum> Base;
332 typedef typename Base::KeyMapEntryAccessorType KeyMapEntryAccessorType;
333 typedef typename Base::ValueMapEntryAccessorType ValueMapEntryAccessorType;
340 Base::set_has_key();
341 Base::set_has_value()
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 38 /// A hierarchy (base-to-derived or derived-to-base) conversion.
39 /// The target is the base class.
40 enum BaseNonce { Base };
79 /// Retrieves the base object type, important when accessing
  /external/clang/lib/AST/
APValue.cpp 39 /// Path - The sequence of base classes, fields and array indices to follow to
40 /// walk from Base to the subobject. When performing GCC-style folding, there
377 LValueBase Base = getLValueBase();
378 if (!Base) {
404 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>())
407 assert(Base.get<const Expr *>() != nullptr &&
409 Base.get<const Expr*>()->printPretty(Out, nullptr,
428 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) {
432 const Expr *E = Base.get<const Expr*>();
442 // The lvalue refers to a class type, so the next path entry is a base
    [all...]
  /external/clang/test/Analysis/
derived-to-base.cpp 67 // Intermediate virtual base class.
142 struct Base {
146 struct Derived : public Base {
154 int getX(const Base &obj) {
169 Base b(d);
184 Base b(d);
201 struct OffsetDerived : private Offset, public Base {
220 Base b(d);
235 Base b(d);
249 struct DerivedVTBL : public Base {
    [all...]
inline.cpp 416 struct Base {
420 struct Parent : public Base {
435 // go to layer a CXXBaseObjectRegion on it, the base isn't a direct base of
  /external/clang/test/CXX/class.access/
p4.cpp 99 class B : A { }; // expected-error {{base class 'test2::A' has private default constructor}}
107 class D : C { }; // expected-error {{inherited virtual base class 'test2::A' has private default constructor}}
126 template <unsigned N> class Base { ~Base(); }; // expected-note 14 {{declared private here}}
127 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \
128 // expected-error {{base class 'Base<2>' has private destructor}}
129 class Base3 : virtual Base<3> { public: ~Base3(); }; // expected-error {{base class 'Base<3>' has private destructor}
    [all...]

Completed in 702 milliseconds

<<11121314151617181920>>