Searched defs:numRegSrc (Results 1 – 5 of 5) sorted by relevance
103 def numRegSrc : Int = srcData.map(_.count(x => RegSrcDataSet.contains(x))).fold(0)(_ max _) method
95 def numRegSrc : Int = allSchdParams.map(_.issueBlockParams.map(_.numRegSrc).max).max method
42 val numRegSrc: Int = fuConfigs.map(_.numRegSrc).max constant
83 def numRegSrc: Int = exuBlockParams.map(_.numRegSrc).max method
204 val numRegSrc: Int = issueBlockParams.map(_.exuBlockParams.map( constant