HomeSort by relevance Sort by last modified time
    Searched full:__z (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.c 143 _Rb_global<_Dummy>::_Rebalance_for_erase(_Rb_tree_node_base* __z,
147 _Rb_tree_node_base* __y = __z;
151 if (__y->_M_left == 0) // __z has at most one non-null child. y == z.
154 if (__y->_M_right == 0) // __z has exactly one non-null child. y == z.
156 else { // __z has two non-null children. Set __y to
157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
163 __z->_M_left->_M_parent = __y;
164 __y->_M_left = __z->_M_left;
165 if (__y != __z->_M_right)
    [all...]
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /external/stlport/stlport/stl/
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
97 __tmp << '(' << __z.real() << ',' << __z.imag() << ')';
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
133 __z = complex<_Tp>(__re, __im);
  /external/stlport/src/
complex.cpp 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z)
41 { return ::hypot(__z._M_re, __z._M_im); }
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
44 { return ::hypot(__z._M_re, __z._M_im); }
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
49 { return ::hypot(__z._M_re, __z._M_im); }
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z)
41 { return ::hypot(__z._M_re, __z._M_im); }
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
44 { return ::hypot(__z._M_re, __z._M_im); }
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
49 { return ::hypot(__z._M_re, __z._M_im); }
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tree.h 327 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z,
595 _M_insert_node(_Base_ptr __x, _Base_ptr __y, _Link_type __z);
606 _M_insert_lower_node(_Base_ptr __p, _Link_type __z);
609 _M_insert_equal_lower_node(_Link_type __z);
1020 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v)); local
1022 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p,
1025 return iterator(__z);
1045 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v)); local
1047 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p,
1050 return iterator(__z);
1619 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); local
1645 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); local
1666 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); local
1692 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); local
    [all...]
  /external/clang/lib/Headers/
tgmath.h 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
61 __tg_promote(__z)))
735 __tg_fma(float __x, float __y, float __z)
736 {return fmaf(__x, __y, __z);}
740 __tg_fma(double __x, double __y, double __z)
741 {return fma(__x, __y, __z);}
745 __tg_fma(long double __x,long double __y, long double __z)
746 {return fmal(__x, __y, __z);}
749 #define fma(__x, __y, __z) \
750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
61 __tg_promote(__z)))
735 __tg_fma(float __x, float __y, float __z)
736 {return fmaf(__x, __y, __z);}
740 __tg_fma(double __x, double __y, double __z)
741 {return fma(__x, __y, __z);}
745 __tg_fma(long double __x,long double __y, long double __z)
746 {return fmal(__x, __y, __z);}
749 #define fma(__x, __y, __z) \
750 __tg_fma(__tg_promote3((__x), (__y), (__z))(__x),
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 260 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w);
587 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w)
589 _Tp __a = __z.real();
590 _Tp __b = __z.imag();
666 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w)
669 _Tp __a = __z.real();
670 _Tp __b = __z.imag();
    [all...]
  /external/speex/libspeex/
cb_search_sse.h 37 static inline void _spx_mm_getr_ps (__m128 U, float *__Z, float *__Y, float *__X, float *__W)
46 *__Z = __u.__a[0];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
ell_integral.tcc 69 * @param __z The third of three symmetric arguments.
74 __ellint_rf(const _Tp __x, const _Tp __y, const _Tp __z)
81 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0))
84 else if (__x + __y < __lolim || __x + __z < __lolim
85 || __y + __z < __lolim)
97 _Tp __zn = __z;
309 * @param __z The third argument.
314 __ellint_rd(const _Tp __x, const _Tp __y, const _Tp __z)
326 else if (__x + __y < __lolim || __z < __lolim)
339 _Tp __zn = __z;
    [all...]

Completed in 1499 milliseconds

1 23 4 5 6 7 8 91011