HomeSort by relevance Sort by last modified time
    Searched full:shifts (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
x86_64-mul-by-const.ll 2 ; Formerly there were two shifts. rdar://8771012.
x86-64-extend-shift.ll 2 ; Formerly there were two shifts.
phys_subreg_coalesce-3.ll 9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shifts) nounwind ssp {
30 %2 = ashr i32 %j.06, %shifts ; <i32> [#uses=1]
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
  /external/llvm/test/ExecutionEngine/
2003-01-09-SARTest.ll 3 ; We were accidentally inverting the signedness of right shifts. Whoops.
  /external/clang/test/Preprocessor/
expr_usual_conversions.c 10 // Shifts don't want the usual conversions: PR2279
  /external/llvm/test/CodeGen/PowerPC/
mulhs.ll 1 ; All of these ands and shifts should be folded into rlwimi's
rlwinm2.ll 1 ; All of these ands and shifts should be folded into rlw[i]nm instructions
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Tables.c 135 * Cos(x) = (2^Shifts)*(a0 + a1*x + a2*x^2 + a3*x^3 + a4*x^4 + a5*x^5)
141 const LVM_INT16 LVEQNB_CosCoef[] = {3, /* Shifts */
152 * CosErr(x) = (2^Shifts)*(a0 + a1*x + a2*x^2 + a3*x^3)
163 const LVM_INT16 LVEQNB_DPCosCoef[] = {1, /* Shifts */
  /external/icu4c/i18n/
csr2022.cpp 38 int32_t shifts = 0; local
72 shifts += 1;
92 // Include shifts in this computation, so that KR does not get penalized
93 // for having only a single Escape sequence, but many shifts.
94 if (hits+shifts < 5) {
95 quality -= (5-(hits+shifts))*10;
  /dalvik/vm/mterp/x86/
OP_SHL_LONG.S 6 * 6 bits of the shift distance. x86 shifts automatically mask off
OP_SHR_LONG.S 6 * 6 bits of the shift distance. x86 shifts automatically mask off
OP_USHR_LONG.S 6 * 6 bits of the shift distance. x86 shifts automatically mask off
  /external/llvm/lib/Target/X86/
README-UNIMPLEMENTED.txt 10 1) vector shifts
  /external/llvm/test/Transforms/InstCombine/
pr8547.ll 2 ; Converting the 2 shifts to SHL 6 without the AND is wrong. PR 8547.
  /external/openssl/crypto/des/
Imakefile 20 PERL= des.pl testdes.pl doIP doPC1 doPC2 PC1 PC2 shifts.pl
  /external/oprofile/events/i386/pii/
unit_masks 18 0x02 MMX packed shifts
  /external/oprofile/events/i386/piii/
unit_masks 28 0x02 MMX packed shifts
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-3bit-bits-in-byte.js 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-3bit-bits-in-byte.js 13 lir4,0xE994; 9 instructions, no memory access, minimal register dependence, 6 shifts, 2 adds, 1 inline assign
  /external/webkit/Source/WebCore/platform/graphics/wince/
WinCEGraphicsExtras.h 28 // is consistent when transformation shifts.
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
norm_w32.c 29 // Fast binary search to determine the number of left shifts required to 32-bit normalize
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Tables.c 171 * Cos(x) = (2^Shifts)*(a0 + a1*x + a2*x^2 + a3*x^3 + a4*x^4 + a5*x^5)
177 const LVM_INT16 LVPSA_CosCoef[] = { 3, /* Shifts */
188 * CosErr(x) = (2^Shifts)*(a0 + a1*x + a2*x^2 + a3*x^3)
199 const LVM_INT16 LVPSA_DPCosCoef[] = { 1, /* Shifts */
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.h 55 LVM_UINT16 Shift; /* Left shifts required */

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>