HomeSort by: relevance | last modified time | path
    Searched defs:distribution (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-check.c 66 unsigned char * volatile distribution; local
68 /* Allocate a distribution array. */
70 distribution = (unsigned char *) xcalloc (nplurals_value, 1);
73 distribution = NULL;
109 if (distribution != NULL && distribution[val] < OFTEN)
110 distribution[val]++;
116 /* Normalize the distribution[val] statistics. */
117 if (distribution != NULL)
122 distribution[val] = (distribution[val] == OFTEN ? 1 : 0)
213 unsigned char *distribution = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
218 * Produces random numbers on a given distribution function using a
243 * generator @p __eng for the random distribution @p __dist.
252 * Gets the next generated value on the distribution.
283 * Gets a reference to the underlying random distribution.
286 distribution() function in class:variate_generator
290 * Gets a const reference to the underlying random distribution.
293 distribution() const function in class:variate_generator
297 * Gets the closed lower bound of the distribution interval
    [all...]
  /src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c 922 // distribution. It will create a Decoding Table. For a list of Huffman
959 /// The predefined FSE distribution tables for `seq_predefined` mode
1072 // "Following the header, up to 3 distribution tables can be described. When
1109 // their normalized distribution.
1175 /// Given a sequence part and table mode, decode the FSE distribution
1195 // "Predefined_Mode : uses a predefined distribution table."
1196 const i16 *distribution = default_distributions[type]; local
1200 FSE_init_dtable(table, distribution, symbs, accuracy_log);
1210 // "FSE_Compressed_Mode : standard FSE compression. A distribution table
1216 // "Repeat_Mode : reuse distribution table from previous compresse
    [all...]

Completed in 27 milliseconds