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

  /src/external/lgpl3/gmp/dist/mpf/
random2.c 41 mp_limb_t elimb; local
60 _gmp_rand (&elimb, RANDS, GMP_NUMB_BITS);
62 exp = elimb % (2 * exp + 1) - exp;
  /src/external/lgpl3/mpfr/dist/tests/
random2.c 46 mp_limb_t elimb, ran, acc; local
74 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
75 ran = elimb;
92 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
93 ran = elimb;
146 mpfr_rand_raw (&elimb, RANDS, GMP_NUMB_BITS);
148 exp = (mpfr_exp_t) (elimb % (2 * exp + 1)) - exp;
  /src/external/lgpl3/gmp/dist/mpz/
inp_raw.c 72 mp_limb_t slimb, elimb; local
111 abs_xsize is odd then on the last iteration elimb and slimb are
118 NTOH_LIMB_FETCH (elimb, ep);
120 *sp++ = elimb;

Completed in 55 milliseconds