Home | History | Annotate | Download | only in mpf

Lines Matching defs:SIZE

26 #ifndef SIZE
27 #define SIZE 16
33 mp_size_t size;
66 size = urandom () % (2 * SIZE) - SIZE;
67 exp = urandom () % SIZE;
68 mpf_random2 (u, size, exp);
70 size = urandom () % (2 * SIZE) - SIZE;
71 exp = urandom () % SIZE;
72 mpf_random2 (v, size, exp);