Searched refs:gmp_uint_least32_t (Results 1 – 5 of 5) sorted by relevance
60 static const gmp_uint_least32_t default_state[N] =169 __gmp_mt_recalc_buffer (gmp_uint_least32_t mt[]) in __gmp_mt_recalc_buffer()171 gmp_uint_least32_t y; in __gmp_mt_recalc_buffer()196 gmp_uint_least32_t y; in __gmp_randget_mt()201 gmp_uint_least32_t *mt; in __gmp_randget_mt()284 gmp_uint_least32_t bitpool_h = 0; in __gmp_randget_mt()285 gmp_uint_least32_t bitpool_l = 0; in __gmp_randget_mt()
43 gmp_uint_least32_t mt[N]; /* State array. */48 void __gmp_mt_recalc_buffer (gmp_uint_least32_t *);
67 gmp_uint_least32_t idx:24; /* index of first primes in dtab */68 gmp_uint_least32_t np :8; /* number of primes related to this entry */
237 typedef uint_least32_t gmp_uint_least32_t; typedef240 typedef unsigned short gmp_uint_least32_t; typedef243 typedef unsigned gmp_uint_least32_t; typedef245 typedef unsigned long gmp_uint_least32_t; typedef2349 gmp_uint_least32_t n:27;2350 gmp_uint_least32_t k:5;3792 gmp_uint_least32_t manh:20;3793 gmp_uint_least32_t exp:11;3794 gmp_uint_least32_t sig:1;3795 gmp_uint_least32_t manl:32;[all …]
1947 * gmp-impl.h (fft_table_nk): Use gmp_uint_least32_t.18775 * randmt.c: Use gmp_uint_least32_t.18778 * gmp-impl.h (gmp_uint_least32_t): New typedef, replacing GMP_UINT32.