Searched defs:complex (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dcomplex.h39 # undef complex macro
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dcomplex.h26 #define complex _Complex macro
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddefarg4.C4 class complex class
H A Ddebug9.C13 template<> class complex<double> class in namespace:std
24 complex<double>::complex(double __r, double __i) function in class:std::complex
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dvec-shr.c6 typedef struct { double r, i; } complex; typedef in typeref:struct:__anon1848
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-complex.C5 struct complex struct
10 constexpr complex(_ComplexT __z) : _M_value(__z) { } function in struct:complex
12 constexpr complex(float __r = 0.0f, float __i = 0.0f) function in struct:complex
H A Dconstexpr-diag3.C16 struct complex // { dg-message "no constexpr constructor" } struct
18 complex(double r, double i) : re(r), im(i) { } function in struct:complex
H A Dconstexpr-ex1.C45 struct complex { struct
46 constexpr complex(double r, double i) : re(r), im(i) { } function in struct:complex
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors12.C9 class complex { class
15 complex() { re=im=0; magic=MAGIC; } function in class:complex
16 complex(double d) { re=d; im=0; magic=MAGIC; } function in class:complex
17 complex(double d, double d2) {re=d; im=d2; magic=MAGIC; } function in class:complex
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload8.C3 typedef struct{double re,im;} complex; typedef in typeref:struct:__anon1211
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D981007-1.c6 } complex; typedef in typeref:struct:complexm
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-3.c1 struct complex struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpartial15.C4 template<typename D> struct complex { }; struct
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtiemann2.C8 class complex class
12 complex (double r, double i=0) { re = r; im = i; } function in class:complex
[all...]
H A Dt16.C12 class complex class
16 complex (double r, double i=0) { re = r; im = i; } function in class:complex
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dvalue_4.c8 #define complex __complex__ macro
H A Dc_by_val.c7 #define complex __complex__ macro
[all...]
H A Df2c_4.c10 #define complex __complex__ macro
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Ddcomplex.h36 class complex<double> class
39 complex (double r = 0, double i = 0): re (r), im (i) { } function in class:complex
40 complex (const complex<float>& r): re (r.real ()), im (r.imag ()) { } function in class:complex
86 inline complex<float>::complex (const complex<double>& r) function in class:complex
[all...]
H A Dfcomplex.h36 class complex<float> class
39 complex (float r = 0, float i = 0): re (r), im (i) { } function in class:complex
[all...]
H A Dldcomplex.h36 class complex<long double> class
39 complex (long double r = 0, long double i = 0): re (r), im (i) { } function in class:complex
40 complex (const complex<float>& r): re (r.real ()), im (r.imag ()) { } function in class:complex
41 complex (const complex<double>& r): re (r.real ()), im (r.imag ()) { } function in class:complex
86 inline complex<float>::complex (const complex<long double>& r) function in class:complex
90 inline complex<double>::complex (const complex<long double>& r) function in class:complex
[all...]
H A Dcomplext.h55 class complex class
58 complex (_FLT r = 0, _FLT i = 0): re (r), im (i) { } function in class:complex
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr64568.C14 template <> struct complex<double> struct in namespace:std
16 complex (int __i) : _M_value{ __i } {} function in struct:std::complex
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drename1.go25 complex = 4 const
H A Drename.go67 complex = 4 const

Completed in 310 milliseconds

12