Searched refs:WORD_BIT (Results 1 – 21 of 21) sorted by relevance
/external/clang/test/Sema/ |
D | shift.c | 5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro 39 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()
|
/external/libjpeg-turbo/simd/loongson/ |
D | jquanti-mmi.c | 43 mm2 = _mm_srai_pi16(mm2, (WORD_BIT - 1)); /* -1 if value < 0, */ \ 45 mm3 = _mm_srai_pi16(mm3, (WORD_BIT - 1)); \ 84 mm6 = _mm_srai_pi16(mm6, (WORD_BIT - 1)); /* determine if scale... */ \ 86 mm7 = _mm_srai_pi16(mm7, (WORD_BIT - 1)); \ 93 mm4 = _mm_srai_pi16(mm4, (WORD_BIT - 1)); /* then check if... */ \ 94 mm5 = _mm_srai_pi16(mm5, (WORD_BIT - 1)); /* negative input */ \
|
D | jsimd_mmi.h | 38 #define WORD_BIT 16 macro
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 345 WORD_BIT = 16 variable 346 WORD_BIT = 32 variable 347 WORD_BIT = 64 variable 348 WORD_BIT = 16 variable 349 WORD_BIT = 32 variable 350 WORD_BIT = 64 variable 351 WORD_BIT = 32 variable
|
/external/clang/test/SemaCXX/ |
D | shift.cpp | 5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 74 #define WORD_BIT 32 /* OS/2 is a 32-Bit Operating System */ macro
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 101 #define WORD_BIT 16 macro 127 __vector unsigned short pw_word_bit_m1 = { __8X(WORD_BIT - 1) }; in jsimd_quantize_altivec()
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 66 #define WORD_BIT 32 macro
|
/external/python/cpython2/PC/ |
D | pyconfig.h | 76 #define WORD_BIT 32 macro
|
/external/libjpeg-turbo/simd/i386/ |
D | jcgryext-mmx.asm | 113 shl eax, WORD_BIT
|
D | jdcolext-mmx.asm | 292 shr eax, WORD_BIT
|
D | jcgryext-sse2.asm | 110 shl eax, WORD_BIT
|
D | jccolext-mmx.asm | 121 shl eax, WORD_BIT
|
D | jccolext-sse2.asm | 118 shl eax, WORD_BIT
|
D | jcgryext-avx2.asm | 111 shl eax, WORD_BIT
|
D | jccolext-avx2.asm | 119 shl eax, WORD_BIT
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jcgryext-sse2.asm | 96 shl rax, WORD_BIT
|
D | jccolext-sse2.asm | 104 shl rax, WORD_BIT
|
D | jcgryext-avx2.asm | 97 shl rax, WORD_BIT
|
D | jccolext-avx2.asm | 105 shl rax, WORD_BIT
|
/external/libjpeg-turbo/simd/nasm/ |
D | jsimdext.inc | 178 %define WORD_BIT 16 ; sizeof(WORD)*BYTE_BIT
|