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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/ext/
opt_random.h 65 template<typename _UIntType, size_t __m,
72 void simd_fast_mersenne_twister_engine<_UIntType, __m,
107 template<typename _UIntType, size_t __m,
115 operator==(const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
119 const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/ext/
opt_random.h 65 template<typename _UIntType, size_t __m,
72 void simd_fast_mersenne_twister_engine<_UIntType, __m,
107 template<typename _UIntType, size_t __m,
115 operator==(const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
119 const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/ext/
opt_random.h 65 template<typename _UIntType, size_t __m,
72 void simd_fast_mersenne_twister_engine<_UIntType, __m,
107 template<typename _UIntType, size_t __m,
115 operator==(const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
119 const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/ext/
opt_random.h 65 template<typename _UIntType, size_t __m,
72 void simd_fast_mersenne_twister_engine<_UIntType, __m,
107 template<typename _UIntType, size_t __m,
115 operator==(const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
119 const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/ext/
opt_random.h 65 template<typename _UIntType, size_t __m,
72 void simd_fast_mersenne_twister_engine<_UIntType, __m,
107 template<typename _UIntType, size_t __m,
115 operator==(const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
119 const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/ext/
opt_random.h 65 template<typename _UIntType, size_t __m,
72 void simd_fast_mersenne_twister_engine<_UIntType, __m,
107 template<typename _UIntType, size_t __m,
115 operator==(const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
119 const __gnu_cxx::simd_fast_mersenne_twister_engine<_UIntType,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
58 { static const _UIntType __value = 0; };
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
347 * The template parameter @p _UIntType must be an unsigned integral type
350 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
355 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
232 * The template parameter @p _UIntType must be an unsigned integral type
235 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
240 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
232 * The template parameter @p _UIntType must be an unsigned integral type
235 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
240 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __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 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
232 * The template parameter @p _UIntType must be an unsigned integral type
235 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
240 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
161 * The template parameter @p _UIntType must be an unsigned integral type
164 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
169 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
161 * The template parameter @p _UIntType must be an unsigned integral type
164 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
169 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
161 * The template parameter @p _UIntType must be an unsigned integral type
164 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
169 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
161 * The template parameter @p _UIntType must be an unsigned integral type
164 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
169 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
232 * The template parameter @p _UIntType must be an unsigned integral type
235 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
240 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
71 (std::numeric_limits<_UIntType>::digits)>
73 { static const _UIntType __value = 0; };
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
234 * The template parameter @p _UIntType must be an unsigned integral type
237 * std::numeric_limits<_UIntType>::max() plus 1. Otherwise, the template
242 template<typename _UIntType, _UIntType __a, _UIntType __c, _UIntType __m
    [all...]

Completed in 1111 milliseconds