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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_relops.h 86 template <class _Tp>
88 operator!=(const _Tp& __x, const _Tp& __y)
99 template <class _Tp>
101 operator>(const _Tp& __x, const _Tp& __y)
112 template <class _Tp>
114 operator<=(const _Tp& __x, const _Tp& __y)
125 template <class _Tp>
    [all...]
stl_function.h 140 template<typename _Tp>
141 struct plus : public binary_function<_Tp, _Tp, _Tp>
143 _Tp
144 operator()(const _Tp& __x, const _Tp& __y) const
149 template<typename _Tp>
150 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_relops.h 86 template <class _Tp>
88 operator!=(const _Tp& __x, const _Tp& __y)
99 template <class _Tp>
101 operator>(const _Tp& __x, const _Tp& __y)
112 template <class _Tp>
114 operator<=(const _Tp& __x, const _Tp& __y)
125 template <class _Tp>
    [all...]
stl_function.h 140 template<typename _Tp>
141 struct plus : public binary_function<_Tp, _Tp, _Tp>
143 _Tp
144 operator()(const _Tp& __x, const _Tp& __y) const
149 template<typename _Tp>
150 struct minus : public binary_function<_Tp, _Tp, _Tp
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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/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...]
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]

Completed in 765 milliseconds

1 2 3 4 5 6 7 8 91011>>