Searched defs:complex (Results 1 – 3 of 3) 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() function44 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() function69 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 …]
116 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex) in WebCoreSetAlwaysUsesComplexTextCodePath()
5677 HRESULT STDMETHODCALLTYPE WebView::setAlwaysUsesComplexTextCodePath(BOOL complex) in setAlwaysUsesComplexTextCodePath()5684 HRESULT STDMETHODCALLTYPE WebView::alwaysUsesComplexTextCodePath(BOOL* complex) in alwaysUsesComplexTextCodePath()