Searched refs:mc_ (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionBlocking.h | 32 kc_(k), mc_(m), nc_(n) in kc_() 35 computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(kc_, mc_, nc_, num_threads); in kc_() 38 computeProductBlockingSizes<LhsScalar, RhsScalar, 1>(kc_, nc_, mc_, num_threads); in kc_() 43 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Index mc() const { return mc_; } in mc() 48 Index mc_; variable
|
/external/libunwind/src/x86_64/ |
D | init.h | 37 DWARF_LOC ((unw_word_t) &c->uc->uc_mcontext.mc_ ## rlc, 0)
|