Lines Matching refs:complex
73 double complex
74 csqrt(double complex z) in csqrt()
76 double complex w; in csqrt()
84 w = 0.0 + y * (double complex) I; in csqrt()
89 w = 0.0 + r * (double complex) I; in csqrt()
91 w = r + y * (double complex) I; in csqrt()
100 w = r + r * (double complex) I; in csqrt()
102 w = r - r * (double complex) I; in csqrt()
121 w = x + y * (double complex) I; in csqrt()
133 w = t - r * (double complex) I; in csqrt()
135 w = t + r * (double complex) I; in csqrt()