Searched refs:calcScore (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/smhasher/src/ |
D | Stats.h | 12 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()
|
D | Stats.cpp | 45 double calcScore ( const int * bins, const int bincount, const int keycount ) in calcScore() function
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
D | NodeTest.java | 271 calcScore(); in initNodeTest() 291 calcScore(); in initNodeTest() 321 protected void calcScore() in calcScore() method in NodeTest
|
D | StepPattern.java | 190 calcScore(); in setRelativePathPattern() 295 calcScore(); in setPredicates() 301 public void calcScore() in calcScore() method in StepPattern 309 super.calcScore(); in calcScore()
|
D | FunctionPattern.java | 57 public final void calcScore() in calcScore() method in FunctionPattern
|