reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/imath.c
 2284     mp_digit *a_top = da + bot_size;
 2286     mp_size  at_size = size_a - bot_size;
 2287     mp_size  buf_size = 2 * bot_size;
 2294     (void) s_ksqr(da, t1, bot_size);    /* t1 = a0 ^ 2 */
 2297     (void) s_kmul(da, a_top, t3, bot_size, at_size);  /* t3 = a0 * a1 */
 2301       int i, top = bot_size + at_size;
 2314     COPY(t1, dc, 2 * bot_size);
 2315     carry = s_uadd(t3, dc + bot_size, dc + bot_size,
 2315     carry = s_uadd(t3, dc + bot_size, dc + bot_size,
 2319     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,
 2319     carry = s_uadd(t2, dc + 2*bot_size, dc + 2*bot_size,