Searched refs:fPMax (Results 1 – 1 of 1) sorted by relevance
78 float fPMin, fPMax, fTMin, fTMax; in testSensor() local84 fPMin = fPMax = pressure; in testSensor()93 if (pressure > fPMax) fPMax = pressure; in testSensor()97 while(fPMin == fPMax && fTMin == fTMax && --iTries); in testSensor()99 if (fPMin == fPMax && fTMin == fTMax) { in testSensor()