Searched defs:_UIntType (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h55 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, _UIntTyp
881 typedef typename __gnu_cxx::__add_unsigned<_IntType>::__type _UIntType; typedef in class:subtract_with_carry
[all...]

Completed in 267 milliseconds