Searched defs:numVecSrc (Results 1 – 3 of 3) sorted by relevance
99 def numVecSrc : Int = srcData.map(_.count(x => VecRegSrcDataSet.contains(x))).fold(0)(_ max _) method
38 val numVecSrc: Int = fuConfigs.map(_.numVecSrc).max constant
75 def numVecSrc: Int = exuBlockParams.map(_.numVecSrc).max method