Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/psedorange/
DTroposphericModelEgnos.java286 double xOutput) { in interpolate() argument
288 if ((point1X < point2X && (xOutput < point1X || xOutput > point2X)) in interpolate()
289 || (point2X < point1X && (xOutput < point2X || xOutput > point1X))) { in interpolate()
296 yOutput = point1Y + (xOutput - point1X) / deltaX * (point2Y - point1Y); in interpolate()