OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dworst
(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);
234
worst = (
dworst
> worst) ?
dworst
: worst;
Stats.h
354
void TestDistributionFast ( std::vector<hashtype> & hashes, double &
dworst
, double & davg )
361
dworst
= -1.0e90;
382
if(n >
dworst
)
dworst
= n;
Completed in 900 milliseconds