HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 1 - 25 of 490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_relops.h 83 template <class _Tp>
85 operator!=(const _Tp& __x, const _Tp& __y)
96 template <class _Tp>
98 operator>(const _Tp& __x, const _Tp& __y)
109 template <class _Tp>
111 operator<=(const _Tp& __x, const _Tp& __y)
122 template <class _Tp>
    [all...]
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
gslice_array.h 58 template<typename _Tp>
62 typedef _Tp value_type;
75 void operator=(const valarray<_Tp>&) const;
77 void operator*=(const valarray<_Tp>&) const;
79 void operator/=(const valarray<_Tp>&) const;
81 void operator%=(const valarray<_Tp>&) const;
83 void operator+=(const valarray<_Tp>&) const;
85 void operator-=(const valarray<_Tp>&) const;
87 void operator^=(const valarray<_Tp>&) const;
89 void operator&=(const valarray<_Tp>&) const
    [all...]
indirect_array.h 60 template <class _Tp>
64 typedef _Tp value_type;
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const;
89 void operator^=(const valarray<_Tp>&) const;
91 void operator&=(const valarray<_Tp>&) const
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 83 template <class _Tp>
85 operator!=(const _Tp& __x, const _Tp& __y)
96 template <class _Tp>
98 operator>(const _Tp& __x, const _Tp& __y)
109 template <class _Tp>
111 operator<=(const _Tp& __x, const _Tp& __y)
122 template <class _Tp>
    [all...]
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_relops.h 83 template <class _Tp>
85 operator!=(const _Tp& __x, const _Tp& __y)
96 template <class _Tp>
98 operator>(const _Tp& __x, const _Tp& __y)
109 template <class _Tp>
111 operator<=(const _Tp& __x, const _Tp& __y)
122 template <class _Tp>
    [all...]
stl_function.h 134 template<typename _Tp>
135 struct plus : public binary_function<_Tp, _Tp, _Tp>
137 _Tp
138 operator()(const _Tp& __x, const _Tp& __y) const
143 template<typename _Tp>
144 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
special_function_util.h 51 template<typename _Tp>
54 static const _Tp __value;
59 template<typename _Tp>
63 static _Tp __pi() throw()
64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
66 static _Tp __pi_2() throw()
67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
69 static _Tp __pi_3() throw()
70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
72 static _Tp __pi_4() throw(
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 51 template<typename _Tp>
54 static const _Tp __value;
59 template<typename _Tp>
63 static _Tp __pi() throw()
64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
66 static _Tp __pi_2() throw()
67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
69 static _Tp __pi_3() throw()
70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
72 static _Tp __pi_4() throw(
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 51 template<typename _Tp>
54 static const _Tp __value;
59 template<typename _Tp>
63 static _Tp __pi() throw()
64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
66 static _Tp __pi_2() throw()
67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
69 static _Tp __pi_3() throw()
70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
72 static _Tp __pi_4() throw(
    [all...]
  /external/clang/test/PCH/
cxx-traits.h 3 template<typename _Tp>
8 template<typename _Tp>
cxx-variadic-templates.h 2 template<typename _Tp>
7 shared_ptr<_Tp>
11 template<class _Tp>
13 shared_ptr<_Tp>
14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args)
16 shared_ptr<_Tp> __r;
  /external/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 64 template <class _Tp>
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
69 template <class _Tp>
70 struct less : public binary_function<_Tp,_Tp,bool>
76 , public __stlport_class<less<_Tp> >
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y;
    [all...]
_carray.h 35 template <class _Tp, size_t _Nb>
37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val);
44 _Destroy_Range(__REINTERPRET_CAST(_Tp*, _M_data + 0),
45 __REINTERPRET_CAST(_Tp*, _M_data + _Nb * sizeof(_Tp)));
48 _Tp& operator [] (size_t __i) {
50 return *__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp));
    [all...]
_tempbuf.c 35 template <class _Tp>
36 pair<_Tp*, ptrdiff_t> _STLP_CALL
37 __get_temporary_buffer(ptrdiff_t __len, _Tp*)
39 if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
40 __len = INT_MAX / sizeof(_Tp);
43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
45 return pair<_Tp*, ptrdiff_t>(__tmp, __len);
49 return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0)
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>