Searched refs:readMax (Results 1 – 1 of 1) sorted by relevance
1013 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight() local1021 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()1023 float readRangeLen = readMax - readMin; in computeEntryReadWeight()1041 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight() local1049 int intersectionMax = deMin32(entryMax, readMax); in computeEntryReadWeight()1051 int readRangeLen = readMax - readMin; in computeEntryReadWeight()