HomeSort by relevance Sort by last modified time
    Searched refs:_UIntType (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 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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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...]

Completed in 567 milliseconds