Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java74 private static final double[] latDegreeToBetaAmpMapKPM = field in TroposphericModelEgnos
210 beta = latDegreeToBetaAvgMapKPM[INDEX_15_DEGREES] - latDegreeToBetaAmpMapKPM[INDEX_15_DEGREES] in calculateZenithDryAndWetDelaysSec()
245 latDegreeToBetaAmpMapKPM[key - 1], (key + 1) * LATITUDE_15_DEGREES, in calculateZenithDryAndWetDelaysSec()
246 latDegreeToBetaAmpMapKPM[key], absLatitudeDeg); in calculateZenithDryAndWetDelaysSec()
263 beta = latDegreeToBetaAvgMapKPM[INDEX_75_DEGREES] - latDegreeToBetaAmpMapKPM[INDEX_75_DEGREES] in calculateZenithDryAndWetDelaysSec()