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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 447 { return __lhs._M_x == __rhs._M_x; }
508 _UIntType _M_x;
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
720 * @var _M_x The state of the generator. This is a ring buffer.
821 { return std::equal(__lhs._M_x, __lhs._M_x + long_lag, __rhs._M_x);
    [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 447 { return __lhs._M_x == __rhs._M_x; }
508 _UIntType _M_x;
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
720 * @var _M_x The state of the generator. This is a ring buffer.
821 { return std::equal(__lhs._M_x, __lhs._M_x + long_lag, __rhs._M_x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 447 { return __lhs._M_x == __rhs._M_x; }
508 _UIntType _M_x;
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
720 * @var _M_x The state of the generator. This is a ring buffer.
821 { return std::equal(__lhs._M_x, __lhs._M_x + long_lag, __rhs._M_x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 447 { return __lhs._M_x == __rhs._M_x; }
508 _UIntType _M_x;
619 { return std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x); }
684 _UIntType _M_x[state_size];
720 * @var _M_x The state of the generator. This is a ring buffer.
821 { return std::equal(__lhs._M_x, __lhs._M_x + long_lag, __rhs._M_x);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 266 _M_x = __detail::__mod<_UIntType, __m, __a, __c>(_M_x);
267 return _M_x;
284 { return __lhs._M_x == __rhs._M_x; }
322 _UIntType _M_x;
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 266 _M_x = __detail::__mod<_UIntType, __m, __a, __c>(_M_x);
267 return _M_x;
284 { return __lhs._M_x == __rhs._M_x; }
322 _UIntType _M_x;
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 266 _M_x = __detail::__mod<_UIntType, __m, __a, __c>(_M_x);
267 return _M_x;
284 { return __lhs._M_x == __rhs._M_x; }
322 _UIntType _M_x;
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 271 _M_x = __detail::__mod<_UIntType, __m, __a, __c>(_M_x);
272 return _M_x;
289 { return __lhs._M_x == __rhs._M_x; }
327 _UIntType _M_x;
499 { return (std::equal(__lhs._M_x, __lhs._M_x + state_size, __rhs._M_x)
555 _UIntType _M_x[state_size]
    [all...]

Completed in 1080 milliseconds