builtins-multiprecision.c | 18 unsigned char carryout; local 19 *z = __builtin_addcb(x, y, carryin, &carryout); 21 return carryout; 37 unsigned short carryout; local 38 *z = __builtin_addcs(x, y, carryin, &carryout); 40 return carryout; 54 unsigned carryout; local 55 *z = __builtin_addc(x, y, carryin, &carryout); 57 return carryout; 73 unsigned long carryout; local 92 unsigned long long carryout; local 111 unsigned char carryout; local 130 unsigned short carryout; local 147 unsigned carryout; local 165 unsigned long carryout; local 184 unsigned long long carryout; local [all...] |