Searched defs:MulCost (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DNumTraits.h72 * \li Enum values ReadCost, AddCost and MulCost representing a rough estimate of the number of CPU cycles needed
97 MulCost = 1 enumerator in enum:Eigen::GenericNumTraits::__anon5176
182 MulCost = 4 * NumTraits<Real>::MulCost + 2 * NumTraits<Real>::AddCost
211 MulCost = ArrayType::SizeAtCompileTime==Dynamic ? HugeCost : ArrayType::SizeAtCompileTime * NumTraits<Scalar>::MulCost
227 MulCost = HugeCost
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorCostModel.h31 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int MulCost() { function in class:Eigen::TensorOpCost
H A DTensorIndexList.h75 MulCost = 1 enumerator in enum:Eigen::NumTraits::__anon5887

Completed in 92 milliseconds