HomeSort by relevance Sort by last modified time
    Searched full:__x (Results 151 - 175 of 1860) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
exp_integral.tcc 72 * @param __x The argument of the exponential integral function.
77 __expint_E1_series(const _Tp __x)
86 __term *= - __x / __i;
96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
109 * @param __x The argument of the exponential integral function.
114 __expint_E1_asymp(const _Tp __x)
123 __term *= - __i / __x;
132 return std::exp(- __x) * (__esum + __osum) / __x;
146 * @param __x The argument of the exponential integral function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
exp_integral.tcc 72 * @param __x The argument of the exponential integral function.
77 __expint_E1_series(const _Tp __x)
86 __term *= - __x / __i;
96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
109 * @param __x The argument of the exponential integral function.
114 __expint_E1_asymp(const _Tp __x)
123 __term *= - __i / __x;
132 return std::exp(- __x) * (__esum + __osum) / __x;
146 * @param __x The argument of the exponential integral function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
exp_integral.tcc 72 * @param __x The argument of the exponential integral function.
77 __expint_E1_series(const _Tp __x)
86 __term *= - __x / __i;
96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
109 * @param __x The argument of the exponential integral function.
114 __expint_E1_asymp(const _Tp __x)
123 __term *= - __i / __x;
132 return std::exp(- __x) * (__esum + __osum) / __x;
146 * @param __x The argument of the exponential integral function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
exp_integral.tcc 72 * @param __x The argument of the exponential integral function.
77 __expint_E1_series(const _Tp __x)
86 __term *= - __x / __i;
96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
109 * @param __x The argument of the exponential integral function.
114 __expint_E1_asymp(const _Tp __x)
123 __term *= - __i / __x;
132 return std::exp(- __x) * (__esum + __osum) / __x;
146 * @param __x The argument of the exponential integral function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
exp_integral.tcc 72 * @param __x The argument of the exponential integral function.
77 __expint_E1_series(const _Tp __x)
86 __term *= - __x / __i;
96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
109 * @param __x The argument of the exponential integral function.
114 __expint_E1_asymp(const _Tp __x)
123 __term *= - __i / __x;
132 return std::exp(- __x) * (__esum + __osum) / __x;
146 * @param __x The argument of the exponential integral function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
exp_integral.tcc 72 * @param __x The argument of the exponential integral function.
77 __expint_E1_series(const _Tp __x)
86 __term *= - __x / __i;
96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
109 * @param __x The argument of the exponential integral function.
114 __expint_E1_asymp(const _Tp __x)
123 __term *= - __i / __x;
132 return std::exp(- __x) * (__esum + __osum) / __x;
146 * @param __x The argument of the exponential integral function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
exp_integral.tcc 74 * @param __x The argument of the exponential integral function.
79 __expint_E1_series(const _Tp __x)
88 __term *= - __x / __i;
98 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
111 * @param __x The argument of the exponential integral function.
116 __expint_E1_asymp(const _Tp __x)
125 __term *= - __i / __x;
134 return std::exp(- __x) * (__esum + __osum) / __x;
148 * @param __x The argument of the exponential integral function
    [all...]
  /external/stlport/stlport/stl/debug/
_tree.h 127 _Rb_tree(const _Self& __x)
128 : _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
144 _Self& operator=(const _Self& __x) {
145 if (this != &__x) {
148 _M_non_dbg_impl = __x._M_non_dbg_impl;
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
185 iterator lower_bound(const _KT& __x)
186 { return iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)); }
188 const_iterator lower_bound(const _KT& __x) cons
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 127 _Rb_tree(const _Self& __x)
128 : _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
144 _Self& operator=(const _Self& __x) {
145 if (this != &__x) {
148 _M_non_dbg_impl = __x._M_non_dbg_impl;
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
185 iterator lower_bound(const _KT& __x)
186 { return iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)); }
188 const_iterator lower_bound(const _KT& __x) cons
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 127 _Rb_tree(const _Self& __x)
128 : _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
144 _Self& operator=(const _Self& __x) {
145 if (this != &__x) {
148 _M_non_dbg_impl = __x._M_non_dbg_impl;
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
185 iterator lower_bound(const _KT& __x)
186 { return iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)); }
188 const_iterator lower_bound(const _KT& __x) cons
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 127 _Rb_tree(const _Self& __x)
128 : _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
144 _Self& operator=(const _Self& __x) {
145 if (this != &__x) {
148 _M_non_dbg_impl = __x._M_non_dbg_impl;
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
185 iterator lower_bound(const _KT& __x)
186 { return iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)); }
188 const_iterator lower_bound(const _KT& __x) cons
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 127 _Rb_tree(const _Self& __x)
128 : _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
144 _Self& operator=(const _Self& __x) {
145 if (this != &__x) {
148 _M_non_dbg_impl = __x._M_non_dbg_impl;
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
185 iterator lower_bound(const _KT& __x)
186 { return iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)); }
188 const_iterator lower_bound(const _KT& __x) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 127 _Rb_tree(const _Self& __x)
128 : _M_non_dbg_impl(__x._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
144 _Self& operator=(const _Self& __x) {
145 if (this != &__x) {
148 _M_non_dbg_impl = __x._M_non_dbg_impl;
170 size_type count(const _KT& __x) const { return _M_non_dbg_impl.count(__x); }
185 iterator lower_bound(const _KT& __x)
186 { return iterator(&_M_iter_list, _M_non_dbg_impl.lower_bound(__x)); }
188 const_iterator lower_bound(const _KT& __x) cons
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
iomanip 55 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t1& __x)
57 __is.unsetf(__x.__mask_);
65 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t1& __x)
67 __os.unsetf(__x.__mask_);
92 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t2& __x)
94 __is.setf(__x.__mask_);
102 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t2& __x)
104 __os.setf(__x.__mask_);
129 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t3& __x)
131 __is.setf(__x.__base_ == 8 ? ios_base::oct
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_c.h 122 #define atomic_load_explicit(__a, __x) \
123 _ATOMIC_LOAD_(__a, __x)
128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x)
146 #define atomic_fetch_add_explicit(__a, __m, __x) \
147 _ATOMIC_MODIFY_(__a, +=, __m, __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hash_fun.h 100 operator()(char __x) const
101 { return __x; }
108 operator()(unsigned char __x) const
109 { return __x; }
116 operator()(unsigned char __x) const
117 { return __x; }
124 operator()(short __x) const
125 { return __x; }
132 operator()(unsigned short __x) const
133 { return __x; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hash_fun.h 100 operator()(char __x) const
101 { return __x; }
108 operator()(unsigned char __x) const
109 { return __x; }
116 operator()(unsigned char __x) const
117 { return __x; }
124 operator()(short __x) const
125 { return __x; }
132 operator()(unsigned short __x) const
133 { return __x; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 122 #define atomic_load_explicit(__a, __x) \
123 _ATOMIC_LOAD_(__a, __x)
128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x)
146 #define atomic_fetch_add_explicit(__a, __m, __x) \
147 _ATOMIC_MODIFY_(__a, +=, __m, __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 122 #define atomic_load_explicit(__a, __x) \
123 _ATOMIC_LOAD_(__a, __x)
128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x)
146 #define atomic_fetch_add_explicit(__a, __m, __x) \
147 _ATOMIC_MODIFY_(__a, +=, __m, __x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 122 #define atomic_load_explicit(__a, __x) \
123 _ATOMIC_LOAD_(__a, __x)
128 #define atomic_store_explicit(__a, __m, __x) \
129 _ATOMIC_STORE_(__a, __m, __x)
134 #define atomic_exchange_explicit(__a, __m, __x) \
135 _ATOMIC_MODIFY_(__a, =, __m, __x)
140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \
141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x)
146 #define atomic_fetch_add_explicit(__a, __m, __x) \
147 _ATOMIC_MODIFY_(__a, +=, __m, __x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hash_fun.h 97 operator()(char __x) const
98 { return __x; }
105 operator()(unsigned char __x) const
106 { return __x; }
113 operator()(unsigned char __x) const
114 { return __x; }
121 operator()(short __x) const
122 { return __x; }
129 operator()(unsigned short __x) const
130 { return __x; }
    [all...]

Completed in 1162 milliseconds

1 2 3 4 5 67 8 91011>>