Home
last modified time | relevance | path

Searched refs:gmp_uint_least32_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/rand/
H A Drandmt.c60 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()
H A Drandmt.h43 gmp_uint_least32_t mt[N]; /* State array. */
48 void __gmp_mt_recalc_buffer (gmp_uint_least32_t *);
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dtrialdiv.c67 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 */
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h237 typedef uint_least32_t gmp_uint_least32_t; typedef
240 typedef unsigned short gmp_uint_least32_t; typedef
243 typedef unsigned gmp_uint_least32_t; typedef
245 typedef unsigned long gmp_uint_least32_t; typedef
2349 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 …]
H A DChangeLog1947 * 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.