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

  /src/external/lgpl3/mpfr/dist/src/
urandom.c 44 separate call to mpfr_rand_raw(), but it should be better to draw
85 mpfr_rand_raw (rp, rstate, DRAW_BITS);
111 mpfr_rand_raw (rp, rstate, nbits - 1);
120 mpfr_rand_raw (&rbit, rstate, 1);
urandomb.c 33 mpfr_rand_raw (mpfr_limb_ptr mp, gmp_randstate_t rstate, function
68 mpfr_rand_raw (rp, rstate, nbits);
mpfr-impl.h 2489 __MPFR_DECLSPEC void mpfr_rand_raw (mpfr_limb_ptr, gmp_randstate_t,
  /src/external/lgpl3/mpfr/dist/tests/
random2.c 74 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
92 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
146 mpfr_rand_raw (&elimb, RANDS, GMP_NUMB_BITS);
turandom.c 460 mpfr_rand_raw (&v, mpfr_rands, GMP_NUMB_BITS);
475 mpfr_rand_raw (&w, s2, GMP_NUMB_BITS);
tests.c 502 mpfr_rand_raw (&limb, RANDS, GMP_NUMB_BITS);

Completed in 16 milliseconds