Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java416 double machEps = 1.0; in calculateUvLimit() local
418 machEps /= 2.0f; in calculateUvLimit()
419 } while ((1.0 + (machEps / 2.0)) != 1.0); in calculateUvLimit()
420 return 1.0 + machEps; in calculateUvLimit()