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

1 2 34 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-utils.cc 52 // There are also documented right shifts in assembler.cc of
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
spl_sqrt.c 145 sh = WebRtcSpl_NormW32(A); // # shifts to normalize A
levinson_durbin.c 141 // Use the Alpha shifts from earlier to de-normalize
  /external/jpeg/
jidctfst.c 56 * This compromises accuracy slightly, but it lets us save a few shifts.
66 * for small quantization table entries, but it saves a lot of shifts.
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 180 short shiftRightValue = pTableGammaTemp->gDataWidth - 8; /* number of right shifts device -> ramp */
334 short shiftRightValue = 8 - dataBits; /* number of right shifts ramp -> device */
  /external/qemu/fpu/
softfloat-macros.h 50 | Shifts `a' right by the number of bits given in `count'. If any nonzero
76 | Shifts `a' right by the number of bits given in `count'. If any nonzero
102 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
148 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
180 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
223 | Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right
293 | Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the
311 | Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' left
  /external/bison/src/
print_graph.c 151 /* Shifts are blue, gotos are green, and error is red. */
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 79 // Shifts the client coordinates, |xy|, so they are relative to the top left
  /external/chromium/chrome/common/extensions/docs/static/
whats_new.html 196 identifies when focus shifts away from the browser. </li>
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 170 using 12 subtractions, 4 shifts,
  /external/libgsm/src/
add.c 119 * the number of left shifts needed to normalize the 32 bit
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 81 ; vqdmulh also doubles the value before it shifts by 16. we need to
idct_dequant_full_2x_neon.asm 73 ; vqdmulh also doubles the value before it shifts by 16. we need to
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 64 /// SHL, SRA, SRL - Non-constant shifts.
  /external/quake/quake/src/WinQuake/
client.h 163 cshift_t cshifts[NUM_CSHIFTS]; // color shifts for damage, powerups
  /external/skia/include/core/
SkMath.h 25 /** Computes the 64bit product of a * b, and then shifts the answer down by
  /external/v8/src/
double.h 76 // Do the final shifts in one go.
  /external/v8/test/mjsunit/
constant-folding.js 195 // Some tests of shifts that get into the corners in terms of coverage.
  /external/webrtc/src/common_audio/vad/main/source/
vad_filterbank.c 224 // "shfts" is the total number of right shifts that has been done to enerSum.
  /frameworks/base/media/libmedia/
fixedfft.cpp 20 * accuracy, and maintainability. To make it fast, arithmetic shifts are used
  /libcore/luni/src/main/java/java/math/
BitLevel.java 170 * Shifts right an array of integers. Total shift distance in bits is
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mtio.h 159 /* Bitfield shifts in the status */
  /system/extras/ext4_utils/
sparse_crc32.c 18 * chunks at a time) shifts bits into the lowest-order term. In our
  /external/icu4c/test/intltest/
incaltst.cpp 259 * Verify that BuddhistCalendar shifts years to Buddhist Era but otherwise
309 * Verify that TaiWanCalendar shifts years to Minguo Era but otherwise
361 * Verify that JapaneseCalendar shifts years to Japanese Eras but otherwise
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 342 LVM_UINT16 dBShifts; /* 6dB shifts */
393 * Calculate the required gain and shifts
396 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */
    [all...]

Completed in 625 milliseconds

1 2 34 5 6 7 8 91011>>