Lines Matching full:_complex
5 double _Complex a = 5;
6 double _Complex b = 42;
11 _Complex double bar(int);
12 void test(_Complex double*);
13 void takecomplex(_Complex double);
16 _Complex double X;
22 _Complex double g1, g2;
23 _Complex float cf;
73 float _Complex t4();
76 float _Complex x = t4();
91 double t7(double _Complex c) {
99 const _Complex double test9const = 0;
100 _Complex double test9func() { return test9const; }