| /src/external/lgpl3/mpfr/dist/tests/ |
| tgeneric_ui.c | 27 #ifndef RAND_FUNCTION 28 # define RAND_FUNCTION(x) mpfr_urandomb ((x), RANDS) 60 RAND_FUNCTION (x); 129 #undef RAND_FUNCTION
|
| tconst_catalan.c | 32 #define RAND_FUNCTION(x) mpfr_set_ui(x,0,MPFR_RNDN)
|
| tsi_op.c | 79 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS) 86 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS) 93 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS) 100 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| ty0.c | 26 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 8, RANDS)
|
| ty1.c | 26 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 8, RANDS)
|
| tadd_ui.c | 93 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| td_sub.c | 68 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tsub_d.c | 68 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tadd_d.c | 131 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tconst_euler.c | 32 #define RAND_FUNCTION(x) mpfr_set_ui ((x), 0, MPFR_RNDN)
|
| tdiv_d.c | 94 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tj1.c | 26 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 8, RANDS)
|
| tmul_d.c | 93 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tsub_ui.c | 120 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tconst_log2.c | 149 #define RAND_FUNCTION(x) mpfr_set_ui ((x), 0, MPFR_RNDN)
|
| tconst_pi.c | 133 #define RAND_FUNCTION(x) mpfr_set_ui ((x), 0, MPFR_RNDN)
|
| td_div.c | 149 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tj0.c | 26 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 8, RANDS)
|
| tlog_ui.c | 49 #define RAND_FUNCTION(x) mpfr_set_ui (x, randlimb (), MPFR_RNDN)
|
| tgeneric.c | 245 Note that if RAND_FUNCTION is defined, this specific 251 #if defined(RAND_FUNCTION) 252 RAND_FUNCTION (x); 254 RAND_FUNCTION (x2); 256 #else /* ! defined(RAND_FUNCTION) */ 265 #endif /* ! defined(RAND_FUNCTION) */ 855 #undef RAND_FUNCTION
|
| tmul_ui.c | 80 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tui_div.c | 223 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tui_pow.c | 248 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|
| tatan.c | 201 #define RAND_FUNCTION(x) (mpfr_urandomb (x, RANDS), mpfr_mul_2si (x, x, (randlimb () %1000-500), MPFR_RNDN)) 211 #define RAND_FUNCTION(x) (mpfr_urandomb (x, RANDS), MPFR_SET_NEG (x))
|
| tcompound.c | 27 #define RAND_FUNCTION(x) mpfr_random2(x, MPFR_LIMB_SIZE (x), 1, RANDS)
|