Searched refs:csqrt (Results 1 – 12 of 12) sorted by relevance
6 return csqrt(z); in csqrtl()
15 double complex r = clog(CMPLX(-y, x) + csqrt(w)); in casin()
42 double complex csqrt(double complex z) in csqrt() function
67 {double complex(*p)(double complex) = csqrt;} in f()
80 double complex csqrt(double complex);
584 EXPECT_EQ(0.0, csqrt(0));
502 csqrt;
321 "src/complex/csqrt.c",