Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java89 private static final double MINIMUM_INTERPOLATION_THRESHOLD = 1e-25; field in TroposphericModelEgnos
295 if (Math.abs(deltaX) > MINIMUM_INTERPOLATION_THRESHOLD) { in interpolate()