Searched refs:Unrolling (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-unrolling.macros | 59 #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!"
|
D | KeccakP-1600-opt64.c | 47 #define Unrolling KeccakP1600_unrolling macro
|
/external/eigen/test/ |
D | vectorization_logic.cpp | 35 …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/ |
D | Redux.h | 61 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>
|
D | SolveTriangular.h | 35 …Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompile… enumerator 44 int Unrolling = trsolve_traits<Lhs,Rhs,Side>::Unrolling,
|
D | AssignEvaluator.h | 127 …Unrolling = (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/ |
D | InsideEigenExample.dox | 317 int Unrolling = internal::assign_traits<Derived1, Derived2>::Unrolling> 322 …Unrolling 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/ |
D | revisit.ll | 60 ; Unrolling occurs, so we visit what were the inner loops twice over. First we
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 2101 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/ |
D | CHANGES | 72 - Unrolling loops marked for unrolling in the legalization passes.
|
/external/deqp-deps/SPIRV-Tools/ |
D | CHANGES | 51 - Unrolling loops marked for unrolling in the legalization passes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 561 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 630 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net
|
/external/llvm/lib/Target/ |
D | README.txt | 561 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net
|