Searched refs:WORD_BIT (Results 1 – 11 of 11) sorted by relevance
5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro39 i = 1 << (WORD_BIT - 2); in test()40 i = 2 << (WORD_BIT - 1); // expected-warning {{bits to represent, but 'int' only has}} in test()41 i = 1 << (WORD_BIT - 1); // expected-warning {{sets the sign bit of the shift expression}} in test()42 i = -1 << (WORD_BIT - 1); // expected-warning {{shifting a negative signed value is undefined}} in test()44 i = 0 << (WORD_BIT - 1); in test()45 i = (char)1 << (WORD_BIT - 2); in test()48 u = 1U << (WORD_BIT - 1); in test()49 u = 5U << (WORD_BIT - 1); in test()
5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro
102 #define WORD_BIT 16 macro129 __vector unsigned short pw_word_bit_m1 = { __8X(WORD_BIT - 1) }; in jsimd_quantize_altivec()
112 shl eax, WORD_BIT
97 shl rax, WORD_BIT
172 %define WORD_BIT 16 ; sizeof(WORD)*BYTE_BIT
290 shr eax,WORD_BIT
110 shl eax, WORD_BIT
119 shl eax, WORD_BIT
105 shl rax, WORD_BIT
116 shl eax, WORD_BIT