Searched defs:Distributions (Results 1 – 6 of 6) sorted by relevance
46 distributions: &Distributions, in build_estimates()129 pub struct Distributions { struct136 impl Distributions { argument
8 type Distributions: TupledDistributions<Item = Self>; typedef35 fn complete(self) -> <Self::Item as Tuple>::Distributions; in complete()42 type Distributions = (Distribution<A>,); typedef80 type Distributions = (Distribution<A>, Distribution<B>); typedef126 type Distributions = (Distribution<A>, Distribution<B>, Distribution<C>); typedef182 type Distributions = ( typedef
840 [FSE section]: #from-normalized-distribution-to-decoding-tables842 ##### Literals Length851 ##### Match Length861 ##### Offset Codes
189 Distributions chapter
60 ### Distributions subsection65 #### Weighted sampling145 ### Distributions subsection370 ### Distributions subsection
300 fn estimates(avg_times: &Sample<f64>, config: &BenchmarkConfig) -> (Distributions, Estimates) { in estimates()