Searched refs:LONG_HAS_BITS (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc90-intconst-1.c117 #define LONG_HAS_BITS(B) (LONG_AT_LEAST((B)) && !LONG_AT_LEAST((B) + 1)) macro
121 #if LONG_HAS_BITS(32)
124 #if LONG_HAS_BITS(33)
127 #if LONG_HAS_BITS(34)
130 #if LONG_HAS_BITS(35)
133 #if LONG_HAS_BITS(36)
136 #if LONG_HAS_BITS(37)
139 #if LONG_HAS_BITS(38)
142 #if LONG_HAS_BITS(39)
145 #if LONG_HAS_BITS(4
[all...]

Completed in 186 milliseconds