HomeSort by relevance Sort by last modified time
    Searched full:shifts (Results 26 - 50 of 376) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
vshift-3.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
vshift-4.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
  /external/webkit/Source/WebCore/platform/audio/
SincResampler.h 42 // numberOfKernelOffsets is used for interpolation and is the number of sub-sample kernel shifts.
60 // The kernel offsets are sub-sample shifts of a windowed sinc() shifted from 0.0 to 1.0 sample.
  /external/bison/src/
state.h 49 The two types of actions are shifts/gotos (push the look-ahead token
153 /* Iterate over each transition over a token (shifts). */
163 /* Return the state such SHIFTS contain a shift/goto to it on SYM.
165 struct state *transitions_to (transitions *shifts, symbol_number sym);
state.c 34 | Shifts and Gotos. |
39 | Create a new array of NUM shifts/gotos. |
54 | Return the state such that SHIFTS contain a shift/goto |
59 transitions_to (transitions *shifts, symbol_number sym)
64 assert (j < shifts->num);
65 if (TRANSITION_SYMBOL (shifts, j) == sym)
66 return shifts->states[j];
  /external/dropbear/libtommath/
bn_mp_montgomery_calc_normalization.c 19 * shifts with subtractions when the result is greater than b.
  /external/llvm/test/CodeGen/PowerPC/
and_sra.ll 1 ; Neither of these functions should contain algebraic right shifts
rlwimi2.ll 1 ; All of these ands and shifts should be folded into rlwimi's
rlwinm.ll 1 ; All of these ands and shifts should be folded into rlwimi's
  /external/oprofile/events/i386/p6_mobile/
unit_masks 32 0x02 MMX packed shifts
  /external/v8/test/mjsunit/
shifts.js 30 // test a few corners cases with shifts
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 40 // Because shifts by negative values (which could occur if A were negative)
115 // We can often fold the shift into shifts-by-a-constant.
139 // We can often fold the shift into shifts-by-a-constant.
212 // We only accept shifts-by-a-constant in CanEvaluateShifted.
217 // If this is oversized composite shift, then unsigned shifts get 0.
248 // We only accept shifts-by-a-constant in CanEvaluateShifted.
253 // If this is oversized composite shift, then unsigned shifts get 0.
355 // confidence that the shifts will get folded together. We could do this
364 // For logical shifts, the truncation has the effect of making the high
373 // between the shifts. We want to know the effect *after* the secon
    [all...]
  /external/llvm/include/llvm/
IntrinsicsARM.td 263 // Vector Shifts:
268 // be used for both left and right shifts, or even combinations of the two,
270 // behavior for shift amounts that LLVM leaves undefined. Only basic shifts
274 // shifts, where the constant is replicated. For consistency with VSHL (and
275 // other variable shift instructions), left shifts have positive shift counts
276 // and right shifts have negative shift counts. This convention is also used
  /frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 211 LVM_UINT16 dBShifts; /* 6dB shifts */
235 * Calculate the required gain and shifts
238 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 170 // get length/8 times bytes with 3 bit shifts to the right of the length
197 // get length/8 times bytes with 3 bit shifts to the right of the length
226 // get 8 times the bytes with 3 bit shifts to the left of the length
256 // get 8 times the bytes with 3 bit shifts to the left of the length
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 37 // addition to having an arrow pointing to where the user clicked, also shifts
  /external/clang/include/clang/Rewrite/
DeltaTree.h 41 /// AddDelta - When a change is made that shifts around the text buffer,
  /external/clang/test/Sema/
shift.c 59 // Don't warn for negative shifts in code that is unreachable.
  /external/llvm/lib/Target/MSP430/
README.txt 24 4. Implement non-constant shifts.
  /external/srec/srec/include/
fronttyp.h 45 /* scaling in terms of shifts */
pre_desc.h 154 int imel_shift; /* Imelda scale factor (in shifts) */
157 int inv_shift; /* inverse Imelda scale factor (in shifts) */
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextFragment.h 72 // Includes rotation/glyph-orientation-(horizontal|vertical) transforms, as well as orientation related shifts
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
dB_to_Lin32.c 47 * of 6dB steps for use as shifts and then interpolates with a remainder
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h 679 // Norm returns the # of left shifts required to 32-bit normalize the 32-bit
685 // Return value : Number of bit shifts needed to 32-bit normalize |value|
691 // Norm returns the # of left shifts required to 16-bit normalize the 16-bit
697 // Return value : Number of bit shifts needed to 32-bit normalize |value|
703 // Norm returns the # of left shifts required to 32-bit normalize the unsigned
709 // Return value : Number of bit shifts needed to 32-bit normalize |value|
725 // Return value : Number of right bit shifts needed to avoid
    [all...]
  /cts/tools/dasm/src/java_cup/
shift_action.java 5 * The action simply stores the state that it shifts to and responds
18 * @param shft_to the state that this action shifts to.

Completed in 318 milliseconds

12 3 4 5 6 7 8 91011>>