Searched defs:confidence_level (Results  1 – 9 of 9) sorted by relevance
| /external/rust/crates/criterion/src/ | 
| D | benchmark.rs | 8     pub confidence_level: f64,  field 22     pub(crate) confidence_level: Option<f64>,  field
  | 
| D | estimate.rs | 30     pub confidence_level: f64,  field
  | 
| D | benchmark_group.rs | 182     pub fn confidence_level(&mut self, cl: f64) -> &mut Self {  in confidence_level()  method
  | 
| D | connection.rs | 350     confidence_level: f64,  field
  | 
| D | lib.rs | 588     pub fn confidence_level(mut self, cl: f64) -> Criterion<M> {  in confidence_level()  method
  | 
| /external/catch2/include/internal/benchmark/detail/ | 
| D | catch_stats.cpp | 178 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::…  in analyse_samples()
  | 
| D | catch_stats.hpp | 108 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r…  in bootstrap()
  | 
| /external/libabigail/tests/lib/ | 
| D | catch.hpp | 7025 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r…  in bootstrap() 7797 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::…  in analyse_samples()
  | 
| /external/catch2/single_include/catch2/ | 
| D | catch.hpp | 6993 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r…  in bootstrap() 7746 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::…  in analyse_samples()
  |