HomeSort by relevance Sort by last modified time
    Searched full:davg (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/smhasher/src/
DifferentialTest.h 229 double dworst,davg; local
231 TestDistributionFast(B,dworst,davg);
233 avg += davg;
Stats.h 354 void TestDistributionFast ( std::vector<hashtype> & hashes, double & dworst, double & davg )
362 davg = 0;
380 davg += n;
385 davg /= double(hashbits/8);

Completed in 175 milliseconds