Home
last modified time | relevance | path

Searched refs:mpf_urandomb (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A DMakefile.am58 @(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 \
H A DMakefile.in1179 @(echo -n '16f: '; ./gen -f mpf_urandomb -z 16 1000 \
1181 @(echo -n '32f: '; ./gen -f mpf_urandomb -z 32 1000 \
1183 @(echo -n '33f: '; ./gen -f mpf_urandomb -z 33 1000 \
1185 @(echo -n '64f: '; ./gen -f mpf_urandomb -z 64 1000 \
1187 @(echo -n '128f: '; ./gen -f mpf_urandomb -z 128 1000 \
1202 @(echo '16f: '; ./gen -f mpf_urandomb -z 16 50000 \
1204 @(echo '32f: '; ./gen -f mpf_urandomb -z 32 50000 \
1206 @(echo '33f: '; ./gen -f mpf_urandomb -z 33 50000 \
1208 @(echo '64f: '; ./gen -f mpf_urandomb -z 64 50000 \
1210 @(echo '128f: '; ./gen -f mpf_urandomb -z 128 50000 \
H A Dt-rand.c215 mpf_urandomb (rf, rstate, a->nbits); in main()
268 mpf_urandomb (rf, rstate, nbits); in main()
H A Dgen.c397 mpf_urandomb (f1, rstate, size);
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_f.c48 mpf_urandomb (y, RANDS, 10 * GMP_NUMB_BITS); in main()
94 mpf_urandomb (z, RANDS, z->_mp_prec); in main()
H A Dmpf_compat.h216 mpf_urandomb (x, state, 10); in main()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Durandomb.c37 mpf_urandomb (mpf_t rop, gmp_randstate_t rstate, mp_bitcnt_t nbits) in mpf_urandomb() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h180 #undef mpf_urandomb
181 #define mpf_urandomb(x,y,n) mpfr_urandomb(x,y) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1436 #define mpf_urandomb __gmpf_urandomb macro
1437 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1436 #define mpf_urandomb __gmpf_urandomb macro
1437 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h1453 #define mpf_urandomb __gmpf_urandomb macro
1454 __GMP_DECLSPEC void mpf_urandomb (mpf_t, gmp_randstate_t, mp_bitcnt_t);

12