Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DGeomagneticField.java52 static private final float[][] G_COEFF = new float[][] { field in GeomagneticField
119 computeSchmidtQuasiNormFactors(G_COEFF.length);
139 final int MAX_N = G_COEFF.length; // Maximum degree of the coefficients. in GeomagneticField()
149 assert G_COEFF.length == H_COEFF.length; in GeomagneticField()
201 float g = G_COEFF[n][m] + yearsSinceBase * DELTA_G[n][m]; in GeomagneticField()