Home
last modified time | relevance | path

Searched defs:OVERFLOW_SUM_SIGN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc60 #define OVERFLOW_SUM_SIGN(a, b, sum) ((~((a) ^ (b)) & ((a) ^ (sum))) < 0) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c60 #define OVERFLOW_SUM_SIGN(a, b, sum) ((~((a) ^ (b)) & ((a) ^ (sum))) < 0) macro