Home
last modified time | relevance | path

Searched refs:Unrolling (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-unrolling.macros59 #elif (Unrolling == 12)
92 #elif (Unrolling == 6)
115 #elif (Unrolling == 4)
134 #elif (Unrolling == 3)
153 #elif (Unrolling == 2)
168 #elif (Unrolling == 1)
184 #error "Unrolling is not correctly specified!"
DKeccakP-1600-opt64.c47 #define Unrolling KeccakP1600_unrolling macro
/external/eigen/test/
Dvectorization_logic.cpp35 …res = res && (int(traits::Unrolling)==InnerUnrolling || int(traits::Unrolling)==CompleteUnrolling); in test_assign()
37 res = res && int(traits::Unrolling)==unrolling; in test_assign()
48 << " got " << demangle_unrolling(traits::Unrolling) << "\n"; in test_assign()
57 bool res = traits::Traversal==traversal && traits::Unrolling==unrolling; in test_assign()
68 << " got " << demangle_unrolling(traits::Unrolling) << "\n"; in test_assign()
79 bool res = traits::Traversal==traversal && traits::Unrolling==unrolling; in test_redux()
89 << " got " << demangle_unrolling(traits::Unrolling) << "\n"; in test_redux()
/external/eigen/Eigen/src/Core/
DRedux.h61 Unrolling = Cost <= UnrollingLimit ? CompleteUnrolling : NoUnrolling enumerator
78 EIGEN_DEBUG_VAR(Unrolling) in debug()
181 int Unrolling = redux_traits<Func, Derived>::Unrolling
268 template<typename Func, typename Derived, int Unrolling>
269 struct redux_impl<Func, Derived, SliceVectorizedTraversal, Unrolling>
DSolveTriangular.h35Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompile… enumerator
44 int Unrolling = trsolve_traits<Lhs,Rhs,Side>::Unrolling,
DAssignEvaluator.h127Unrolling = (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTrave… enumerator
178 …std::cerr << "Unrolling" << " = " << Unrolling << " (" << demangle_unrolling(Unrolling) << ")" << … in debug()
312 int Unrolling = Kernel::AssignmentTraits::Unrolling>
/external/eigen/doc/
DInsideEigenExample.dox317 int Unrolling = internal::assign_traits<Derived1, Derived2>::Unrolling>
322Unrolling are determined by a helper class internal::assign_traits. Its job is to determine which …
324 …that here \a Vectorization has the value \a LinearVectorization, and \a Unrolling has the value \a…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Drevisit.ll60 ; Unrolling occurs, so we visit what were the inner loops twice over. First we
/external/clang/docs/
DLanguageExtensions.rst2101 Loop Unrolling
2104 Unrolling a loop reduces the loop control overhead and exposes more
2148 Unrolling of a loop can be prevented by specifying ``unroll(disable)``.
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES72 - Unrolling loops marked for unrolling in the legalization passes.
/external/deqp-deps/SPIRV-Tools/
DCHANGES51 - Unrolling loops marked for unrolling in the legalization passes.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DREADME.txt561 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt630 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net
/external/llvm/lib/Target/
DREADME.txt561 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net