Searched refs:cy4 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | toom_interpolate_6pts.c | 83 mp_limb_t cy4, cy6, embankment; in mpn_toom_interpolate_6pts() local 200 cy4 = w3[2 * n] + mpn_add_n (pp + 3 * n, pp + 3 * n, w2, n); in mpn_toom_interpolate_6pts() 225 if (cy4 > cy6) in mpn_toom_interpolate_6pts() 226 MPN_INCR_U (pp + 4 * n, w0n + n, cy4 - cy6); in mpn_toom_interpolate_6pts() 228 MPN_DECR_U (pp + 4 * n, w0n + n, cy6 - cy4); in mpn_toom_interpolate_6pts() 232 MPN_INCR_U (pp + 4 * n, w0n + n, cy4); in mpn_toom_interpolate_6pts()
|