HomeSort by relevance Sort by last modified time
    Searched refs:Shift (Results 51 - 75 of 445) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PointerEmbeddedInt.h 43 // We shift as many zeros into the value as we can while preserving the
45 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits,
67 Value = static_cast<uintptr_t>(I) << Shift;
75 return static_cast<IntT>(static_cast<intptr_t>(Value) >> Shift);
76 return static_cast<IntT>(Value >> Shift);
98 enum { NumLowBitsAvailable = T::Shift };
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PointerEmbeddedInt.h 43 // We shift as many zeros into the value as we can while preserving the
45 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits,
67 Value = static_cast<uintptr_t>(I) << Shift;
75 return static_cast<IntT>(static_cast<intptr_t>(Value) >> Shift);
76 return static_cast<IntT>(Value >> Shift);
98 enum { NumLowBitsAvailable = T::Shift };
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PointerEmbeddedInt.h 43 // We shift as many zeros into the value as we can while preserving the
45 Shift = sizeof(uintptr_t) * CHAR_BIT - Bits,
67 Value = static_cast<uintptr_t>(I) << Shift;
75 return static_cast<IntT>(static_cast<intptr_t>(Value) >> Shift);
76 return static_cast<IntT>(Value >> Shift);
98 enum { NumLowBitsAvailable = T::Shift };
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixInSoft_D16C31_SAT.c 128 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
132 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
137 if(pInstance->Shift!=0){
138 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n);
153 if(pInstance->Shift!=0)
154 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n);
158 if(pInstance->Shift!=0)
159 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n);
174 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 72 temp=pCoef->Shift;
73 pBiquadState->Shift = temp;
LVC_Mixer_GetCurrent.c 47 CurrentGain=pInstance->Current>>(16-pInstance->Shift); // CurrentGain in Q16.15 format
LVC_Mixer_GetTarget.c 48 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
FO_2I_D16F32C15_LShx_TRC_WRA_01.c 28 pBiquadState->Shift is Shift value
130 LVM_INT16 Shift;
136 Shift = pBiquadState->Shift;
178 /*Apply shift: Instead of left shift on 16-bit result, right shift of (15-shift) is applied
180 ynL = ynL>>(15-Shift);
    [all...]
LVC_MixSoft_1St_D16C31_SAT.c 125 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
129 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
134 if(pInstance->Shift!=0){
135 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,dst,n);
150 else if(pInstance->Shift!=0){
151 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,dst,n);
171 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.h 50 LVM_UINT16 Output_Shift; /* Correcting gain output shift */
58 /* Output gain settings, Gain = (Loss/32768) * 2^Shift */
59 LVM_UINT16 Shift; /* Left shifts required */
66 /* Output gain settings, Gain = (Loss/32768) * 2^Shift */
67 LVM_UINT16 Shift; /* Left shifts required */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
shift32-3.d 3 #source: shift-3.s
4 #name: Shift expression, local but undefined symbol, 32-bit ABI.
shift32-noexp-3.d 3 #source: shift-3.s
4 #name: Shift expression, local but undefined symbol, 32-bit ABI with -no-expand.
shift64-3.d 3 #source: shift-3.s
4 #name: Shift expression, local but undefined symbol, 64-bit ABI.
shift64-noexp-3.d 3 #source: shift-3.s
4 #name: Shift expression, local but undefined symbol, 64-bit ABI with -no-expand.
  /art/libartbase/base/
bit_field_test.cc 30 ASSERT_EQ(1, TestBitFields::Shift());
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DxeTimerLibEsal.c 201 INTN Shift;
217 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
218 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
219 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
IpfTimerLib.c 194 INTN Shift;
210 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
211 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
TscTimerLibShare.c 253 INTN Shift;
269 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
270 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
271 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
IpfTimerLib.c 194 INTN Shift;
210 Shift = MAX (0, HighBitSet64 (Remainder) - 33);
211 Remainder = RShiftU64 (Remainder, (UINTN) Shift);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
  /external/capstone/
MathExtras.h 106 unsigned Shift;
110 for (Shift = 32 >> 1; Shift; Shift >>= 1) {
111 uint32_t Tmp = Value >> Shift;
115 Count |= Shift;
144 unsigned Shift;
150 for (Shift = 64 >> 1; Shift; Shift >>= 1)
    [all...]
  /external/lzma/C/
Ppmd.h 20 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift))
38 Byte Shift; /* Speed of Freq change; low Shift is for fast change */
39 Byte Count; /* Count to next change of Shift */
42 #define Ppmd_See_Update(p) if ((p)->Shift < PPMD_PERIOD_BITS && --(p)->Count == 0) \
43 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); }
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTInfo.h 35 #define CODEPROP(name, shift) \
36 RECORD(name, PRINTCODEPROP(shift), PARSECODEPROP(shift))
39 #define PRINTCOMP(GetMacro, Shift) \
42 (int)GetMacro(C.compute_pgm_resource_registers >> Shift); \
44 #define PARSECOMP(SetMacro, Shift) \
49 C.compute_pgm_resource_registers |= SetMacro(Value) << Shift; \
53 #define COMPPGM(name, GetMacro, SetMacro, Shift) \
54 RECORD(name, PRINTCOMP(GetMacro, Shift), PARSECOMP(SetMacro, Shift))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 158 for (unsigned Shift = 32 >> 1; Shift; Shift >>= 1) {
159 uint32_t Tmp = Value >> Shift;
163 Count |= Shift;
195 for (unsigned Shift = 64 >> 1; Shift; Shift >>= 1) {
196 uint64_t Tmp = Value >> Shift;
200 Count |= Shift;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 315 // A Shift describes an ARM shift operation.
316 type Shift uint8
319 ShiftLeft Shift = 0 // left shift
320 ShiftRight Shift = 1 // logical (unsigned) right shift
321 ShiftRightSigned Shift = 2 // arithmetic (signed) right shift
322 RotateRight Shift = 3 // right rotat
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 315 // A Shift describes an ARM shift operation.
316 type Shift uint8
319 ShiftLeft Shift = 0 // left shift
320 ShiftRight Shift = 1 // logical (unsigned) right shift
321 ShiftRightSigned Shift = 2 // arithmetic (signed) right shift
322 RotateRight Shift = 3 // right rotat
    [all...]

Completed in 575 milliseconds

1 23 4 5 6 7 8 91011>>