Searched defs:AndersonDarlingTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc188 double AndersonDarlingTest(int n, double* random_sample) { function
247 double ad_pvalue = AndersonDarlingTest(n, random_sample.get());
248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest "
290 double geom_ad_pvalue = AndersonDarlingTest(n, random_sample.get());
291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest "
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc188 double AndersonDarlingTest(int n, double* random_sample) { function
247 double ad_pvalue = AndersonDarlingTest(n, random_sample.get());
248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest "
290 double geom_ad_pvalue = AndersonDarlingTest(n, random_sample.get());
291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest "

Completed in 68 milliseconds