Searched refs:cimagl (Results 1 – 7 of 7) sorted by relevance
39 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
37 return (atan2l(cimagl(z), creall(z))); in cargl()
19 return hypotl(creall(z), cimagl(z)); in cabsl()
33 cimagl(long double complex z) in cimagl() function
37 return (cpackl(creall(z), -cimagl(z))); in conjl()
57 b = cimagl(z); in csqrtl()
65 long double cimagl(long double complex) __pure2;