Lines Matching defs:SIZE
28 #define SIZE ((mp_size_t) 3)
29 mp_limb_t x[SIZE+1];
36 x[SIZE] = 1;
37 for (i = 0; i < SIZE*GMP_NUMB_BITS; i++)
47 mpn_trace (" x ", x, SIZE);
52 x[SIZE] = 0;
53 for (i = 0; i < SIZE*GMP_NUMB_BITS; i++)
63 mpn_trace (" x ", x, SIZE);
75 refmpn_zero (x, SIZE);
79 refmpn_zero (x, SIZE);
83 refmpn_zero (x, SIZE);
88 refmpn_zero (x, SIZE);
93 refmpn_zero (x, SIZE);
97 refmpn_zero (x, SIZE);
109 for (i = 0; i < GMP_NUMB_BITS * SIZE; i++)
111 for (j = 0; j < GMP_NUMB_BITS * SIZE; j++)
113 refmpn_zero (x, SIZE);
128 refmpn_random2 (x, SIZE);