Home
last modified time | relevance | path

Searched defs:__z (Results 1 – 8 of 8) sorted by relevance

/external/stlport/src/
Dcomplex_io.cpp30 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<float>& __z) in operator <<()
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z) in operator <<()
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z) in operator <<()
48 operator>>(basic_istream<char, char_traits<char> >& __is, complex<float>& __z) { in operator >>()
74 operator>>(basic_istream<char, char_traits<char> >& __is, complex<double>& __z) { in operator >>()
101 operator>>(basic_istream<char, char_traits<char> >& __is, complex<long double>& __z) { in operator >>()
Dcomplex.cpp40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) in abs()
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) in abs()
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) in abs()
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) in arg()
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) in arg()
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) in arg()
/external/clang/lib/Headers/
Dtgmath.h59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument
735 __tg_fma(float __x, float __y, float __z) in __tg_fma()
740 __tg_fma(double __x, double __y, double __z) in __tg_fma()
745 __tg_fma(long double __x,long double __y, long double __z) in __tg_fma()
749 #define fma(__x, __y, __z) \ argument
1104 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo()
1109 __tg_remquo(double __x, double __y, int* __z) in __tg_remquo()
1114 __tg_remquo(long double __x,long double __y, int* __z) in __tg_remquo()
1118 #define remquo(__x, __y, __z) \ argument
Dxmmintrin.h600 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
606 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/external/stlport/stlport/stl/
D_tree.c143 _Rb_global<_Dummy>::_Rebalance_for_erase(_Rb_tree_node_base* __z, in _Rebalance_for_erase()
D_function.h306 const _Operation3& __z) in binary_compose()
/external/kernel-headers/original/linux/
Dmmzone.h86 #define zone_pcp(__z, __cpu) ((__z)->pageset[(__cpu)]) argument
88 #define zone_pcp(__z, __cpu) (&(__z)->pageset[(__cpu)]) argument
/external/stlport/stlport/stl/debug/
D_hashtable.h326 void max_load_factor(float __z) { in max_load_factor()