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

  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 50 const float maxN = coord + coordErr;
52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN;
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 345 * @param maxN
351 public LegendreTable(int maxN, float thetaRad) {
359 mP = new float[maxN + 1][];
360 mPDeriv = new float[maxN + 1][];
363 for (int n = 1; n <= maxN; n++) {
393 private static float[][] computeSchmidtQuasiNormFactors(int maxN) {
394 float[][] schmidtQuasiNorm = new float[maxN + 1][];
396 for (int n = 1; n <= maxN; n++) {
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa_test.go 60 maxN := 24
63 maxN = 16
66 for n := 5; n < maxN; n++ {
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa_test.go 60 maxN := 24
63 maxN = 16
66 for n := 5; n < maxN; n++ {
  /external/libopus/celt/
rate.c 56 static const opus_int16 maxN[15] = {
67 return _n <= maxN[_k];

Completed in 182 milliseconds