Home
last modified time | relevance | path

Searched refs:kAllPaths (Results 1 – 4 of 4) sorted by relevance

/external/ruy/ruy/
Dpath.h190 constexpr Path kAllPaths = kNonArchPaths | kDefaultArchPaths | kExtraArchPaths; variable
196 kAllPaths | kNonArchPathsIncludingInternalVariants;
198 static_assert(Disjoint(kDefaultPaths, ~kAllPaths), "");
199 static_assert(Disjoint(kAllPaths, ~kAllPathsIncludingInternalVariants), "");
Dprepacked_cache_test.cc251 ruy::Mul<ruy::kAllPaths>(lhs, rhs, mul_params, &context, &dst); in TestCachePolicies()
257 ruy::Mul<ruy::kAllPaths>(lhs, rhs, mul_params, &context, &dst); in TestCachePolicies()
293 ruy::Mul<ruy::kAllPaths>(lhs, rhs, mul_params, &context, &dst); in TEST()
Dctx.cc163 *paths = DetectRuntimeSupportedPaths(kAllPaths, mutable_cpuinfo()); in GetRuntimeEnabledPaths()
Dtest.h1858 paths_bitfield = paths_bitfield & kAllPaths;