Searched defs:complex (Results 1 – 10 of 10) sorted by relevance
36 struct complex { struct38 typedef complex<_Tp> _Self; argument41 complex() : _M_re(0), _M_im(0) {} in complex() argument42 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 …]
3 template<typename T> struct complex { struct10 complex<double> z; in std_example() argument
7 class complex : public BB, BB1 { class9 complex() in complex() function in complex
939 class complex { class942 constexpr complex(int re = 0, int im = 0) : re(re), im(im) {} in complex() function in Complex::complex943 constexpr complex(const complex &o) : re(o.re), im(o.im) {} in complex() function in Complex::complex
117 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex) in WebCoreSetAlwaysUsesComplexTextCodePath()
46 _Complex float complex; member
585 Set<String> complex = Sets.newTreeSet(STRING_LENGTH); in testEquals_bothExplicitOrdering() local
1096 ComplexPairTy complex = EmitComplexExpr(init); in EmitExprAsInit() local
1559 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()