Home
last modified time | relevance | path

Searched refs:yOutput (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/psedorange/
DTroposphericModelEgnos.java293 double yOutput; in interpolate() local
296 yOutput = point1Y + (xOutput - point1X) / deltaX * (point2Y - point1Y); in interpolate()
298 yOutput = point1Y; in interpolate()
300 return yOutput; in interpolate()