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

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 23 // static constexpr size_t state_size = n;
51 static_assert((E::state_size == 624), "");
67 where(E::state_size);
87 static_assert((E::state_size == 312), "");
103 where(E::state_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 536 * @var state_size The degree of recursion.
560 static const int state_size = __n; member in class:mersenne_twister
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
    [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 536 * @var state_size The degree of recursion.
560 static const int state_size = __n; member in class:mersenne_twister
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 536 * @var state_size The degree of recursion.
560 static const int state_size = __n; member in class:mersenne_twister
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 536 * @var state_size The degree of recursion.
560 static const int state_size = __n; member in class:mersenne_twister
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 359 * @var state_size The degree of recursion.
410 static constexpr size_t state_size = __n;
491 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
546 _UIntType _M_x[state_size];
    [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 359 * @var state_size The degree of recursion.
410 static constexpr size_t state_size = __n;
491 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
546 _UIntType _M_x[state_size];
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 359 * @var state_size The degree of recursion.
410 static constexpr size_t state_size = __n;
491 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
546 _UIntType _M_x[state_size];
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 418 static constexpr size_t state_size = __n;
499 { return (std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x)
555 _UIntType _M_x[state_size];
    [all...]

Completed in 100 milliseconds