Home
last modified time | relevance | path

Searched refs:WORD_BIT (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/Sema/
Dshift.c5 #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/
Djquanti-mmi.c43 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 */ \
Djsimd_mmi.h38 #define WORD_BIT 16 macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py345 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/
Dshift.cpp5 #define WORD_BIT (sizeof(int) * CHAR_BIT) macro
/external/python/cpython2/PC/os2vacpp/
Dpyconfig.h74 #define WORD_BIT 32 /* OS/2 is a 32-Bit Operating System */ macro
/external/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c101 #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/
Dpyconfig.h66 #define WORD_BIT 32 macro
/external/python/cpython2/PC/
Dpyconfig.h76 #define WORD_BIT 32 macro
/external/libjpeg-turbo/simd/i386/
Djcgryext-mmx.asm113 shl eax, WORD_BIT
Djdcolext-mmx.asm292 shr eax, WORD_BIT
Djcgryext-sse2.asm110 shl eax, WORD_BIT
Djccolext-mmx.asm121 shl eax, WORD_BIT
Djccolext-sse2.asm118 shl eax, WORD_BIT
Djcgryext-avx2.asm111 shl eax, WORD_BIT
Djccolext-avx2.asm119 shl eax, WORD_BIT
/external/libjpeg-turbo/simd/x86_64/
Djcgryext-sse2.asm96 shl rax, WORD_BIT
Djccolext-sse2.asm104 shl rax, WORD_BIT
Djcgryext-avx2.asm97 shl rax, WORD_BIT
Djccolext-avx2.asm105 shl rax, WORD_BIT
/external/libjpeg-turbo/simd/nasm/
Djsimdext.inc178 %define WORD_BIT 16 ; sizeof(WORD)*BYTE_BIT