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 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...]
  /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/docs/
LanguageExtensions.rst     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 160 milliseconds