HomeSort by relevance Sort by last modified time
    Searched full:carryout (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
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...]
  /external/clang/docs/
LanguageExtensions.rst     [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 77 /* #define CARRYOUT(W) (((W)>>DIGIT_BIT)&MP_DIGIT_MAX) */
78 #define CARRYOUT(W) ((W)>>DIGIT_BIT)
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 1223 milliseconds