Searched defs:unroll (Results 1 - 7 of 7) sorted by relevance
/external/eigen/Eigen/src/Core/ |
H A D | BooleanRedux.h | 85 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5173 89 if(unroll) 90 return internal::all_unroller<Evaluator, unroll ? int(SizeAtCompileTime) : Dynamic>::run(evaluator); 109 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5174 113 if(unroll) 114 return internal::any_unroller<Evaluator, unroll ? int(SizeAtCompileTime) : Dynamic>::run(evaluator);
|
H A D | Visitor.h | 113 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5344 116 return internal::visitor_impl<Visitor, ThisEvaluator, unroll ? int(SizeAtCompileTime) : Dynamic>::run(thisEval, visitor);
|
H A D | TriangularMatrix.h | 802 unroll = DstXprType::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::internal::__anon5335 807 triangular_assignment_loop<Kernel, Mode, unroll ? int(DstXprType::SizeAtCompileTime) : Dynamic, SetOpposite>::run(kernel);
|
/external/skia/third_party/lua/src/ |
H A D | ldo.c | 426 static void unroll (lua_State *L, void *ud) { function 522 unroll(L, NULL); 541 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
|
/external/syslinux/com32/lua/src/ |
H A D | ldo.c | 433 static void unroll (lua_State *L, void *ud) { function 529 unroll(L, NULL); 549 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
|
/external/skia/src/shaders/gradients/ |
H A D | SkLinearGradient.cpp | 233 int unroll = count >> 3; local 235 for (int i = 0; i < unroll; i++) {
|
/external/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 1654 bool unroll = (iterations <= 4); local 1656 if(unroll) 1659 unroll = loopUnrollable.traverse(node); 1694 if(unroll)
|
Completed in 615 milliseconds