HomeSort by relevance Sort by last modified time
    Searched refs:shift_size (Results 1 - 25 of 27) sorted by null

1 2

  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 24 // static constexpr size_t shift_size = m;
52 static_assert((E::shift_size == 397), "");
73 where(E::shift_size);
93 static_assert((E::shift_size == 156), "");
114 where(E::shift_size);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 24 // static constexpr size_t shift_size = m;
52 static_assert((E::shift_size == 397), "");
68 where(E::shift_size);
88 static_assert((E::shift_size == 156), "");
104 where(E::shift_size);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 24 // static constexpr size_t shift_size = m;
52 static_assert((E::shift_size == 397), "");
68 where(E::shift_size);
88 static_assert((E::shift_size == 156), "");
104 where(E::shift_size);
  /system/chre/apps/wifi_offload/test/
randomgenerator_test.cc 68 constexpr size_t shift_size = local
74 rand_values[i] <<= shift_size; local
  /external/webrtc/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/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 2786 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
2804 __ dsll(scratch0(), key, shift_size); local
2885 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3008 __ dsll(scratch0(), key, shift_size); local
3023 __ dsll(scratch0(), key, shift_size); local
3977 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
4072 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
    [all...]
lithium-codegen-mips64.h 127 int shift_size,
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 126 int shift_size,
lithium-codegen-arm.cc 2726 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
2813 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3807 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3890 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 2648 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
2657 __ sll(scratch0(), key, shift_size); local
2737 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
2832 __ sll(scratch0(), key, shift_size); local
2844 __ sll(scratch0(), key, shift_size); local
3765 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
3851 int shift_size = (instr->hydrogen()->key()->representation().IsSmi()) local
    [all...]
lithium-codegen-mips.h 125 int shift_size,
  /external/opencv/cv/include/
cv.h 469 CvSize block_size, CvSize shift_size,
    [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-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/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/crankshaft/ia32/
lithium-codegen-ia32.cc 2658 int shift_size = element_shift_size; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 2933 int shift_size = element_shift_size; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 2856 int shift_size = ElementsKindToShiftSize(elements_kind); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 485 static constexpr size_t shift_size = __m;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 485 static constexpr size_t shift_size = __m;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h 485 static constexpr size_t shift_size = __m;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 487 static constexpr size_t shift_size = __m;
    [all...]

Completed in 2047 milliseconds

1 2