Home | History | Annotate | Download | only in src

Lines Matching refs:creal

281 	x = creal(z);
310 return (cpack(copysign(creal(w), x), copysign(cimag(w), y)));
338 double complex w = casinh(cpack(cimag(z), creal(z)));
340 return (cpack(cimag(w), creal(w)));
363 x = creal(z);
392 ry = creal(w) + m_ln2;
436 rx = creal(w);
460 x = creal(z);
518 * the code creal(1/z), because the imaginary part may produce an unwanted
571 x = creal(z);
636 double complex w = catanh(cpack(cimag(z), creal(z)));
638 return (cpack(cimag(w), creal(w)));