HomeSort by relevance Sort by last modified time
    Searched refs:MAX_N (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 139 final int MAX_N = G_COEFF.length; // Maximum degree of the coefficients.
156 new LegendreTable(MAX_N - 1,
160 // 0..MAX_N-2 (this is much faster than calling Math.pow MAX_N+1 times).
161 float[] relativeRadiusPower = new float[MAX_N + 2];
169 // Compute tables of sin(lon * m) and cos(lon * m) for m = 0..MAX_N --
170 // this is much faster than calling Math.sin and Math.com MAX_N+1 times.
171 float[] sinMLon = new float[MAX_N];
172 float[] cosMLon = new float[MAX_N];
178 for (int m = 2; m < MAX_N; ++m)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 507 MAX_N = 1 << 31 - 1
650 n = self.MAX_N
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 507 MAX_N = 1 << 31 - 1
650 n = self.MAX_N
    [all...]

Completed in 2274 milliseconds