Home
last modified time | relevance | path

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

123

/third_party/libjpeg-turbo/simd/mips64/
Djquanti-mmi.c44 rowls = _mm_srai_pi16(rowl, (WORD_BIT - 1)); /* -1 if value < 0, */ \
46 rowhs = _mm_srai_pi16(rowh, (WORD_BIT - 1)); \
78 scalel = _mm_srai_pi16(scalel, (WORD_BIT - 1)); \
79 scaleh = _mm_srai_pi16(scaleh, (WORD_BIT - 1)); \
88 rowlsave = _mm_srai_pi16(rowlsave, (WORD_BIT - 1)); \
89 rowhsave = _mm_srai_pi16(rowhsave, (WORD_BIT - 1)); \
Djsimd_mmi.h46 #define WORD_BIT 16 macro
/third_party/flutter/skia/third_party/externals/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
/third_party/musl/ndk_musl_include/
Dlimits.h52 #define WORD_BIT 32 macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h52 #define WORD_BIT 32 macro
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h52 #define WORD_BIT 32 macro
/third_party/musl/include/
Dlimits.h52 #define WORD_BIT 32 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlimits.h54 #define WORD_BIT 32 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h54 #define WORD_BIT 32 macro
/third_party/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h87 #define WORD_BIT 32 macro
/third_party/musl/libc-test/src/api/
Dlimits.c88 C(WORD_BIT) in f()
/third_party/python/PC/
Dpyconfig.h66 #define WORD_BIT 32 macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcgryext-mmx.asm113 shl eax, WORD_BIT
Djdcolext-mmx.asm292 shr eax, WORD_BIT
/third_party/libjpeg-turbo/simd/i386/
Djcgryext-mmx.asm111 shl eax, WORD_BIT
Djcgryext-sse2.asm108 shl eax, WORD_BIT
Djdcolext-mmx.asm290 shr eax, WORD_BIT
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcgryext-mmx.asm111 shl eax, WORD_BIT
Djdcolext-mmx.asm290 shr eax, WORD_BIT
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcgryext-sse2.asm96 shl rax, WORD_BIT
/third_party/libjpeg-turbo/simd/x86_64/
Djcgryext-sse2.asm95 shl rax, WORD_BIT
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcgryext-sse2.asm95 shl rax, WORD_BIT

123