Home | History | Annotate | Download | only in mpn

Lines Matching refs:scratch

56   mp_ptr ap, bp, refp, pp, scratch;
72 scratch
104 mpn_random2 (scratch-1, itch+2);
105 s_before = scratch[-1];
106 s_after = scratch[itch];
108 mpn_toomMN_mul (pp, ap, an, bp, bn, scratch);
111 || scratch[-1] != s_before || scratch[itch] != s_after
126 if (scratch[-1] != s_before)
128 printf ("before scratch:"); mpn_dump (scratch-1, 1);
131 if (scratch[itch] != s_after)
133 printf ("after scratch:"); mpn_dump (scratch + itch, 1);