Home
last modified time | relevance | path

Searched defs:random_sample (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dsampler_test.cc174 double AndersonDarlingStatistic(int n, double* random_sample) { in AndersonDarlingStatistic()
188 double AndersonDarlingTest(int n, double* random_sample) { in AndersonDarlingTest()
198 scoped_array<double> random_sample(new double[n]); in ADTestTest() local
241 scoped_array<double> random_sample(new double[n]); in TestNextRandom() local
282 scoped_array<double> random_sample(new double[n]); in TestPickNextSample() local
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dsampler_test.cc174 double AndersonDarlingStatistic(int n, double* random_sample) { in AndersonDarlingStatistic()
188 double AndersonDarlingTest(int n, double* random_sample) { in AndersonDarlingTest()
198 scoped_array<double> random_sample(new double[n]); in ADTestTest() local
241 scoped_array<double> random_sample(new double[n]); in TestNextRandom() local
282 scoped_array<double> random_sample(new double[n]); in TestPickNextSample() local
/external/stlport/stlport/stl/
D_algo.c650 random_sample(_InputIter __first, _InputIter __last, in random_sample() function
660 random_sample(_InputIter __first, _InputIter __last, in random_sample() function