Lines Matching refs:CMPLXL
205 return (CMPLXL(x, y+y));
207 return (CMPLXL(y, x+x));
208 if (y == 0) return (CMPLXL(x+x, y));
209 return (CMPLXL(x+0.0L+(y+0), x+0.0L+(y+0)));
217 return (CMPLXL(copysignl(creall(w), x), copysignl(cimagl(w), y)));
233 return (CMPLXL(copysignl(rx, x), copysignl(ry, y)));
239 long double complex w = casinhl(CMPLXL(cimagl(z), creall(z)));
240 return (CMPLXL(cimagl(w), creall(w)));
260 return (CMPLXL(y+y, -INFINITY));
262 return (CMPLXL(x+x, -y));
263 if (x == 0) return (CMPLXL(pio2_hi + pio2_lo, y+y));
264 return (CMPLXL(x+0.0L+(y+0), x+0.0L+(y+0)));
273 return (CMPLXL(rx, ry));
277 return (CMPLXL(0, -y));
282 return (CMPLXL(pio2_hi - (x - pio2_lo), -y));
298 return (CMPLXL(rx, ry));
311 return (CMPLXL(ry, rx));
313 return (CMPLXL(fabsl(ry), rx));
315 return (CMPLXL(ry, ry));
316 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z))));
336 return (CMPLXL(logl(hypotl(x / m_e, y / m_e)) + 1, atan2l(y, x)));
339 return (CMPLXL(logl(hypotl(x, y)), atan2l(y, x)));
341 return (CMPLXL(logl(ax*ax + ay*ay) / 2, atan2l(y, x)));
390 return (CMPLXL(atanhl(x), y)); /* XXX need atanhl() */
393 return (CMPLXL(x, atanl(y)));
397 return (CMPLXL(copysignl(0, x), y+y));
399 return (CMPLXL(copysignl(0, x), copysignl(pio2_hi + pio2_lo, y)));
400 return (CMPLXL(x+0.0L+(y+0), x+0.0L+(y+0)));
404 return (CMPLXL(real_part_reciprocal(x, y), copysignl(pio2_hi + pio2_lo, y)));
428 return (CMPLXL(copysignl(rx, x), copysignl(ry, y)));
434 long double complex w = catanhl(CMPLXL(cimagl(z), creall(z)));
435 return (CMPLXL(cimagl(w), creall(w)));