Home | History | Annotate | Download | only in mpq

Lines Matching defs:SIZE

45 #ifndef SIZE
46 #define SIZE 8 /* increasing this lowers the probability of finding an error */
53 mp_size_t size;
68 size = urandom () % SIZE - SIZE/2;
69 mpz_random2 (NUM (a), size);
72 size = urandom () % SIZE - SIZE/2;
73 mpz_random2 (DEN (a), size);
77 size = urandom () % SIZE - SIZE/2;
78 mpz_random2 (NUM (b), size);
81 size = urandom () % SIZE - SIZE/2;
82 mpz_random2 (DEN (b), size);