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

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

Completed in 90 milliseconds