Home | History | Annotate | Download | only in CodeGen

Lines Matching full:_complex

4 extern float crealf(float _Complex);
5 extern double creal(double _Complex);
6 extern long double creall(long double _Complex);
8 extern float cimagf(float _Complex);
9 extern double cimag(double _Complex);
10 extern long double cimagl(long double _Complex);
12 double test_creal(double _Complex z) {
18 long double test_creall(double _Complex z) {
24 float test_crealf(double _Complex z) {
30 double test_cimag(double _Complex z) {
36 long double test_cimagl(double _Complex z) {
42 float test_cimagf(double _Complex z) {