HomeSort by relevance Sort by last modified time
    Searched full:__z (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
complex 56 __complex_acos(const std::complex<_Tp>& __z)
58 const std::complex<_Tp> __t = std::_GLIBCXX_TR1 asin(__z);
65 __complex_acos(__complex__ float __z)
66 { return __builtin_cacosf(__z); }
69 __complex_acos(__complex__ double __z)
70 { return __builtin_cacos(__z); }
73 __complex_acos(const __complex__ long double& __z)
74 { return __builtin_cacosl(__z); }
78 acos(const std::complex<_Tp>& __z)
79 { return __complex_acos(__z.__rep());
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 56 __complex_acos(const std::complex<_Tp>& __z)
58 const std::complex<_Tp> __t = std::_GLIBCXX_TR1 asin(__z);
65 __complex_acos(__complex__ float __z)
66 { return __builtin_cacosf(__z); }
69 __complex_acos(__complex__ double __z)
70 { return __builtin_cacos(__z); }
73 __complex_acos(const __complex__ long double& __z)
74 { return __builtin_cacosl(__z); }
78 acos(const std::complex<_Tp>& __z)
79 { return __complex_acos(__z.__rep());
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 56 __complex_acos(const std::complex<_Tp>& __z)
58 const std::complex<_Tp> __t = std::_GLIBCXX_TR1 asin(__z);
65 __complex_acos(__complex__ float __z)
66 { return __builtin_cacosf(__z); }
69 __complex_acos(__complex__ double __z)
70 { return __builtin_cacos(__z); }
73 __complex_acos(const __complex__ long double& __z)
74 { return __builtin_cacosl(__z); }
78 acos(const std::complex<_Tp>& __z)
79 { return __complex_acos(__z.__rep());
    [all...]
  /external/stlport/stlport/stl/
_complex.h 46 complex(const _Self& __z)
47 : _M_re(__z._M_re), _M_im(__z._M_im) {}
49 _Self& operator=(const _Self& __z) {
50 _M_re = __z._M_re;
51 _M_im = __z._M_im;
57 explicit complex(const complex<_Tp2>& __z)
58 : _M_re(__z._M_re), _M_im(__z._M_im) {}
61 _Self& operator=(const complex<_Tp2>& __z) {
    [all...]
_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);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 46 complex(const _Self& __z)
47 : _M_re(__z._M_re), _M_im(__z._M_im) {}
49 _Self& operator=(const _Self& __z) {
50 _M_re = __z._M_re;
51 _M_im = __z._M_im;
57 explicit complex(const complex<_Tp2>& __z)
58 : _M_re(__z._M_re), _M_im(__z._M_im) {}
61 _Self& operator=(const complex<_Tp2>& __z) {
    [all...]
_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);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 46 complex(const _Self& __z)
47 : _M_re(__z._M_re), _M_im(__z._M_im) {}
49 _Self& operator=(const _Self& __z) {
50 _M_re = __z._M_re;
51 _M_im = __z._M_im;
57 explicit complex(const complex<_Tp2>& __z)
58 : _M_re(__z._M_re), _M_im(__z._M_im) {}
61 _Self& operator=(const complex<_Tp2>& __z) {
    [all...]
_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);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 46 complex(const _Self& __z)
47 : _M_re(__z._M_re), _M_im(__z._M_im) {}
49 _Self& operator=(const _Self& __z) {
50 _M_re = __z._M_re;
51 _M_im = __z._M_im;
57 explicit complex(const complex<_Tp2>& __z)
58 : _M_re(__z._M_re), _M_im(__z._M_im) {}
61 _Self& operator=(const complex<_Tp2>& __z) {
    [all...]
_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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
complex 136 complex(const complex<_Up>& __z)
137 : _M_real(__z.real()), _M_imag(__z.imag()) { }
258 complex<_Tp>::operator=(const complex<_Up>& __z)
260 _M_real = __z.real();
261 _M_imag = __z.imag();
269 complex<_Tp>::operator+=(const complex<_Up>& __z)
271 _M_real += __z.real();
272 _M_imag += __z.imag();
280 complex<_Tp>::operator-=(const complex<_Up>& __z)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
complex 136 complex(const complex<_Up>& __z)
137 : _M_real(__z.real()), _M_imag(__z.imag()) { }
258 complex<_Tp>::operator=(const complex<_Up>& __z)
260 _M_real = __z.real();
261 _M_imag = __z.imag();
269 complex<_Tp>::operator+=(const complex<_Up>& __z)
271 _M_real += __z.real();
272 _M_imag += __z.imag();
280 complex<_Tp>::operator-=(const complex<_Up>& __z)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
complex 136 complex(const complex<_Up>& __z)
137 : _M_real(__z.real()), _M_imag(__z.imag()) { }
258 complex<_Tp>::operator=(const complex<_Up>& __z)
260 _M_real = __z.real();
261 _M_imag = __z.imag();
269 complex<_Tp>::operator+=(const complex<_Up>& __z)
271 _M_real += __z.real();
272 _M_imag += __z.imag();
280 complex<_Tp>::operator-=(const complex<_Up>& __z)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 54 __MATHCALL (cacos, (_Mdouble_complex_ __z));
56 __MATHCALL (casin, (_Mdouble_complex_ __z));
58 __MATHCALL (catan, (_Mdouble_complex_ __z));
61 __MATHCALL (ccos, (_Mdouble_complex_ __z));
63 __MATHCALL (csin, (_Mdouble_complex_ __z));
65 __MATHCALL (ctan, (_Mdouble_complex_ __z));
71 __MATHCALL (cacosh, (_Mdouble_complex_ __z));
73 __MATHCALL (casinh, (_Mdouble_complex_ __z));
75 __MATHCALL (catanh, (_Mdouble_complex_ __z));
78 __MATHCALL (ccosh, (_Mdouble_complex_ __z));
    [all...]
  /external/stlport/src/
complex_io.cpp 30 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<float>& __z)
31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; }
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z)
36 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z)
42 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
48 operator>>(basic_istream<char, char_traits<char> >& __is, complex<float>& __z) {
    [all...]
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_io.cpp 30 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<float>& __z)
31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; }
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z)
36 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z)
42 { return __os << '(' << __z.real() << ',' << __z.imag() << ')'; }
48 operator>>(basic_istream<char, char_traits<char> >& __is, complex<float>& __z) {
    [all...]
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...]
  /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...]
  /prebuilt/sdk/11/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...]

Completed in 383 milliseconds

1 2 3 4