OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvalBeforeNestingBit
(Results
1 - 9
of
9
) sorted by null
/external/eigen/Eigen/src/Core/util/
Constants.h
53
const unsigned int
EvalBeforeNestingBit
= 0x2;
148
|
EvalBeforeNestingBit
XprHelper.h
313
( (int(traits<T>::Flags) &
EvalBeforeNestingBit
) ||
/external/eigen/Eigen/src/Core/
ReturnByValue.h
32
|
EvalBeforeNestingBit
) & ~DirectAccessBit
40
* FIXME: I don't understand why we need this specialization: isn't this taken care of by the
EvalBeforeNestingBit
??
ProductBase.h
38
|
EvalBeforeNestingBit
| EvalBeforeAssigningBit | NestByRefBit,
39
// Note that
EvalBeforeNestingBit
and NestByRefBit
CwiseNullaryOp.h
42
| (functor_traits<NullaryOp>::IsRepeatable ? 0 :
EvalBeforeNestingBit
),
GeneralProduct.h
163
typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit |
EvalBeforeNestingBit
> Type;
/external/eigen/Eigen/src/SparseCore/
SparseProduct.h
68
|
EvalBeforeNestingBit
,
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h
50
|
EvalBeforeNestingBit
,
/external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h
225
struct nested<CoeffBasedProduct<Lhs,Rhs,
EvalBeforeNestingBit
|EvalBeforeAssigningBit>, N, PlainObject>
Completed in 583 milliseconds