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

  /src/external/lgpl3/mpfr/dist/tests/
turandom.c 1 /* Test file for mpfr_urandom
60 i = mpfr_urandom (x, RANDS, rnd);
66 printf ("Error: mpfr_urandom() returns invalid numbers:\n");
73 printf ("Error: mpfr_urandom() returns number outside [0, 1]:\n");
81 printf ("Error: mpfr_urandom() returns incorrect flags.\n");
105 printf ("Error: mpfr_urandom() returns a zero ternary value.\n");
118 inex = mpfr_urandom (x, RANDS, rnd);
122 printf ("Error: mpfr_urandom() returns incorrect flags"
138 printf ("Error: mpfr_urandom() does not handle correctly"
218 mpfr_urandom (x, s, (mpfr_rnd_t) rnd)
    [all...]
trec_sqrt.c 224 mpfr_urandom (x, state, MPFR_RNDN);
225 mpfr_urandom (y, state, MPFR_RNDN);
tfmma.c 271 mpfr_urandom (a, RANDS, MPFR_RNDU);
275 mpfr_urandom (k, RANDS, MPFR_RNDU);
317 mpfr_urandom (c, RANDS, MPFR_RNDU);
321 mpfr_urandom (d, RANDS, MPFR_RNDU);
tadd1sp.c 350 mpfr_urandom (b, RANDS, MPFR_RNDA);
351 mpfr_urandom (c, RANDS, MPFR_RNDA);
tsum.c 1236 mpfr_urandom (x[i], state, rnd);
  /src/external/lgpl3/mpfr/dist/src/
urandom.c 0 /* mpfr_urandom (rop, state, rnd_mode) -- Generate a uniform pseudorandom
30 /* The mpfr_urandom() function is implemented in the following way,
54 mpfr_urandom (mpfr_ptr rop, gmp_randstate_t rstate, mpfr_rnd_t rnd_mode) function
mpfr.h 543 __MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
  /src/external/lgpl3/mpc/dist/tests/
random.c 217 mpfr_urandom (x, rands, MPFR_RNDN);

Completed in 26 milliseconds