Searched refs:mpf_random2 (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Drandom2.c0 /* mpf_random2 -- Generate a positive random mpf_t of specified size, with
37 mpf_random2 (mpf_ptr x, mp_size_t xs, mp_exp_t exp) function
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-add.c68 mpf_random2 (u, size, exp);
72 mpf_random2 (v, size, exp);
H A Dt-div.c63 mpf_random2 (u, PREC(u), (mp_exp_t) 20);
72 mpf_random2 (v, PREC(v), (mp_exp_t) 20);
125 mpf_random2 (got, input_prec, (mp_exp_t) 20);
H A Dt-muldiv.c79 mpf_random2 (u, size, exp);
92 mpf_random2 (v, size, exp);
H A Dreuse.c122 mpf_random2 (in1, urandom () % SIZE - SIZE/2, urandom () % EXPO);
123 mpf_random2 (in2, urandom () % SIZE - SIZE/2, urandom () % EXPO);
H A Dt-sqrt.c65 mpf_random2 (x, size, exp);
132 mpf_random2 (x, x_prec, 1000);
H A Dt-dm2exp.c80 mpf_random2 (u, un, ue);
H A Dt-ui_div.c82 mpf_random2 (v, PREC(v), (mp_exp_t) 20);
H A Dt-mul_ui.c87 mpf_random2 (u, PREC(u), (mp_exp_t) 20);
H A Dt-sub.c66 mpf_random2 (u, size, exp);
70 mpf_random2 (v, size, exp);
H A Dt-conv.c218 mpf_random2 (x, size, exp);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h74 #undef mpf_random2 macro
75 #define mpf_random2 mpfr_random2 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1373 #define mpf_random2 __gmpf_random2 macro
1374 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1373 #define mpf_random2 __gmpf_random2 macro
1374 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1390 #define mpf_random2 __gmpf_random2 macro
1391 __GMP_DECLSPEC void mpf_random2 (mpf_ptr, mp_size_t, mp_exp_t);

Completed in 306 milliseconds

12