Searched defs:nbits (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-6.c5 int nbits; local
/haiku-buildtools/gcc/gmp/mpz/
H A Darray_init.c25 mpz_array_init (mpz_ptr arr, mp_size_t arr_size, mp_size_t nbits) argument
H A Durandomb.c26 mpz_urandomb (mpz_ptr rop, gmp_randstate_t rstate, mp_bitcnt_t nbits) argument
H A Drrandomb.c28 mpz_rrandomb (mpz_ptr x, gmp_randstate_t rstate, mp_bitcnt_t nbits) argument
36 gmp_rrandomb (PTR(x), rstate, nbits); local
52 gmp_rrandomb (mp_ptr rp, gmp_randstate_t rstate, mp_bitcnt_t nbits) argument
H A Durandomm.c33 mp_size_t nbits, size; local
H A Dnextprime.c48 mp_bitcnt_t nbits; local
/haiku-buildtools/gcc/gmp/mpf/
H A Durandomb.c27 mpf_urandomb (mpf_t rop, gmp_randstate_t rstate, mp_bitcnt_t nbits) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32482.c3 int bitmap_empty(const unsigned long *src, int nbits) argument
8 int __nodes_empty(const nodemask_t *srcp, int nbits) argument
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Drandom2.c57 gmp_rrandomb (mp_ptr rp, gmp_randstate_t rstate, mp_bitcnt_t nbits) argument
H A Dpowlo.c30 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) argument
H A Dget_d.c163 int lshift, nbits; local
181 x >>= nbits; local
189 x >>= nbits; local
237 x >>= nbits; local
245 x >>= nbits; local
253 x >>= nbits; local
[all...]
H A Dpowm.c85 getbits (const mp_limb_t *p, mp_bitcnt_t bi, int nbits) argument
/haiku-buildtools/gcc/mpc/tests/
H A Dtpow_si.c25 compare_mpc_pow (mpfr_prec_t pmax, int iter, unsigned long nbits) argument
H A Dtpow_ui.c25 compare_mpc_pow (mpfr_prec_t pmax, int iter, unsigned long nbits) argument
/haiku-buildtools/gcc/mpfr/src/
H A Dget_flt.c82 int nbits; local
H A Dset_si_2exp.c39 unsigned int cnt, nbits; local
H A Dset_ui_2exp.c40 unsigned int cnt, nbits; local
H A Durandom.c45 mpfr_prec_t nbits; local
H A Durandomb.c55 mpfr_prec_t nbits; local
33 mpfr_rand_raw(mpfr_limb_ptr mp, gmp_randstate_t rstate, mpfr_prec_t nbits) argument
[all...]
H A Dget_d.c91 int nbits; local
/haiku-buildtools/gcc/gmp/
H A Drandmt.c184 __gmp_randget_mt (gmp_randstate_t rstate, mp_ptr dest, unsigned long int nbits) argument
H A Drandlc2x.c142 randget_lc (gmp_randstate_t rstate, mp_ptr rp, unsigned long int nbits) argument
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dfindlc.c64 mpz_true_random (mpz_t s, unsigned long int nbits) argument
H A Dt-rand.c83 int nbits; member in struct:rt
149 int nbits = 1; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddata-streamer.h99 bp_pack_value (struct bitpack_d *bp, bitpack_word_t val, unsigned nbits) argument
149 bp_unpack_value (struct bitpack_d *bp, unsigned nbits) argument
253 int nbits = floor_log2 (range) + 1; local
272 int nbits = floor_log2 (range) + 1; local
[all...]

Completed in 188 milliseconds

12