Searched refs:next_scratch (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | toom42_mulmid.c | 88 #define next_scratch (scratch + 3*m + 1) in mpn_toom42_mulmid() macro 144 mpn_toom42_mulmid (p0, s, bp + m, m, next_scratch); in mpn_toom42_mulmid() 147 mpn_toom42_mulmid (p1, ap + m, t, m, next_scratch); in mpn_toom42_mulmid() 148 mpn_toom42_mulmid (p2, s + m, bp, m, next_scratch); in mpn_toom42_mulmid()
|