Searched defs:Ones (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h24 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
547 * it is redundant to pass \a rows and \a cols as arguments, so Ones() should be used
553 * \sa Ones(), Ones(Index), isOnes(), class Ones
557 DenseBase<Derived>::Ones(Index nbRows, Index nbCols) function in class:Eigen::DenseBase
570 * it is redundant to pass \a size as argument, so Ones() should be used
576 * \sa Ones(), Ones(Index,Index), isOnes(), class Ones
580 DenseBase<Derived>::Ones(Index newSize) function in class:Eigen::DenseBase
597 DenseBase<Derived>::Ones() function in class:Eigen::DenseBase
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp785 SDValue Ones = CurDAG->getTargetConstant(MV, dl, MVT::i64); local
787 MVT::i64, Ones);

Completed in 214 milliseconds