Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 1195) sorted by relevance

12345678910>>...48

/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics-rotations.c22 unsigned char test_rotl8(unsigned char value, unsigned char shift) { in test_rotl8()
29 unsigned short test_rotl16(unsigned short value, unsigned char shift) { in test_rotl16()
36 unsigned int test_rotl(unsigned int value, int shift) { in test_rotl()
43 unsigned long test_lrotl(unsigned long value, int shift) { in test_lrotl()
53 unsigned __int64 test_rotl64(unsigned __int64 value, int shift) { in test_rotl64()
62 unsigned char test_rotr8(unsigned char value, unsigned char shift) { in test_rotr8()
69 unsigned short test_rotr16(unsigned short value, unsigned char shift) { in test_rotr16()
76 unsigned int test_rotr(unsigned int value, int shift) { in test_rotr()
83 unsigned long test_lrotr(unsigned long value, int shift) { in test_lrotr()
93 unsigned __int64 test_rotr64(unsigned __int64 value, int shift) { in test_rotr64()
/external/llvm-project/clang/test/CodeGen/X86/
Drot-intrinsics.c17 unsigned char test__rolb(unsigned char value, int shift) { in test__rolb()
24 unsigned short test__rolw(unsigned short value, int shift) { in test__rolw()
31 unsigned int test__rold(unsigned int value, int shift) { in test__rold()
39 unsigned long test__rolq(unsigned long value, int shift) { in test__rolq()
47 unsigned char test__rorb(unsigned char value, int shift) { in test__rorb()
54 unsigned short test__rorw(unsigned short value, int shift) { in test__rorw()
61 unsigned int test__rord(unsigned int value, int shift) { in test__rord()
69 unsigned long test__rorq(unsigned long value, int shift) { in test__rorq()
77 unsigned short test_rotwl(unsigned short value, int shift) { in test_rotwl()
84 unsigned int test_rotl(unsigned int value, int shift) { in test_rotl()
[all …]
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dscalar-shifts.c20 int64_t test_asrl(int64_t value, int32_t shift) in test_asrl()
39 uint64_t test_lsll(uint64_t value, int32_t shift) in test_lsll()
49 int32_t test_sqrshr(int32_t value, int32_t shift) in test_sqrshr()
68 int64_t test_sqrshrl(int64_t value, int32_t shift) in test_sqrshrl()
87 int64_t test_sqrshrl_sat48(int64_t value, int32_t shift) in test_sqrshrl_sat48()
155 uint32_t test_uqrshl(uint32_t value, int32_t shift) in test_uqrshl()
174 uint64_t test_uqrshll(uint64_t value, int32_t shift) in test_uqrshll()
193 uint64_t test_uqrshll_sat48(uint64_t value, int32_t shift) in test_uqrshll_sat48()
/external/libchrome/base/
Dbits_unittest.cc68 for (uint8_t shift = 0; shift <= 7; shift++) { in TEST() local
78 for (uint16_t shift = 0; shift <= 15; shift++) { in TEST() local
88 for (uint32_t shift = 0; shift <= 31; shift++) { in TEST() local
97 for (uint8_t shift = 0; shift <= 7; shift++) { in TEST() local
106 for (uint16_t shift = 0; shift <= 15; shift++) { in TEST() local
115 for (uint32_t shift = 0; shift <= 31; shift++) { in TEST() local
126 for (uint64_t shift = 0; shift <= 63; shift++) { in TEST() local
135 for (uint64_t shift = 0; shift <= 31; shift++) { in TEST() local
/external/libhevc/decoder/
Dihevcd_boundary_strength.c315 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local
328 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local
601 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
614 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
635 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
648 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
663 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
679 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
745 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
761 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local
[all …]
/external/libopus/silk/
DSigProc_FIX.h522 #define silk_LSHIFT8(a, shift) ((opus_int8)((opus_uint8)(a)<<(shift))) /* shif… argument
523 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif… argument
524 #define silk_LSHIFT32(a, shift) ((opus_int32)((opus_uint32)(a)<<(shift))) /* shif… argument
525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… argument
526 #define silk_LSHIFT(a, shift) silk_LSHIFT32(a, shift) /* shif… argument
528 #define silk_RSHIFT8(a, shift) ((a)>>(shift)) /* shif… argument
529 #define silk_RSHIFT16(a, shift) ((a)>>(shift)) /* shif… argument
530 #define silk_RSHIFT32(a, shift) ((a)>>(shift)) /* shif… argument
531 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shif… argument
532 #define silk_RSHIFT(a, shift) silk_RSHIFT32(a, shift) /* shif… argument
[all …]
DMacroCount.h323 static OPUS_INLINE opus_int8 silk_LSHIFT8(opus_int8 a, opus_int32 shift){ in silk_LSHIFT8()
330 static OPUS_INLINE opus_int16 silk_LSHIFT16(opus_int16 a, opus_int32 shift){ in silk_LSHIFT16()
337 static OPUS_INLINE opus_int32 silk_LSHIFT32(opus_int32 a, opus_int32 shift){ in silk_LSHIFT32()
344 static OPUS_INLINE opus_int64 silk_LSHIFT64(opus_int64 a, opus_int shift){ in silk_LSHIFT64()
350 static OPUS_INLINE opus_int32 silk_LSHIFT_ovflw(opus_int32 a, opus_int32 shift){ in silk_LSHIFT_ovflw()
356 static OPUS_INLINE opus_uint32 silk_LSHIFT_uint(opus_uint32 a, opus_int32 shift){ in silk_LSHIFT_uint()
364 static OPUS_INLINE opus_int8 silk_RSHIFT8(opus_int8 a, opus_int32 shift){ in silk_RSHIFT8()
369 static OPUS_INLINE opus_int16 silk_RSHIFT16(opus_int16 a, opus_int32 shift){ in silk_RSHIFT16()
374 static OPUS_INLINE opus_int32 silk_RSHIFT32(opus_int32 a, opus_int32 shift){ in silk_RSHIFT32()
379 static OPUS_INLINE opus_int64 silk_RSHIFT64(opus_int64 a, opus_int64 shift){ in silk_RSHIFT64()
[all …]
/external/libxaac/decoder/
Dixheaacd_basic_ops_arr.h45 static PLATFORM_INLINE VOID shl32_arr(WORD32 *word32_arr, WORD16 shift, in shl32_arr()
56 static PLATFORM_INLINE VOID ixheaacd_shr32_arr(WORD32 *word32_arr, WORD16 shift, in ixheaacd_shr32_arr()
68 static PLATFORM_INLINE VOID shl32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir()
79 static PLATFORM_INLINE VOID shr32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir()
90 static PLATFORM_INLINE VOID shl32_arr_dir_sat(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir_sat()
101 static PLATFORM_INLINE VOID shr32_arr_dir_sat(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir_sat()
113 WORD16 shift, WORD32 n) { in ixheaacd_shl32_arr_sat()
124 static PLATFORM_INLINE VOID shl16_arr(WORD16 *word16_arr, WORD16 shift, in shl16_arr()
135 static PLATFORM_INLINE VOID ixheaacd_shr16_arr(WORD16 *word16_arr, WORD16 shift, in ixheaacd_shr16_arr()
147 static PLATFORM_INLINE VOID shl16_arr_dir(WORD16 *word16_arr, WORD16 shift, in shl16_arr_dir()
[all …]
Dixheaacd_basic_ops16.h91 static PLATFORM_INLINE WORD16 ixheaacd_shl16(WORD16 op1, WORD16 shift) { in ixheaacd_shl16()
98 static PLATFORM_INLINE WORD16 ixheaacd_shl16_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shl16_sat()
110 static PLATFORM_INLINE WORD16 ixheaacd_shr16(WORD16 op1, WORD16 shift) { in ixheaacd_shr16()
117 static PLATFORM_INLINE WORD16 shl16_dir(WORD16 op1, WORD16 shift) { in shl16_dir()
127 static PLATFORM_INLINE WORD16 shr16_dir(WORD16 op1, WORD16 shift) { in shr16_dir()
138 static PLATFORM_INLINE WORD16 shl16_dir_sat(WORD16 op1, WORD16 shift) { in shl16_dir_sat()
148 static PLATFORM_INLINE WORD16 ixheaacd_shr16_dir_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shr16_dir_sat()
/external/arm-trusted-firmware/drivers/rpi3/gpio/
Drpi3_gpio.c47 int shift = 3 * (gpio % 10); in rpi3_gpio_get_select() local
72 int shift = 3 * (gpio % 10); in rpi3_gpio_set_select() local
108 int shift = gpio % 32; in rpi3_gpio_get_value() local
120 int shift = gpio % 32; in rpi3_gpio_set_value() local
137 int shift = gpio % 32; in rpi3_gpio_set_pull() local
/external/llvm-project/flang/lib/Evaluate/
Dstatic-data.cpp37 int shift{bigEndian * 8}; in Push() local
46 int shift{bigEndian * 24}; in Push() local
69 int shift{bigEndian * 8}; in AsU16String() local
83 int shift{bigEndian * 24}; in AsU32String() local
/external/speex/libspeexdsp/
Dfixed_generic.h45 #define SHR16(a,shift) ((a) >> (shift)) argument
46 #define SHL16(a,shift) ((a) << (shift)) argument
47 #define SHR32(a,shift) ((a) >> (shift)) argument
48 #define SHL32(a,shift) ((a) << (shift)) argument
49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) argument
50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument
55 #define SATURATE32PSHR(x,shift,a) (((x)>=(SHL32(a,shift))) ? (a) : \ argument
59 #define SHR(a,shift) ((a) >> (shift)) argument
60 #define SHL(a,shift) ((spx_word32_t)(a) << (shift)) argument
[all …]
Darch.h157 #define SHR16(a,shift) (a) argument
158 #define SHL16(a,shift) (a) argument
159 #define SHR32(a,shift) (a) argument
160 #define SHL32(a,shift) (a) argument
161 #define PSHR16(a,shift) (a) argument
162 #define PSHR32(a,shift) (a) argument
163 #define VSHR32(a,shift) (a) argument
166 #define SATURATE32PSHR(x,shift,a) (x) argument
168 #define PSHR(a,shift) (a) argument
169 #define SHR(a,shift) (a) argument
[all …]
/external/aac/libSBRdec/src/
Dtranscendent.h146 int shift; in FDK_add_MantExp() local
185 int shift; in FDK_add_MantExp() local
235 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
291 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
365 int shift = result_e - *destScale; in FDK_sqrt_MantExp() local
/external/libopus/celt/
Dfixed_generic.h84 #define SHR16(a,shift) ((a) >> (shift)) argument
86 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) argument
88 #define SHR32(a,shift) ((a) >> (shift)) argument
90 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) argument
93 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
95 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument
98 #define SHR(a,shift) ((a) >> (shift)) argument
99 #define SHL(a,shift) SHL32(a,shift) argument
100 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfixedpoint_utils.h38 int shift) { in MultiplyByQuantizedMultiplier()
78 int32_t x, int32_t quantized_multiplier, int shift) { in MultiplyByQuantizedMultiplierResult48Bit()
97 int* shift) { in QuantizeMultiplierForInt24()
/external/llvm-project/libc/utils/FPUtil/
DNormalFloat.h104 unsigned shift = subnormalExponent - exponent; in T() local
154 unsigned shift = evaluateNormalizationShift(bits.mantissa); in initFromBits() local
164 unsigned shift = 0; in evaluateNormalizationShift() local
220 unsigned shift = subnormalExponent - exponent; variable
/external/webp/src/dsp/
Drescaler_msa.c27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument
47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument
60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument
78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument
87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument
102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument
121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_0() local
183 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_1() local
/external/libhevc/common/
Dihevc_weighted_pred.c112 WORD32 shift, in ihevc_weighted_pred_uni()
197 WORD32 shift, in ihevc_weighted_pred_chroma_uni()
302 WORD32 shift, in ihevc_weighted_pred_bi()
407 WORD32 shift, in ihevc_weighted_pred_chroma_bi()
502 WORD32 shift; in ihevc_weighted_pred_bi_default() local
585 WORD32 shift; in ihevc_weighted_pred_chroma_bi_default() local
/external/llvm-project/compiler-rt/lib/builtins/arm/
Dudivsi3.S198 #define block(shift) \ argument
213 #define block(shift) \ argument
/external/libaom/libaom/aom_dsp/x86/
Dblend_mask_sse4.h30 int shift) { in blend_a64_d16_mask_w4_sse41()
48 int shift) { in blend_a64_d16_mask_w8_sse41()
68 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh0_w4_sse4_1()
87 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh0_w8_sse4_1()
105 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh1_w4_sse4_1()
130 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh1_w8_sse4_1()
155 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh0_w4_sse4_1()
177 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh0_w8_sse4_1()
198 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh1_w4_sse4_1()
220 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh1_w8_sse4_1()
/external/compiler-rt/lib/builtins/
Dfloatunsisf.c37 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local
40 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
Dfloatsisf.c45 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local
48 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
/external/llvm-project/compiler-rt/lib/builtins/
Dfloatunsisf.c34 const int shift = significandBits - exponent; in __floatunsisf() local
37 const int shift = exponent - significandBits; in __floatunsisf() local
/external/skia/src/core/
DSkEdge.cpp37 int shift) { in setLine()
181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate()
281 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic()
297 int shift = fCurveShift; in updateQuadratic() local
351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate()
451 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()

12345678910>>...48