Searched refs:readMax (Results 1 – 1 of 1) sorted by relevance
1039 float readMax = readValueRange.component(elemNdx).getMax().asFloat(); in computeEntryReadWeight() local1047 float intersectionMax = deFloatMin(entryMax, readMax); in computeEntryReadWeight()1049 float readRangeLen = readMax - readMin; in computeEntryReadWeight()1067 int readMax = readValueRange.component(elemNdx).getMax().asInt(); in computeEntryReadWeight() local1075 int intersectionMax = deMin32(entryMax, readMax); in computeEntryReadWeight()1077 deInt64 readRangeLen = (deInt64)readMax - (deInt64)readMin; in computeEntryReadWeight()