Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java285 private static double interpolate(double point1X, double point1Y, double point2X, double point2Y, in interpolate() argument
296 yOutput = point1Y + (xOutput - point1X) / deltaX * (point2Y - point1Y); in interpolate()
298 yOutput = point1Y; in interpolate()