HomeSort by: relevance | last modified time | path
    Searched defs:next_scratch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
toom42_mulmid.c 88 #define next_scratch (scratch + 3*m + 1) macro
144 mpn_toom42_mulmid (p0, s, bp + m, m, next_scratch);
147 mpn_toom42_mulmid (p1, ap + m, t, m, next_scratch);
148 mpn_toom42_mulmid (p2, s + m, bp, m, next_scratch);
toom42_mulmid.c 88 #define next_scratch (scratch + 3*m + 1) macro
144 mpn_toom42_mulmid (p0, s, bp + m, m, next_scratch);
147 mpn_toom42_mulmid (p1, ap + m, t, m, next_scratch);
148 mpn_toom42_mulmid (p2, s + m, bp, m, next_scratch);

Completed in 64 milliseconds