Home | History | Annotate | Download | only in dist

Lines Matching defs:pre

37   several types of pre-computed inverses.  It refers to tables of the type
64 mpz_t pre[7];
92 mpz_init (pre[i]);
126 mpn_mod_1s_4p_cps (pre, acc);
127 stop = sumspills (acc, pre + 2, 5);
179 mpn_mod_1s_4p_cps (pre, acc);
180 stop = sumspills (acc, pre + 2, 5);
185 mpn_mod_1s_4p_cps (pre, ppp);
188 printf ("),{CNST_LIMB(0x"); mpz_out_str (stdout, 16, pre[0]);
189 printf ("),%d", (int) PTR(pre[1])[0]);
193 printf ("CNST_LIMB(0x"); mpz_out_str (stdout, 16, pre[2 + i]);