Searched refs:SelectGroupSize (Results 1 – 2 of 2) sorted by relevance
242 val SelectGroupSize = RollbackGroupSize constant243 val lgSelectGroupSize = log2Ceil(SelectGroupSize)267 val numSelectGroups = scala.math.ceil(valid.length.toFloat / SelectGroupSize).toInt270 val selectValidGroups = valid.grouped(SelectGroupSize).toList271 val selectBitsGroups = bits.grouped(SelectGroupSize).toList273 if (valid.length <= SelectGroupSize) {
1312 val SelectGroupSize = RollbackGroupSize constant1313 val lgSelectGroupSize = log2Ceil(SelectGroupSize)