Home
last modified time | relevance | path

Searched refs:BITS_TO_LIMBS (Results 1 – 25 of 82) sorted by relevance

1234

/dports/math/mpir/mpir-3.0.0/mpn/generic/
H A Drootrem_basecase.c471 mp_limb_t t1[BITS_TO_LIMBS (2 * (GMP_LIMB_BITS + 8) + GMP_NUMB_BITS)];
472 mp_limb_t t2[BITS_TO_LIMBS (GMP_LIMB_BITS + 8 + GMP_NUMB_BITS)];
473 mp_limb_t t3[BITS_TO_LIMBS (GMP_LIMB_BITS + 8 + 2 + GMP_NUMB_BITS)];
474 mp_limb_t t4[BITS_TO_LIMBS (GMP_LIMB_BITS + 8 + GMP_NUMB_BITS)];
1089 x = __GMP_ALLOCATE_FUNC_LIMBS(BITS_TO_LIMBS(b + 7 + GMP_NUMB_BITS));
1150 __GMP_FREE_FUNC_LIMBS(x, BITS_TO_LIMBS(b + 7 + GMP_NUMB_BITS));
1151 __GMP_FREE_FUNC_LIMBS(t1, BITS_TO_LIMBS(2*b + 12 + GMP_NUMB_BITS));
1177 __GMP_FREE_FUNC_LIMBS(x, BITS_TO_LIMBS(b + 7 + GMP_NUMB_BITS));
1178 __GMP_FREE_FUNC_LIMBS(t1,BITS_TO_LIMBS(2*b+ 12 + GMP_NUMB_BITS));
1200 __GMP_FREE_FUNC_LIMBS(x, BITS_TO_LIMBS(b + 7 + GMP_NUMB_BITS));
[all …]
/dports/math/gmp/gmp-6.2.1/rand/
H A Drandlc2x.c100 tn = BITS_TO_LIMBS (m2exp); in lc()
166 tn = BITS_TO_LIMBS (chunk_nbits); in randget_lc()
203 tn = BITS_TO_LIMBS (last_nbits); in randget_lc()
235 mp_size_t seedn = BITS_TO_LIMBS (p->_mp_m2exp); in randseed_lc()
299 mp_size_t seedn = BITS_TO_LIMBS (m2exp); in gmp_randinit_lc_2exp()
/dports/math/gap/gap-4.11.0/extern/gmp/rand/
H A Drandlc2x.c101 tn = BITS_TO_LIMBS (m2exp); in lc()
167 tn = BITS_TO_LIMBS (chunk_nbits); in randget_lc()
204 tn = BITS_TO_LIMBS (last_nbits); in randget_lc()
236 mp_size_t seedn = BITS_TO_LIMBS (p->_mp_m2exp); in randseed_lc()
300 mp_size_t seedn = BITS_TO_LIMBS (m2exp); in gmp_randinit_lc_2exp()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/rand/
H A Drandlc2x.c100 tn = BITS_TO_LIMBS (m2exp); in lc()
166 tn = BITS_TO_LIMBS (chunk_nbits); in randget_lc()
203 tn = BITS_TO_LIMBS (last_nbits); in randget_lc()
235 mp_size_t seedn = BITS_TO_LIMBS (p->_mp_m2exp); in randseed_lc()
299 mp_size_t seedn = BITS_TO_LIMBS (m2exp); in gmp_randinit_lc_2exp()
/dports/math/mingw32-libgmp/gmp-6.0.0/rand/
H A Drandlc2x.c101 tn = BITS_TO_LIMBS (m2exp); in lc()
167 tn = BITS_TO_LIMBS (chunk_nbits); in randget_lc()
204 tn = BITS_TO_LIMBS (last_nbits); in randget_lc()
236 mp_size_t seedn = BITS_TO_LIMBS (p->_mp_m2exp); in randseed_lc()
300 mp_size_t seedn = BITS_TO_LIMBS (m2exp); in gmp_randinit_lc_2exp()
/dports/math/mpir/mpir-3.0.0/
H A Drandlc2x.c92 tn = BITS_TO_LIMBS (m2exp); in lc()
158 tn = BITS_TO_LIMBS (chunk_nbits); in randget_lc()
195 tn = BITS_TO_LIMBS (last_nbits); in randget_lc()
227 mp_size_t seedn = BITS_TO_LIMBS (p->_mp_m2exp); in randseed_lc()
291 mp_size_t seedn = BITS_TO_LIMBS (m2exp); in gmp_randinit_lc_2exp()
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/int/
H A Ddsa-compute-k.c34 #define BITS_TO_LIMBS(bits) (((bits) + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS) macro
41 #define MAX_Q_LIMBS BITS_TO_LIMBS(MAX_Q_BITS)
44 #define MAX_HASH_LIMBS BITS_TO_LIMBS(MAX_HASH_BITS)
62 mp_size_t hn = BITS_TO_LIMBS(h_bits); in _gnutls_dsa_compute_k()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/mpn_extras/test/
H A Dt-mulmod_2expp1.c42 xn = BITS_TO_LIMBS(b); in main()
90 xn = BITS_TO_LIMBS(b); in main()
147 xn = BITS_TO_LIMBS(b); in main()
205 xn = BITS_TO_LIMBS(b); in main()
/dports/math/e-antic/flint2-ae7ec89/mpn_extras/test/
H A Dt-mulmod_2expp1.c42 xn = BITS_TO_LIMBS(b); in main()
90 xn = BITS_TO_LIMBS(b); in main()
147 xn = BITS_TO_LIMBS(b); in main()
205 xn = BITS_TO_LIMBS(b); in main()
/dports/math/flint2/flint-2.8.4/mpn_extras/test/
H A Dt-mulmod_2expp1.c42 xn = BITS_TO_LIMBS(b); in main()
90 xn = BITS_TO_LIMBS(b); in main()
147 xn = BITS_TO_LIMBS(b); in main()
205 xn = BITS_TO_LIMBS(b); in main()
/dports/math/gmp/gmp-6.2.1/mpz/
H A Drrandomb.c43 nl = BITS_TO_LIMBS (nbits); in mpz_rrandomb()
71 i = BITS_TO_LIMBS (nbits) - 1; in gmp_rrandomb()
/dports/math/gap/gap-4.11.0/extern/gmp/mpz/
H A Drrandomb.c44 nl = BITS_TO_LIMBS (nbits); in mpz_rrandomb()
72 i = BITS_TO_LIMBS (nbits) - 1; in gmp_rrandomb()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpz/
H A Drrandomb.c44 nl = BITS_TO_LIMBS (nbits); in mpz_rrandomb()
72 i = BITS_TO_LIMBS (nbits) - 1; in gmp_rrandomb()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpz/
H A Drrandomb.c43 nl = BITS_TO_LIMBS (nbits); in mpz_rrandomb()
71 i = BITS_TO_LIMBS (nbits) - 1; in gmp_rrandomb()
/dports/math/mpir/mpir-3.0.0/tests/mpn/
H A Dt-mulmod_2expp1.c55 xn = BITS_TO_LIMBS (b); in main()
105 xn = BITS_TO_LIMBS (b); in main()
160 xn = BITS_TO_LIMBS (b); in main()
217 xn = BITS_TO_LIMBS (b); in main()
H A Dt-get_d.c81 nsize = BITS_TO_LIMBS (bit+1); in check_onebit()
134 np = refmpn_malloc_limbs (BITS_TO_LIMBS (mant_bits)); in check_twobit()
138 nsize = BITS_TO_LIMBS (i+1); in check_twobit()
411 nalloc = BITS_TO_LIMBS (mant_bits); in check_rand()
H A Dt-mulmod_2expm1.c52 xn = BITS_TO_LIMBS (b); in main()
88 xn = BITS_TO_LIMBS (b); in main()
/dports/math/gmp/gmp-6.2.1/tests/mpn/
H A Dt-get_d.c83 nsize = BITS_TO_LIMBS (bit+1); in check_onebit()
136 np = refmpn_malloc_limbs (BITS_TO_LIMBS (mant_bits)); in check_twobit()
140 nsize = BITS_TO_LIMBS (i+1); in check_twobit()
422 nalloc = BITS_TO_LIMBS (mant_bits); in check_rand()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpn/
H A Dt-get_d.c84 nsize = BITS_TO_LIMBS (bit+1); in check_onebit()
137 np = refmpn_malloc_limbs (BITS_TO_LIMBS (mant_bits)); in check_twobit()
141 nsize = BITS_TO_LIMBS (i+1); in check_twobit()
423 nalloc = BITS_TO_LIMBS (mant_bits); in check_rand()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpn/
H A Dt-get_d.c83 nsize = BITS_TO_LIMBS (bit+1); in check_onebit()
136 np = refmpn_malloc_limbs (BITS_TO_LIMBS (mant_bits)); in check_twobit()
140 nsize = BITS_TO_LIMBS (i+1); in check_twobit()
422 nalloc = BITS_TO_LIMBS (mant_bits); in check_rand()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpn/
H A Dt-get_d.c84 nsize = BITS_TO_LIMBS (bit+1); in check_onebit()
137 np = refmpn_malloc_limbs (BITS_TO_LIMBS (mant_bits)); in check_twobit()
141 nsize = BITS_TO_LIMBS (i+1); in check_twobit()
423 nalloc = BITS_TO_LIMBS (mant_bits); in check_rand()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/mpn_extras/
H A Dmulmod_2expp1_basecase.c28 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_internal()
67 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_basecase()
/dports/math/e-antic/flint2-ae7ec89/mpn_extras/
H A Dmulmod_2expp1_basecase.c28 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_internal()
67 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_basecase()
/dports/math/flint2/flint-2.8.4/mpn_extras/
H A Dmulmod_2expp1_basecase.c28 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_internal()
67 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_basecase()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/flint-fft/
H A Dmulmod_2expp1_basecase.c25 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_internal()
63 n = BITS_TO_LIMBS(b); in flint_mpn_mulmod_2expp1_basecase()

1234