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

  /src/external/lgpl3/mpfr/dist/src/
erandom.c 0 /* mpfr_erandom (rop, state, rnd_mode) -- Generate an exponential deviate with
83 mpfr_erandom (mpfr_ptr z, gmp_randstate_t r, mpfr_rnd_t rnd) function
mpfr.h 550 __MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t, mpfr_rnd_t);
  /src/external/lgpl3/mpfr/dist/tests/
terandom.c 1 /* Test file for mpfr_erandom
33 inexact = mpfr_erandom (x, RANDS, MPFR_RNDN);
36 printf ("Error: mpfr_erandom() returns a zero ternary value.\n");
58 inexact = mpfr_erandom (t[i], RANDS, MPFR_RNDN);
62 printf ("Error: mpfr_erandom() returns a zero ternary value.\n");
terandom_chisq.c 1 /* Chi-squared test for mpfr_erandom
111 inexact = mpfr_erandom (x, RANDS, rndd);
115 printf ("Error: mpfr_erandom() returns a zero ternary value.\n");
120 printf ("Error: mpfr_erandom() returns a negative deviate.\n");
237 inexact = mpfr_erandom (x, RANDS, rnd);
240 printf ("Error: mpfr_erandom() returns a negative deviate.\n");
313 printf ("Error: mpfr_erandom chi-squared failure "
322 printf ("Error: mpfr_erandom combined chi-squared failure "

Completed in 60 milliseconds