HomeSort by relevance Sort by last modified time
    Searched full:shifts (Results 76 - 100 of 1285) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
poly_to_lsp.c 39 int16_t shifts, sign; local
121 shifts = (int16_t)WebRtcSpl_NormW32(y)-16;
122 y <<= shifts; local
125 tmpW32 = (x * y) >> (19 - shifts);
cb_mem_energy.c 54 /* Normalize the energy and store the number of shifts */
70 /* Normalize the energy and store the number of shifts */
  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 36 // Variables used for delay shifts
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Tables.c 218 * Cos(x) = (2^Shifts)*(a0 + a1*x + a2*x^2 + a3*x^3 + a4*x^4 + a5*x^5)
224 const LVM_INT16 LVEQNB_CosCoef[] = {3, /* Shifts */
235 * CosErr(x) = (2^Shifts)*(a0 + a1*x + a2*x^2 + a3*x^3)
246 const LVM_INT16 LVEQNB_DPCosCoef[] = {1, /* Shifts */
  /packages/apps/TV/tuner/src/com/android/tv/tuner/source/
TsDataSource.java 43 * Shifts start position by the specified offset. Do not call this method when the class already
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
rotate.s 3 ;;; Rotates and shifts
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
Math64.c 27 Shifts a 64-bit integer left between 0 and 63 bits. The low bits
30 This function shifts the 64-bit value Operand to the left by Count bits. The
50 Shifts a 64-bit integer right between 0 and 63 bits. This high bits
53 This function shifts the 64-bit value Operand to the right by Count bits. The
73 Shifts a 64-bit integer right between 0 and 63 bits. The high bits
76 This function shifts the 64-bit value Operand to the right by Count bits. The
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
Math64.c 19 Shifts a 64-bit integer left between 0 and 63 bits. The low bits
22 This function shifts the 64-bit value Operand to the left by Count bits. The
42 Shifts a 64-bit integer right between 0 and 63 bits. This high bits
45 This function shifts the 64-bit value Operand to the right by Count bits. The
65 Shifts a 64-bit integer right between 0 and 63 bits. The high bits
68 This function shifts the 64-bit value Operand to the right by Count bits. The
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 43 // Because shifts by negative values (which could occur if A were negative)
58 /// Return true if we can simplify two logical (either left or right) shifts
66 // We need constant shifts.
221 // We only accept shifts-by-a-constant in CanEvaluateShifted.
226 // If this is oversized composite shift, then unsigned shifts get 0.
264 // We only accept shifts-by-a-constant in CanEvaluateShifted.
269 // If this is oversized composite shift, then unsigned shifts get 0.
376 // confidence that the shifts will get folded together. We could do this
385 // For logical shifts, the truncation has the effect of making the high
394 // between the shifts. We want to know the effect *after* the secon
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
shift-10.ll 1 ; Test compound shifts.
5 ; Test a shift right followed by a sign extension. This can use two shifts.
  /external/llvm/test/CodeGen/X86/
vshift-1.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
vshift-2.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
vshift-3.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
vshift-1.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
vshift-2.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
vshift-3.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
  /prebuilts/go/darwin-x86/src/go/types/testdata/
shifts.src 5 package shifts
8 // basic constant shifts
32 // basic non-constant shifts
90 // shifts in comparisons w/ untyped operands
140 // shifts in comparisons w/ typed operands
164 // shifts as operands in non-arithmetic operations and as arguments
202 // shifts of shifts
  /prebuilts/go/linux-x86/src/go/types/testdata/
shifts.src 5 package shifts
8 // basic constant shifts
32 // basic non-constant shifts
90 // shifts in comparisons w/ untyped operands
140 // shifts in comparisons w/ typed operands
164 // shifts as operands in non-arithmetic operations and as arguments
202 // shifts of shifts
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
gic_common.h 88 /* GICD_TYPER shifts and masks */
  /external/clang/test/CodeGen/
sse.c 9 // Byte-shifts look reversed due to xmm register layout
  /external/libjpeg-turbo/
jconfig.h.in 57 /* Define if your (broken) compiler shifts signed values as if they were
  /external/llvm/include/llvm/Transforms/Scalar/
BDCE.h 11 // instructions (shifts, some ands, ors, etc.) kill some of their input bits.
  /external/llvm/test/CodeGen/PowerPC/
and_sra.ll 1 ; Neither of these functions should contain algebraic right shifts
  /external/pdfium/third_party/libopenjpeg20/
README.pdfium 28 0033-undefined-shift-opj_t1_dec_clnpass.patch: fix undefined shifts originated from opj_t1_decode_cblk.
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
and_sra.ll 1 ; Neither of these functions should contain algebraic right shifts

Completed in 2075 milliseconds

1 2 34 5 6 7 8 91011>>