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

  /ndk/sources/cxx-stl/llvm-libc++/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);
  /external/v8/src/arm/
lithium-codegen-arm.cc 2649 int shift_size = local
2694 int shift_size = ElementsKindToShiftSize(elements_kind); local
3630 int shift_size = ElementsKindToShiftSize(FAST_DOUBLE_ELEMENTS); local
3668 int shift_size = ElementsKindToShiftSize(elements_kind); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 2527 int shift_size = local
2571 int shift_size = ElementsKindToShiftSize(elements_kind); local
2579 __ sll(scratch0(), key, shift_size); local
3528 int shift_size = ElementsKindToShiftSize(FAST_DOUBLE_ELEMENTS); local
3569 int shift_size = ElementsKindToShiftSize(elements_kind); local
3577 __ sll(scratch0(), key, shift_size); local
    [all...]
  /external/opencv/cv/include/
cv.h 469 CvSize block_size, CvSize shift_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 2466 int shift_size = ElementsKindToShiftSize(elements_kind); local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 2420 int shift_size = ElementsKindToShiftSize(elements_kind); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 360 * @var shift_size The period parameter.
411 static constexpr size_t shift_size = __m;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 360 * @var shift_size The period parameter.
411 static constexpr size_t shift_size = __m;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 360 * @var shift_size The period parameter.
411 static constexpr size_t shift_size = __m;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 419 static constexpr size_t shift_size = __m;
    [all...]

Completed in 1309 milliseconds