Searched refs:complex (Results 1 - 25 of 238) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/include/
H A Dcomplex.h1 /* $NetBSD: complex.h,v 1.2 2009/07/22 15:09:57 drochner Exp $ */
11 #define complex _Complex macro
21 double complex cacos(double complex);
22 float complex cacosf(float complex);
25 double complex casin(double complex);
26 float complex casinf(float complex);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dcomplex.h32 #include <complex>
34 using std::complex;
35 typedef complex<float> float_complex;
36 typedef complex<double> double_complex;
37 typedef complex<long double> long_double_complex;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist13.C5 #include <complex>
8 std::complex<int> i2 ({0});
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Ddefarg4.C4 class complex class
7 complex();
12 MLC33( const complex& = complex() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Ddefarg4.C4 class complex class
7 complex();
12 MLC33( const complex& = complex() );
/netbsd-6-1-5-RELEASE/lib/libm/complex/
H A Dcasinh.c33 #include <complex.h>
35 double complex
36 casinh(double complex z)
38 double complex w;
H A Dcatanh.c33 #include <complex.h>
35 double complex
36 catanh(double complex z)
38 double complex w;
H A Dcephes_subr.h5 double _ctans(double complex);
H A Dcephes_subrf.h5 float _ctansf(float complex);
H A Dcacosh.c32 #include <complex.h>
34 double complex
35 cacosh(double complex z)
37 double complex w;
H A Dcacoshf.c32 #include <complex.h>
34 float complex
35 cacoshf(float complex z)
37 float complex w;
H A Dcasinhf.c33 #include <complex.h>
35 float complex
36 casinhf(float complex z)
38 float complex w;
H A Dcatanhf.c33 #include <complex.h>
35 float complex
36 catanhf(float complex z)
38 float complex w;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/headers/complex/
H A Dsynopsis.cc20 #include <complex>
23 template<class T> class complex;
24 template<> class complex<float>;
25 template<> class complex<double>;
26 template<> class complex<long double>;
30 complex<T> operator+(const complex<T>&, const complex<T>&);
31 template<class T> complex<T> operator+(const complex<
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-tgmath-3.c6 /* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */
8 /* Test that invoking type-generic exp on a complex invokes cexp. */
11 complex double foo(complex double x)
H A Dc99-tgmath-4.c6 /* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */
8 /* Test that invoking type-generic pow on complex float invokes cpowf. */
11 complex double foo(complex float x, float y)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors6.C3 #include <complex>
5 double foo(std::complex<double> *a)
13 std::complex<double> v[10];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors6.C3 #include <complex>
5 double foo(std::complex<double> *a)
13 std::complex<double> v[10];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/
H A Dbuggy_complex.cc26 #include <complex>
30 std::complex<double> a(9), b(0, 8), c;
H A Dpow.cc6 #include <complex>
11 std::complex<double> z;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/complex/
H A Dbuggy_complex.cc27 #include <complex>
31 std::complex<double> a(9), b(0, 8), c;
H A Dpow.cc6 #include <complex>
11 std::complex<double> z;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dcomplex_io.cc1 // The template and inlines for the -*- C++ -*- complex number classes.
30 #include <complex>
36 operator>>(basic_istream<char, char_traits<char> >&, complex<float>&);
41 const complex<float>&);
45 operator>>(basic_istream<char, char_traits<char> >&, complex<double>&);
50 const complex<double>&);
55 complex<long double>&);
60 const complex<long double>&);
66 complex<float>&);
71 const complex<floa
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-3.c1 struct complex struct
7 struct complex cmplx (float, float);
9 struct complex
12 struct complex c;
20 struct complex z = f (1.0, 0.0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-3.c1 struct complex struct
7 struct complex cmplx (float, float);
9 struct complex
12 struct complex c;
20 struct complex z = f (1.0, 0.0);

Completed in 279 milliseconds

12345678910