HomeSort by relevance Sort by last modified time
    Searched defs:legendre (Results 1 - 4 of 4) sorted by null

  /external/wycheproof/java/com/google/security/wycheproof/
EcUtil.java 158 * Compute the Legendre symbol of x mod p. This implementation is slow. Faster would be the
167 public static int legendre(BigInteger x, BigInteger p) throws GeneralSecurityException { method in class:EcUtil
215 // Computes the Legendre symbol. Using the Jacobi symbol would be a faster. Using Legendre
219 int t = legendre(d, p);
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 115 // The ratio between the Gauss-normalized associated Legendre functions and
151 // Note: LegendreTable computes associated Legendre functions for
152 // cos(theta). We want the associated Legendre functions for
155 LegendreTable legendre = local
211 * legendre.mPDeriv[n][m]
218 * legendre.mP[n][m]
225 * legendre.mP[n][m]
332 * Utility class to compute a table of Gauss-normalized associated Legendre
336 // These are the Gauss-normalized associated Legendre functions -- that
337 // is, they are normal Legendre functions multiplied b
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 278 milliseconds