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

  /src/external/lgpl3/gmp/dist/mpz/
rrandomb.c 57 #define BITS_PER_RANDCALL GMP_NUMB_BITS
59 #define BITS_PER_RANDCALL 32
76 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
84 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
93 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
  /src/external/lgpl3/gmp/dist/mpn/generic/
random2.c 40 #define BITS_PER_RANDCALL GMP_NUMB_BITS
42 #define BITS_PER_RANDCALL 32
56 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
79 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
87 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
96 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
  /src/external/lgpl3/mpfr/dist/tests/
random2.c 33 #define BITS_PER_RANDCALL GMP_NUMB_BITS
35 #define BITS_PER_RANDCALL 32
74 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
80 ran_nbits = BITS_PER_RANDCALL - MPFR_LOG2_GMP_NUMB_BITS; /* Ideally - log2(GMP_NUMB_BITS) */
92 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
94 ran_nbits = BITS_PER_RANDCALL;

Completed in 24 milliseconds