/external/libxaac/decoder/ |
D | ixheaacd_tns.h | 52 WORD16 *lpc, WORD32 order, WORD32 shift_value, 57 WORD16 shift_value); 60 WORD16 *lpc, WORD32 order, WORD32 shift_value, 71 WORD32 shift_value, WORD scale_spec); 75 WORD32 shift_value, WORD scale_spec); 80 WORD32 shift_value, 85 WORD32 shift_value, WORD scale_spec);
|
D | ixheaacd_aac_tns.c | 211 WORD32 shift_value, WORD scale_spec) in ixheaacd_tns_ar_filter_fixed_dec() argument 236 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_dec() 250 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_dec() 261 WORD32 shift_value, in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() argument 285 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() 302 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() 312 WORD32 shift_value, WORD scale_spec) { in ixheaacd_tns_ar_filter_fixed_armv8() argument 335 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_armv8() 352 state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_fixed_armv8() 362 WORD16 shift_value) { in ixheaacd_tns_ma_filter_fixed_ld() argument [all …]
|
D | ixheaacd_tns.c | 135 WORD32 order, WORD32 shift_value, in ixheaacd_tns_ar_filter_usac() argument 160 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_usac() 175 ptr_filter_state[0] = ixheaacd_shl32(y, shift_value); in ixheaacd_tns_ar_filter_usac()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/ |
D | portable_tensor_utils.h | 93 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value); 176 void VectorShiftLeft(float* vector, int v_size, float shift_value) { in VectorShiftLeft() argument 177 PortableVectorShiftLeft(vector, v_size, shift_value); in VectorShiftLeft()
|
D | portable_tensor_utils.cc | 146 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value) { in PortableVectorShiftLeft() argument 151 vector[v_size - 1] = shift_value; in PortableVectorShiftLeft()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | tensor_utils_impl.h | 121 void PortableVectorShiftLeft(float* vector, int v_size, float shift_value); 122 void NeonVectorShiftLeft(float* vector, int v_size, float shift_value);
|
D | neon_tensor_utils.h | 100 void VectorShiftLeft(float* vector, int v_size, float shift_value) { in VectorShiftLeft() argument 101 NEON_OR_PORTABLE(VectorShiftLeft, vector, v_size, shift_value); in VectorShiftLeft()
|
D | neon_tensor_utils.cc | 317 void NeonVectorShiftLeft(float* vector, int v_size, float shift_value) { in NeonVectorShiftLeft() argument 332 vector[v_size - 1] = shift_value; in NeonVectorShiftLeft()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_tns_ar_filter_fixed.s | 35 LDR r6, [sp, #236] @shift_value 157 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 197 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 242 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 289 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 339 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 487 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value) 535 MOV r2 , r8 , lsl r6 @ shl32(y, shift_value)
|
D | ixheaacd_function_selector_arm_non_neon.c | 137 WORD32 shift_value, 142 WORD32 shift_value, WORD scale_spec,
|
D | ixheaacd_function_selector_armv7.c | 144 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv7; 148 WORD32 shift_value, WORD scale_spec,
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.cc | 582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand() argument 583 : Shift(shift_value) { in ImmediateShiftOperand() 584 switch (shift_value) { in ImmediateShiftOperand()
|
/external/capstone/bindings/ocaml/ |
D | test_arm64.ml | 47 if op.shift.shift_type != _ARM64_SFT_INVALID && op.shift.shift_value > 0 then 49 op.shift.shift_type op.shift.shift_value;
|
D | arm64.ml | 9 shift_value: int; RecordField
|
D | test_arm.ml | 53 if op.shift.shift_type != _ARM_SFT_INVALID && op.shift.shift_value > 0 then 55 op.shift.shift_type op.shift.shift_value;
|
D | arm.ml | 14 shift_value: int; RecordField
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | tensor_utils.h | 103 void VectorShiftLeft(float* vector, int v_size, float shift_value);
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_armv8; 146 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec; 146 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 143 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec; 147 WORD32 shift_value, WORD scale_spec,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 142 WORD32 shift_value, WORD scale_spec) = &ixheaacd_tns_ar_filter_fixed_dec; 146 WORD32 shift_value, WORD scale_spec,
|
/external/v8/src/compiler/ |
D | int64-lowering.cc | 619 int32_t shift_value = m.Value() & 0x3f; in LowerNode() local 620 if (shift_value == 0) { in LowerNode() 623 } else if (shift_value == 32) { in LowerNode() 629 if (shift_value < 32) { in LowerNode() 636 int32_t masked_shift_value = shift_value & 0x1f; in LowerNode()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 880 int32_t shift_value = static_cast<int32_t>(mright.right().Value()); in VisitInt32Add() local 882 g.UseRegister(mright.left().node()), g.TempImmediate(shift_value)); in VisitInt32Add() 892 int32_t shift_value = static_cast<int32_t>(mleft.right().Value()); in VisitInt32Add() local 895 g.TempImmediate(shift_value)); in VisitInt32Add() 912 int32_t shift_value = static_cast<int32_t>(mright.right().Value()); in VisitInt64Add() local 915 g.TempImmediate(shift_value)); in VisitInt64Add() 925 int32_t shift_value = static_cast<int32_t>(mleft.right().Value()); in VisitInt64Add() local 928 g.TempImmediate(shift_value)); in VisitInt64Add()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 2180 int shift_value) { in SmiShiftArithmeticRightConstant() argument 2181 DCHECK(is_uint5(shift_value)); in SmiShiftArithmeticRightConstant() 2182 if (shift_value > 0) { in SmiShiftArithmeticRightConstant() 2184 sarp(dst, Immediate(shift_value + kSmiShift)); in SmiShiftArithmeticRightConstant() 2195 int shift_value, in SmiShiftLeftConstant() argument 2202 if (shift_value > 0) { in SmiShiftLeftConstant() 2204 shlq(dst, Immediate(shift_value & 0x1f)); in SmiShiftLeftConstant() 2212 shll(dst, Immediate(shift_value)); in SmiShiftLeftConstant() 2221 Register dst, Register src, int shift_value, in SmiShiftLogicalRightConstant() argument 2227 if (shift_value == 0) { in SmiShiftLogicalRightConstant() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | util_test.py | 540 for shift_value in np.arange(-5, 5): 542 self._np_rotate_transpose(x_value, shift_value), 545 shift: shift_value}))
|