HomeSort by relevance Sort by last modified time
    Searched defs:Unrolling (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/
SolveTriangular.h 35 Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompileTime <= 8)
44 int Unrolling = trsolve_traits<Lhs,Rhs,Side>::Unrolling,
107 * meta-unrolling implementation
Redux.h 23 * Part 1 : the logic deciding a strategy for vectorization and unrolling
61 Unrolling = Cost <= UnrollingLimit ? CompleteUnrolling : NoUnrolling
78 EIGEN_DEBUG_VAR(Unrolling)
181 int Unrolling = redux_traits<Func, Derived>::Unrolling
267 // NOTE: for SliceVectorizedTraversal we simply bypass unrolling
268 template<typename Func, typename Derived, int Unrolling>
269 struct redux_impl<Func, Derived, SliceVectorizedTraversal, Unrolling>
AssignEvaluator.h 22 * Part 1 : the logic deciding a strategy for traversal and unrolling *
95 However, with EIGEN_UNALIGNED_VECTORIZE and unrolling, slice vectorization is still worth it */
127 Unrolling = (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTraversal))
178 std::cerr << "Unrolling" << " = " << Unrolling << " (" << demangle_unrolling(Unrolling) << ")" << std::endl;
312 int Unrolling = Kernel::AssignmentTraits::Unrolling>
    [all...]
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-opt64.c 47 #define Unrolling KeccakP1600_unrolling
49 #include "KeccakP-1600-unrolling.macros"

Completed in 144 milliseconds