builtins-multiprecision.c | 18 unsigned short carryout; local 19 *z = __builtin_addcs(x, y, carryin, &carryout); 21 return carryout; 35 unsigned carryout; local 36 *z = __builtin_addc(x, y, carryin, &carryout); 38 return carryout; 54 unsigned long carryout; local 55 *z = __builtin_addcl(x, y, carryin, &carryout); 57 return carryout; 73 unsigned long long carryout; local 92 unsigned short carryout; local 109 unsigned carryout; local 127 unsigned long carryout; local 146 unsigned long long carryout; local [all...] |