Searched refs:highValue (Results 1 – 3 of 3) sorted by relevance
178 double highValue = Math.min(hitBucket.end, maximum); in quantileFunction() local180 if (value >= highValue - 1.0 || hitBucket.count == 0) return Math.min(value, highValue); in quantileFunction()182 value += (highValue - value) * (target - partialSum) / hitBucket.count; in quantileFunction()
315 float highValue = 100f; in testHysteresis() local322 .setThresholdLatchValue(highValue) in testHysteresis()343 sensor.sendSensorEvent(highValue); in testHysteresis()348 sensor.sendSensorEvent(highValue - 1); in testHysteresis()
708 int highValue = appParam[i] & 0xff; in parseApplicationParameter() local710 appParamValue.maxListCount = highValue * 256 + lowValue; in parseApplicationParameter()716 int highValue = appParam[i] & 0xff; in parseApplicationParameter() local718 appParamValue.listStartOffset = highValue * 256 + lowValue; in parseApplicationParameter()