Searched defs:resampled (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/benchmark/detail/ |
D | catch_stats.cpp | 194 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 208 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
|
D | catch_stats.hpp | 75 std::vector<double> resampled; in resample() local
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6960 std::vector<double> resampled; in resample() local 7762 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 7776 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6992 std::vector<double> resampled; in resample() local 7813 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 7827 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local
|