HomeSort by relevance Sort by last modified time
    Searched defs:shift_size (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 537 * @var shift_size The period parameter.
561 static const int shift_size = __m; member in class:mersenne_twister
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator.c 331 int shift_size = 0; local
337 shift_size = self->history_size - abs_shift;
338 assert(shift_size > 0);
345 padding_index = shift_size;
351 sizeof(*self->binary_far_history) * shift_size);
356 sizeof(*self->far_bit_counts) * shift_size);
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 3229 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3326 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
4280 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
4372 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 3182 int shift_size = element_shift_size; local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 3134 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3147 __ sll(scratch0(), key, shift_size); local
3232 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3311 __ sll(scratch0(), key, shift_size); local
3323 __ sll(scratch0(), key, shift_size); local
4227 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
4322 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc 3118 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3140 __ dsll(scratch0(), key, shift_size); local
3226 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3330 __ dsll(scratch0(), key, shift_size); local
3345 __ dsll(scratch0(), key, shift_size); local
4258 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
4362 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 3266 int shift_size = ElementsKindToShiftSize(elements_kind); local
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 3469 int shift_size = element_shift_size; local
    [all...]

Completed in 884 milliseconds