Searched refs:readMax (Results 1 – 1 of 1) sorted by relevance
1014 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight() local1022 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()1024 float readRangeLen = readMax - readMin; in computeEntryReadWeight()1042 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight() local1050 int intersectionMax = deMin32(entryMax, readMax); in computeEntryReadWeight()1052 deInt64 readRangeLen = (deInt64)readMax - (deInt64)readMin; in computeEntryReadWeight()