Searched refs:weightRangeMax (Results 1 – 1 of 1) sorted by relevance
882 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultISEInputs() local887 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()890 …result.weight.value.plain[i] = weightRangeMax - (i*weightRangeMax + (numWeights-1)/2) / (numWeight… in generateDefaultISEInputs()895 result.weight.value.plain[i] = (i*weightRangeMax + (numWeights-1)/2) / (numWeights-1); in generateDefaultISEInputs()2015 const int weightRangeMax = computeISERangeMax(blockParams.weightISEParams); in generateDefaultBlockData() local2020 …iseInputs.weight.value.plain[weightNdx] = (blockNdx*numWeights + weightNdx) * weightRangeMax / (nu… in generateDefaultBlockData()