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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 138 operator()(const _Tp& __x, const _Tp& __y) const
139 { return __x + __y; }
147 operator()(const _Tp& __x, const _Tp& __y) const
148 { return __x - __y; }
156 operator()(const _Tp& __x, const _Tp& __y) const
157 { return __x * __y; }
165 operator()(const _Tp& __x, const _Tp& __y) const
166 { return __x / __y; }
174 operator()(const _Tp& __x, const _Tp& __y) const
175 { return __x % __y;
    [all...]
stl_pair.h 89 pair(_U1&& __x, const _T2& __y)
90 : first(std::forward<_U1>(__x)), second(__y) { }
94 pair(const _T1& __x, _U2&& __y)
95 : first(__x), second(std::forward<_U2>(__y)) { }
100 pair(_U1&& __x, _U2&& __y)
101 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
129 pair(_U1&& __x, _Arg0&& __arg0, _Args&&... __args)
130 : first(std::forward<_U1>(__x)),
165 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
166 { return __x.first == __y.first && __x.second == __y.second;
    [all...]
cmath.tcc 39 __cmath_power(_Tp __x, unsigned int __n)
41 _Tp __y = __n % 2 ? __x : _Tp(1);
45 __x = __x * __x;
47 __y = __y * __x;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multiset.h 180 * @param __x A %multiset of identical element and allocator types.
183 * by @a __x.
185 multiset(const multiset& __x)
186 : _M_t(__x._M_t) { }
191 * @param __x A %multiset of identical element and allocator types.
193 * The newly-created %multiset contains the exact contents of @a __x.
194 * The contents of @a __x are a valid, but unspecified %multiset.
196 multiset(multiset&& __x)
198 : _M_t(std::move(__x._M_t)) { }
219 * @param __x A %multiset of identical element and allocator types
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
random     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
hypergeometric.tcc 73 * @param __x The argument of the confluent hypergeometric function.
78 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
88 __term *= (__a + _Tp(__i)) * __x
120 const _Tp __x = -__xin;
121 const _Tp __x3 = __x * __x * __x;
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
gamma.tcc 144 * @param __x The argument of the log of the gamma function.
149 __log_gamma_bernoulli(const _Tp __x)
151 _Tp __lg = (__x - _Tp(0.5L)) * std::log(__x) - __x
155 const _Tp __xx = __x * __x;
156 _Tp __help = _Tp(1) / __x;
172 * @param __x The argument of the log of the gamma function.
177 __log_gamma_lanczos(const _Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hypergeometric.tcc 74 * @param __x The argument of the confluent hypergeometric function.
79 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
89 __term *= (__a + _Tp(__i)) * __x
121 const _Tp __x = -__xin;
122 const _Tp __x3 = __x * __x * __x;
130 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
131 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
gamma.tcc 145 * @param __x The argument of the log of the gamma function.
150 __log_gamma_bernoulli(const _Tp __x)
152 _Tp __lg = (__x - _Tp(0.5L)) * std::log(__x) - __x
156 const _Tp __xx = __x * __x;
157 _Tp __help = _Tp(1) / __x;
173 * @param __x The argument of the log of the gamma function.
178 __log_gamma_lanczos(const _Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hypergeometric.tcc 74 * @param __x The argument of the confluent hypergeometric function.
79 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
89 __term *= (__a + _Tp(__i)) * __x
121 const _Tp __x = -__xin;
122 const _Tp __x3 = __x * __x * __x;
130 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
131 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
gamma.tcc 145 * @param __x The argument of the log of the gamma function.
150 __log_gamma_bernoulli(const _Tp __x)
152 _Tp __lg = (__x - _Tp(0.5L)) * std::log(__x) - __x
156 const _Tp __xx = __x * __x;
157 _Tp __help = _Tp(1) / __x;
173 * @param __x The argument of the log of the gamma function.
178 __log_gamma_lanczos(const _Tp __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
hypergeometric.tcc 73 * @param __x The argument of the confluent hypergeometric function.
78 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
88 __term *= (__a + _Tp(__i)) * __x
120 const _Tp __x = -__xin;
121 const _Tp __x3 = __x * __x * __x;
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
gamma.tcc 144 * @param __x The argument of the log of the gamma function.
149 __log_gamma_bernoulli(const _Tp __x)
151 _Tp __lg = (__x - _Tp(0.5L)) * std::log(__x) - __x
155 const _Tp __xx = __x * __x;
156 _Tp __help = _Tp(1) / __x;
172 * @param __x The argument of the log of the gamma function.
177 __log_gamma_lanczos(const _Tp __x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
hypergeometric.tcc 73 * @param __x The argument of the confluent hypergeometric function.
78 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
88 __term *= (__a + _Tp(__i)) * __x
120 const _Tp __x = -__xin;
121 const _Tp __x3 = __x * __x * __x;
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
hypergeometric.tcc 73 * @param __x The argument of the confluent hypergeometric function.
78 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
88 __term *= (__a + _Tp(__i)) * __x
120 const _Tp __x = -__xin;
121 const _Tp __x3 = __x * __x * __x;
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
hypergeometric.tcc 73 * @param __x The argument of the confluent hypergeometric function.
78 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
88 __term *= (__a + _Tp(__i)) * __x
120 const _Tp __x = -__xin;
121 const _Tp __x3 = __x * __x * __x;
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hypergeometric.tcc 74 * @param __x The argument of the confluent hypergeometric function.
79 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
89 __term *= (__a + _Tp(__i)) * __x
121 const _Tp __x = -__xin;
122 const _Tp __x3 = __x * __x * __x;
130 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
131 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hypergeometric.tcc 74 * @param __x The argument of the confluent hypergeometric function.
79 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x)
89 __term *= (__a + _Tp(__i)) * __x
121 const _Tp __x = -__xin;
122 const _Tp __x3 = __x * __x * __x;
130 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
131 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
cmath.tcc 39 __cmath_power(_Tp __x, unsigned int __n)
41 _Tp __y = __n % 2 ? __x : _Tp(1);
45 __x = __x * __x;
47 __y = __y * __x;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathinline.h 36 __NTH (__signbitf (float __x))
38 __extension__ union { float __f; int __i; } __u = { __f: __x };
42 __NTH (__signbit (double __x))
44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x };
48 __NTH (__signbitl (long double __x))
50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathinline.h 36 __NTH (__signbitf (float __x))
38 __extension__ union { float __f; int __i; } __u = { __f: __x };
42 __NTH (__signbit (double __x))
44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x };
48 __NTH (__signbitl (long double __x))
50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathinline.h 36 __NTH (__signbitf (float __x))
38 __extension__ union { float __f; int __i; } __u = { __f: __x };
42 __NTH (__signbit (double __x))
44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x };
48 __NTH (__signbitl (long double __x))
50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
cmath.tcc 39 __cmath_power(_Tp __x, unsigned int __n)
41 _Tp __y = __n % 2 ? __x : _Tp(1);
45 __x = __x * __x;
47 __y = __y * __x;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
cmath.tcc 39 __cmath_power(_Tp __x, unsigned int __n)
41 _Tp __y = __n % 2 ? __x : _Tp(1);
45 __x = __x * __x;
47 __y = __y * __x;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
cmath.tcc 39 __cmath_power(_Tp __x, unsigned int __n)
41 _Tp __y = __n % 2 ? __x : _Tp(1);
45 __x = __x * __x;
47 __y = __y * __x;

Completed in 1180 milliseconds

<<11121314151617181920>>