/external/catch2/include/internal/benchmark/detail/ |
D | catch_stats.hpp | 75 std::vector<double> resampled; in resample() local 76 resampled.reserve(n); in resample() 77 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample() 78 return estimator(resampled.begin(), resampled.end()); in resample()
|
D | catch_stats.cpp | 194 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 195 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples() 208 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 209 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
|
/external/oboe/docs/ |
D | FAQ.md | 35 …into the stream must be resampled before it's sent to the audio device. For recording streams, the…
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6960 std::vector<double> resampled; in resample() local 6961 resampled.reserve(n); in resample() 6962 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample() 6963 return estimator(resampled.begin(), resampled.end()); in resample() 7762 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 7763 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples() 7776 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 7777 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6992 std::vector<double> resampled; in resample() local 6993 resampled.reserve(n); in resample() 6994 …std::generate_n(std::back_inserter(resampled), n, [first, &dist, &rng] { return first[dist(rng)]; … in resample() 6995 return estimator(resampled.begin(), resampled.end()); in resample() 7813 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 7814 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples() 7827 auto resampled = resample(rng, n_resamples, first, last, f); in analyse_samples() local 7828 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
|
/external/libpng/ |
D | libpng-manual.txt | 869 advantage is that the color channels can be resampled (the image can be 883 long as they are not to be resampled and are in the final color space it is
|
/external/cpuinfo/test/dmesg/ |
D | huawei-mate-9.log | 1836 …u6,swapper/0]last_bootloader_log: [2947 ms]power: parse_dts: don't need resampled ocv when charged… 3104 …swapper/0]current_bootloader_log: [2756 ms]power: parse_dts: don't need resampled ocv when charged…
|
D | huawei-mate-8.log | 1695 …u4,swapper/0]last_bootloader_log: [1909 ms]power: parse_dts: don't need resampled ocv when charged… 2621 …swapper/0]current_bootloader_log: [1931 ms]power: parse_dts: don't need resampled ocv when charged…
|