|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/imath/imath.c 254 STATIC mp_digit s_uadd(mp_digit *da, mp_digit *db, mp_digit *dc,
References
tools/polly/lib/External/isl/imath/imath.c 576 carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub);
651 carry = s_uadd(MP_DIGITS(a), MP_DIGITS(b), MP_DIGITS(c), ua, ub);
2216 carry = s_uadd(da, a_top, t1, bot_size, at_size); /* t1 = a1 + a0 */
2219 carry = s_uadd(db, b_top, t2, bot_size, bt_size); /* t2 = b1 + b0 */
2238 carry = s_uadd(t3, dc + bot_size, dc + bot_size,
2242 carry = s_uadd(t2, dc + 2*bot_size, dc + 2*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,