Searched refs:real_part_reciprocal (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Dcatrig.c522 * real_part_reciprocal(x, y) = Re(1/(x+I*y)) = x/(x*x + y*y).
531 real_part_reciprocal(double x, double y) function
608 return (CMPLX(real_part_reciprocal(x, y),
H A Dcatrigf.c316 real_part_reciprocal(float x, float y) function
366 return (CMPLXF(real_part_reciprocal(x, y),
H A Dcatrigl.c336 real_part_reciprocal(long double x, long double y) function
387 return (CMPLXL(real_part_reciprocal(x, y),

Completed in 48 milliseconds