Searched refs:negative_probability (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Drandom.c114 unsigned int negative_probability,
158 if (negative_probability > 256)
159 negative_probability = 256;
161 if ((r & 0xFF) < negative_probability)
163 if (((r>>8) & 0xFF) < negative_probability)
173 unsigned int negative_probability)
189 if (negative_probability > 256)
190 negative_probability = 256;
192 if ((r & 0xFF) < negative_probability)
203 unsigned int negative_probability)
113 test_default_random(mpc_ptr z, mpfr_exp_t emin, mpfr_exp_t emax, unsigned int negative_probability, unsigned int zero_probability) argument
172 test_random_si(long int *n, unsigned long emax, unsigned int negative_probability) argument
202 test_random_mpfr(mpfr_ptr x, mpfr_exp_t emin, mpfr_exp_t emax, unsigned int negative_probability) argument
232 test_random_d(double *x, unsigned int negative_probability) argument
245 test_random_mpc(mpc_ptr z, mpfr_exp_t emin, mpfr_exp_t emax, unsigned int negative_probability) argument
[all...]
H A Dmpc-tests.h113 unsigned int negative_probability);
114 void test_random_d (double *x, unsigned int negative_probability);
116 unsigned int negative_probability);
118 unsigned int negative_probability);

Completed in 196 milliseconds