Home
last modified time | relevance | path

Searched refs:calcScore (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
DStats.h12 double calcScore ( const int * bins, const int bincount, const int ballcount );
154 double n = calcScore(&bins[0],bincount,(int)hashes.size()); in TestDistribution()
334 double s = calcScore(bins,bins.size(),hashes.size()); in TestDistributionBytepairs()
378 double n = calcScore(&bins.front(),(int)bins.size(),(int)hashes.size()); in TestDistributionFast()
DStats.cpp45 double calcScore ( const int * bins, const int bincount, const int keycount ) in calcScore() function
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DNodeTest.java271 calcScore(); in initNodeTest()
291 calcScore(); in initNodeTest()
321 protected void calcScore() in calcScore() method in NodeTest
DStepPattern.java190 calcScore(); in setRelativePathPattern()
295 calcScore(); in setPredicates()
301 public void calcScore() in calcScore() method in StepPattern
309 super.calcScore(); in calcScore()
DFunctionPattern.java57 public final void calcScore() in calcScore() method in FunctionPattern