Home
last modified time | relevance | path

Searched defs:complex (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h115 struct complex struct
122 complex(const _Tp& = _Tp(), const _Tp & = _Tp()); argument
140 complex<_Tp>& operator=(const _Tp&); argument
155 complex<_Tp>& operator=(const complex<_Up>&); argument
178 complex<_Tp>::real() { return _M_real; } in real() argument
194 complex<_Tp>::complex(const _Tp& __r, const _Tp& __i) in complex() function
200 complex<_Tp>::complex(const complex<_Up>& __z) in complex() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-3.c1 struct complex struct
7 struct complex cmplx (float, float); argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors12.C14 complex() { re=im=0; magic=MAGIC; } in complex() function
15 complex(double d) { re=d; im=0; magic=MAGIC; } in complex() function
16 complex(double d, double d2) {re=d; im=d2; magic=MAGIC; } in complex() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_complex.h56 template<typename _Tp> class complex; variable
137 complex<_Tp>::complex(const _Tp& __r, const _Tp& __i) in complex() function
143 complex<_Tp>::complex(const complex<_Up>& __z) in complex() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddebug9.C11 template<typename _Tp> class complex; variable
24 complex<double>::complex(double __r, double __i) in complex() function
/openbsd/include/
H A Dcomplex.h33 #define complex _Complex macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload8.C3 typedef struct{double re,im;} complex; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D981007-1.c6 } complex; typedef
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1953 ComplexPairTy complex = EmitComplexExpr(init); in EmitExprAsInit() local