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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c515 * real_part_reciprocal(x, y) = Re(1/(x+I*y)) = x/(x*x + y*y).
524 real_part_reciprocal(double x, double y) function
601 return (CMPLX(real_part_reciprocal(x, y),
H A Dcatrigf.c314 real_part_reciprocal(float x, float y) function
364 return (CMPLXF(real_part_reciprocal(x, y),

Completed in 72 milliseconds