HomeSort by relevance Sort by last modified time
    Searched refs:random_sample (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 174 double AndersonDarlingStatistic(int n, double* random_sample) {
177 ad_sum += (2*i + 1) * log(random_sample[i] * (1 - random_sample[n-1-i]));
188 double AndersonDarlingTest(int n, double* random_sample) {
189 double ad_statistic = AndersonDarlingStatistic(n, random_sample);
198 scoped_array<double> random_sample(new double[n]);
200 random_sample[i] = (i+0.01)/n;
202 sort(random_sample.get(), random_sample.get() + n);
203 double ad_stat = AndersonDarlingStatistic(n, random_sample.get())
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 174 double AndersonDarlingStatistic(int n, double* random_sample) {
177 ad_sum += (2*i + 1) * log(random_sample[i] * (1 - random_sample[n-1-i]));
188 double AndersonDarlingTest(int n, double* random_sample) {
189 double ad_statistic = AndersonDarlingStatistic(n, random_sample);
198 scoped_array<double> random_sample(new double[n]);
200 random_sample[i] = (i+0.01)/n;
202 sort(random_sample.get(), random_sample.get() + n);
203 double ad_stat = AndersonDarlingStatistic(n, random_sample.get())
    [all...]
  /external/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 370 // random_sample and random_sample_n (extensions, not part of the standard).
384 random_sample(_InputIter __first, _InputIter __last,
390 random_sample(_InputIter __first, _InputIter __last,
_algo.c 558 // random_sample and random_sample_n (extensions, not part of the standard).
650 random_sample(_InputIter __first, _InputIter __last, function
660 random_sample(_InputIter __first, _InputIter __last, function
    [all...]

Completed in 82 milliseconds