Searched defs:distribution (Results 1 – 11 of 11) sorted by relevance
233 .. _building_conditional:
38 let distribution = if pick_nonascii.sample(&mut rng) { in gen_string() localVariable
159 final int[] distribution = utf8Distribution.getDistribution(); in randomStringsWithDistribution() local
31 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram_SSE41() local
722 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram_NEON() local
66 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram_C() local
1459 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram_MIPSdspR2() local
229 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram_MSA() local
443 int distribution[MAX_COEFF_THRESH + 1] = { 0 }; in CollectHistogram_SSE2() local
809 int distribution[100]; in show_identifier_stats() local
922 def distribution(distribution_name): function