HomeSort by: relevance | last modified time | path
    Searched refs:_gmp_rand (Results 1 - 11 of 11) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
random.c 45 _gmp_rand (ptr, rands, size * GMP_NUMB_BITS);
49 _gmp_rand (&ptr[size-1], rands, GMP_NUMB_BITS);
random2.c 36 /* Ask _gmp_rand for 32 bits per call unless that's more than a limb can hold.
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/gmp/dist/mpz/
urandomb.c 44 _gmp_rand (rp, rstate, nbits);
rrandomb.c 53 /* Ask _gmp_rand for 32 bits per call unless that's more than a limb can hold.
76 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
84 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
93 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
urandomm.c 86 _gmp_rand (rp, rstate, nbits);
  /src/external/lgpl3/gmp/dist/rand/
randbui.c 42 /* start with zeros, since if bits==0 then _gmp_rand will store nothing at
49 _gmp_rand (a, rstate, MIN (bits, BITS_PER_ULONG));
randmui.c 39 If n is 1 then will have bits==0 and _gmp_rand will produce no output and
55 /* start with zeros, since if bits==0 then _gmp_rand will store nothing at
68 _gmp_rand (a, rstate, bits);
  /src/external/lgpl3/gmp/dist/mpf/
random2.c 60 _gmp_rand (&elimb, RANDS, GMP_NUMB_BITS);
urandomb.c 54 _gmp_rand (rp, rstate, nbits);
  /src/external/lgpl3/gmp/dist/tests/
misc.c 405 _gmp_rand (&n, rstate, 1);
423 _gmp_rand (&n, RANDS, GMP_LIMB_BITS);
427 _gmp_rand (n, RANDS, GMP_LIMB_BITS);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1313 #define _gmp_rand(rp, state, bits) \ macro

Completed in 77 milliseconds