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

  /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-linux-glibc2.15-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/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/v8/src/ia32/
lithium-codegen-ia32.cc 3182 int shift_size = element_shift_size; local
    [all...]
  /external/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/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/v8/src/x64/
lithium-codegen-x64.cc 3266 int shift_size = ElementsKindToShiftSize(elements_kind); local
    [all...]
  /external/v8/src/x87/
lithium-codegen-x87.cc 3469 int shift_size = element_shift_size; local
    [all...]

Completed in 846 milliseconds