HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 1 - 25 of 1362) 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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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++/4.4.3/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...]
move.h 43 template<typename _Tp>
46 typedef _Tp type;
49 template<typename _Tp>
50 inline _Tp&&
51 forward(typename std::remove_reference<_Tp>::type& __t)
53 { return static_cast<_Tp&&>(__t); }
58 template<typename _Tp>
59 inline _Tp&&
60 forward(typename std::remove_reference<_Tp>::type&& __t)
63 static_assert(!std::is_lvalue_reference<_Tp>::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_relops.h 85 template <class _Tp>
87 operator!=(const _Tp& __x, const _Tp& __y)
98 template <class _Tp>
100 operator>(const _Tp& __x, const _Tp& __y)
111 template <class _Tp>
113 operator<=(const _Tp& __x, const _Tp& __y)
124 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++/4.4.3/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++/4.6/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++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/9/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
special_function_util.h 50 template<typename _Tp>
53 static const _Tp __value;
58 template<typename _Tp>
62 static _Tp __pi() throw()
63 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
65 static _Tp __pi_2() throw()
66 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
68 static _Tp __pi_3() throw()
69 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
71 static _Tp __pi_4() throw(
    [all...]

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>