Searched defs:complex (Results 1 – 7 of 7) sorted by relevance
36 struct complex { struct38 typedef complex<_Tp> _Self; argument41 complex() : _M_re(0), _M_im(0) {} in complex() function42 complex(const value_type& __x) in complex() argument44 complex(const value_type& __x, const value_type& __y) in complex() function46 complex(const _Self& __z) in complex() argument57 explicit complex(const complex<_Tp2>& __z) in complex() argument69 value_type real() const { return _M_re; } in real()70 value_type imag() const { return _M_im; } in imag()130 template <class _Tp2> _Self& operator/= (const complex<_Tp2>& __z) { argument[all …]
7 class complex : public BB, BB1 { class9 complex() in complex() function in complex
117 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex) in WebCoreSetAlwaysUsesComplexTextCodePath()
46 _Complex float complex; member
1016 ComplexPairTy complex = EmitComplexExpr(init); in EmitExprAsInit() local
1256 ComplexPairTy complex = LoadComplexFromAddr(local, /*volatile*/ false); in EmitDelegateCallArg() local
5871 HRESULT STDMETHODCALLTYPE WebView::setAlwaysUsesComplexTextCodePath(BOOL complex) in setAlwaysUsesComplexTextCodePath()5878 HRESULT STDMETHODCALLTYPE WebView::alwaysUsesComplexTextCodePath(BOOL* complex) in alwaysUsesComplexTextCodePath()