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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHKeyGeneratorHelper.java 27 int minWeight = limit >>> 2;
31 if (WNafUtil.getNafWeight(x) >= minWeight)
52 int minWeight = max.bitLength() >>> 2;
56 if (WNafUtil.getNafWeight(x) >= minWeight)
DHParametersHelper.java 35 int minWeight = size >>> 2;
63 if (WNafUtil.getNafWeight(p) < minWeight)
DSAKeyPairGenerator.java 50 int minWeight = q.bitLength() >>> 2;
58 if (WNafUtil.getNafWeight(x) >= minWeight)
ECKeyPairGenerator.java 47 int minWeight = nBitLength >>> 2;
59 if (WNafUtil.getNafWeight(d) < minWeight)
RSAKeyPairGenerator.java 49 int minWeight = strength >> 2;
101 if (WNafUtil.getNafWeight(n) < minWeight)
  /external/opencv3/modules/imgproc/src/
gcgraph.hpp 188 TWeight minWeight, weight;
243 minWeight = edgePtr[e0].weight;
244 CV_Assert( minWeight > 0 );
253 minWeight = MIN(minWeight, weight);
254 CV_Assert( minWeight > 0 );
257 minWeight = MIN(minWeight, weight);
258 CV_Assert( minWeight > 0 );
262 edgePtr[e0].weight -= minWeight;
    [all...]
  /external/opencv3/modules/ml/src/
em.cpp 662 double minWeight = DBL_MAX;
669 if(weights.at<double>(clusterIndex) < minWeight)
671 minWeight = weights.at<double>(clusterIndex);
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 3524 milliseconds