| /src/external/lgpl3/gmp/dist/tests/rand/ |
| Makefile.am | 58 @(echo -n '16f: '; ./gen -f mpf_urandomb -z 16 1000 \ 60 @(echo -n '32f: '; ./gen -f mpf_urandomb -z 32 1000 \ 62 @(echo -n '33f: '; ./gen -f mpf_urandomb -z 33 1000 \ 64 @(echo -n '64f: '; ./gen -f mpf_urandomb -z 64 1000 \ 66 @(echo -n '128f: '; ./gen -f mpf_urandomb -z 128 1000 \ 81 @(echo '16f: '; ./gen -f mpf_urandomb -z 16 50000 \ 83 @(echo '32f: '; ./gen -f mpf_urandomb -z 32 50000 \ 85 @(echo '33f: '; ./gen -f mpf_urandomb -z 33 50000 \ 87 @(echo '64f: '; ./gen -f mpf_urandomb -z 64 50000 \ 89 @(echo '128f: '; ./gen -f mpf_urandomb -z 128 50000 [all...] |
| t-rand.c | 215 mpf_urandomb (rf, rstate, a->nbits); 268 mpf_urandomb (rf, rstate, nbits);
|
| gen.c | 25 $ gen -f mpf_urandomb 10 31 $ gen -f mpf_urandomb -x .9,1 10 66 " mpz_urandomb (default), mpz_urandomm, mpf_urandomb, rand, random\n" \ 109 char *rfunc_str[] = { "mpz_urandomb", "mpz_urandomm", "mpf_urandomb", 397 mpf_urandomb (f1, rstate, size);
|
| /src/external/lgpl3/gmp/dist/demos/perl/GMP/ |
| Rand.pm | 39 randstate mpf_urandomb mpz_rrandomb
|
| /src/external/lgpl3/gmp/dist/mpf/ |
| urandomb.c | 0 /* mpf_urandomb (rop, state, nbits) -- Generate a uniform pseudorandom 37 mpf_urandomb (mpf_t rop, gmp_randstate_t rstate, mp_bitcnt_t nbits) function
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tset_f.c | 48 mpf_urandomb (y, RANDS, 10 * GMP_NUMB_BITS); 94 mpf_urandomb (z, RANDS, z->_mp_prec);
|
| mpf_compat.h | 216 mpf_urandomb (x, state, 10);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 180 #undef mpf_urandomb macro 181 #define mpf_urandomb(x,y,n) mpfr_urandomb(x,y) macro
|
| /src/external/lgpl3/gmp/dist/demos/perl/ |
| GMP.pm | 470 mpf_urandomb, mpz_rrandomb, mpz_urandomb, mpz_urandomm, 483 $f = mpf_urandomb($r,128); # uniform mpf, 128 bits, 0<=$f<1
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1436 #define mpf_urandomb __gmpf_urandomb macro 1437 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 1453 #define mpf_urandomb __gmpf_urandomb macro 1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
|