/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
numeric_traits.h | 43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) 44 #define __glibcxx_digits(_Tp) \ 45 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp)) 47 #define __glibcxx_min(_Tp) \ 48 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
numeric_traits.h | 43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) 44 #define __glibcxx_digits(_Tp) \ 45 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp)) 47 #define __glibcxx_min(_Tp) \ 48 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0 [all...] |
malloc_allocator.h | 54 template<typename _Tp> 60 typedef _Tp* pointer; 61 typedef const _Tp* const_pointer; 62 typedef _Tp& reference; 63 typedef const _Tp& const_reference; 64 typedef _Tp value_type; 96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); 109 { return size_t(-1) / sizeof(_Tp); } 124 construct(pointer __p, const _Tp& __val) [all...] |
array_allocator.h | 47 template<typename _Tp> 53 typedef _Tp* pointer; 54 typedef const _Tp* const_pointer; 55 typedef _Tp& reference; 56 typedef const _Tp& const_reference; 57 typedef _Tp value_type; 75 { return size_t(-1) / sizeof(_Tp); } 90 construct(pointer __p, const _Tp& __val) 94 destroy(pointer __p) { __p->~_Tp(); } 103 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
array_allocator.h | 47 template<typename _Tp> 53 typedef _Tp* pointer; 54 typedef const _Tp* const_pointer; 55 typedef _Tp& reference; 56 typedef const _Tp& const_reference; 57 typedef _Tp value_type; 73 { return size_t(-1) / sizeof(_Tp); } 78 construct(pointer __p, const _Tp& __val) 85 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); } 89 destroy(pointer __p) { __p->~_Tp(); } [all...] |
numeric_traits.h | 43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) 44 #define __glibcxx_digits(_Tp) \ 45 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp)) 47 #define __glibcxx_min(_Tp) \ 48 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
numeric_traits.h | 43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) 44 #define __glibcxx_digits(_Tp) \ 45 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp)) 47 #define __glibcxx_min(_Tp) \ 48 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0 [all...] |
malloc_allocator.h | 54 template<typename _Tp> 60 typedef _Tp* pointer; 61 typedef const _Tp* const_pointer; 62 typedef _Tp& reference; 63 typedef const _Tp& const_reference; 64 typedef _Tp value_type; 96 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); 109 { return size_t(-1) / sizeof(_Tp); } 124 construct(pointer __p, const _Tp& __val) [all...] |
array_allocator.h | 47 template<typename _Tp> 53 typedef _Tp* pointer; 54 typedef const _Tp* const_pointer; 55 typedef _Tp& reference; 56 typedef const _Tp& const_reference; 57 typedef _Tp value_type; 75 { return size_t(-1) / sizeof(_Tp); } 90 construct(pointer __p, const _Tp& __val) 94 destroy(pointer __p) { __p->~_Tp(); } 103 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
numeric_traits.h | 43 #define __glibcxx_signed(_Tp) ((_Tp)(-1) < 0) 44 #define __glibcxx_digits(_Tp) \ 45 (sizeof(_Tp) * __CHAR_BIT__ - __glibcxx_signed(_Tp)) 47 #define __glibcxx_min(_Tp) \ 48 (__glibcxx_signed(_Tp) ? (_Tp)1 << __glibcxx_digits(_Tp) : (_Tp)0 [all...] |
malloc_allocator.h | 55 template<typename _Tp> 61 typedef _Tp* pointer; 62 typedef const _Tp* const_pointer; 63 typedef _Tp& reference; 64 typedef const _Tp& const_reference; 65 typedef _Tp value_type; 103 pointer __ret = static_cast<_Tp*>(std::malloc(__n * sizeof(_Tp))); 116 { return size_t(-1) / sizeof(_Tp); } 131 construct(pointer __p, const _Tp& __val) [all...] |
array_allocator.h | 49 template<typename _Tp> 55 typedef _Tp* pointer; 56 typedef const _Tp* const_pointer; 57 typedef _Tp& reference; 58 typedef const _Tp& const_reference; 59 typedef _Tp value_type; 77 { return size_t(-1) / sizeof(_Tp); } 92 construct(pointer __p, const _Tp& __val) 96 destroy(pointer __p) { __p->~_Tp(); } 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> [all...] |
/external/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_complex.c | 43 template <class _Tp> 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, 45 const _Tp& __z2_r, const _Tp& __z2_i, 46 _Tp& __res_r, _Tp& __res_i) { 47 _Tp __ar = __z2_r >= 0 ? __z2_r : -__z2_r; 48 _Tp __ai = __z2_i >= 0 ? __z2_i : -__z2_i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
allocator.h | 63 template<typename _Tp> 88 template<typename _Tp> 89 class allocator: public __glibcxx_base_allocator<_Tp> 94 typedef _Tp* pointer; 95 typedef const _Tp* const_pointer; 96 typedef _Tp& reference; 97 typedef const _Tp& const_reference; 98 typedef _Tp value_type; 107 : __glibcxx_base_allocator<_Tp>(__a) { } 122 template<typename _Tp> [all...] |
stl_deque.h | 106 template<typename _Tp, typename _Ref, typename _Ptr> 109 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; 110 typedef _Deque_iterator<_Tp, const _Tp&, const _Tp*> const_iterator; 113 { return __deque_buf_size(sizeof(_Tp)); } 116 typedef _Tp value_type; 121 typedef _Tp** _Map_pointer [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
allocator.h | 63 template<typename _Tp> 88 template<typename _Tp> 89 class allocator: public __glibcxx_base_allocator<_Tp> 94 typedef _Tp* pointer; 95 typedef const _Tp* const_pointer; 96 typedef _Tp& reference; 97 typedef const _Tp& const_reference; 98 typedef _Tp value_type; 107 : __glibcxx_base_allocator<_Tp>(__a) { } 122 template<typename _Tp> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 107 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; 108 typedef _Deque_iterator<_Tp, const _Tp&, const _Tp*> const_iterator; 111 { return __deque_buf_size(sizeof(_Tp)); } 114 typedef _Tp value_type; 119 typedef _Tp** _Map_pointer [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 107 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; 108 typedef _Deque_iterator<_Tp, const _Tp&, const _Tp*> const_iterator; 111 { return __deque_buf_size(sizeof(_Tp)); } 114 typedef _Tp value_type; 119 typedef _Tp** _Map_pointer [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 107 typedef _Deque_iterator<_Tp, _Tp&, _Tp*> iterator; 108 typedef _Deque_iterator<_Tp, const _Tp&, const _Tp*> const_iterator; 111 { return __deque_buf_size(sizeof(_Tp)); } 114 typedef _Tp value_type; 119 typedef _Tp** _Map_pointer [all...] |