OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_UIntType
(Results
1 - 7
of
7
) 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/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
...]
Completed in 166 milliseconds