Lines Matching refs:scratch
37 mp_ptr ap, refp, pp, scratch;
54 scratch
73 mpn_random2 (scratch-1, itch+2);
74 s_before = scratch[-1];
75 s_after = scratch[itch];
77 mpn_toomN_sqr (pp, ap, an, scratch);
80 || scratch[-1] != s_before || scratch[itch] != s_after
95 if (scratch[-1] != s_before)
97 printf ("before scratch:"); mpn_dump (scratch-1, 1);
100 if (scratch[itch] != s_after)
102 printf ("after scratch:"); mpn_dump (scratch + itch, 1);