Searched refs:kMaxLanesPerVector (Results 1 – 3 of 3) sorted by relevance
706 const int kMaxLanesPerVector = 16; variable
1128 int64_t result[kMaxLanesPerVector]; in SMinMaxP()1140 DCHECK_LT((i >> 1) + (j * lanes / 2), kMaxLanesPerVector); in SMinMaxP()1278 uint64_t result[kMaxLanesPerVector]; in UMinMaxP()1290 DCHECK_LT((i >> 1) + (j * lanes / 2), kMaxLanesPerVector); in UMinMaxP()2153 uint64_t result[kMaxLanesPerVector]; in Table()
121 const int kMaxLanesPerVector = 16; variable