Searched refs:readMin (Results 1 – 1 of 1) sorted by relevance
1013 float readMin = readValueRange.component(elemNdx).getMin().asFloat(); in computeEntryReadWeight() local1021 float intersectionMin = deFloatMax(entryMin, readMin); in computeEntryReadWeight()1024 float readRangeLen = readMax - readMin; in computeEntryReadWeight()1041 int readMin = readValueRange.component(elemNdx).getMin().asInt(); in computeEntryReadWeight() local1049 int intersectionMin = deMax32(entryMin, readMin); in computeEntryReadWeight()1052 deInt64 readRangeLen = (deInt64)readMax - (deInt64)readMin; in computeEntryReadWeight()