Searched defs:Distributions (Results 1 – 7 of 7) sorted by relevance
46 distributions: &Distributions, in build_estimates()129 pub struct Distributions { struct136 impl Distributions { implementation
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
129 Distributions chapter
269 Distributions chapter
92 ### Distributions subsection97 #### Weighted sampling177 ### Distributions subsection402 ### Distributions subsection
300 fn estimates(avg_times: &Sample<f64>, config: &BenchmarkConfig) -> (Distributions, Estimates) { in estimates()