Searched refs:kAllPaths (Results 1 – 4 of 4) sorted by relevance
/external/ruy/ruy/ |
D | path.h | 190 constexpr Path kAllPaths = kNonArchPaths | kDefaultArchPaths | kExtraArchPaths; variable 196 kAllPaths | kNonArchPathsIncludingInternalVariants; 198 static_assert(Disjoint(kDefaultPaths, ~kAllPaths), ""); 199 static_assert(Disjoint(kAllPaths, ~kAllPathsIncludingInternalVariants), "");
|
D | prepacked_cache_test.cc | 251 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()
|
D | ctx.cc | 163 *paths = DetectRuntimeSupportedPaths(kAllPaths, mutable_cpuinfo()); in GetRuntimeEnabledPaths()
|
D | test.h | 1858 paths_bitfield = paths_bitfield & kAllPaths;
|