HomeSort by relevance Sort by last modified time
    Searched full:real_part_reciprocal (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
catrigf.c 314 real_part_reciprocal(float x, float y) function
364 return (CMPLXF(real_part_reciprocal(x, y),
catrig.c 515 * 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),

Completed in 430 milliseconds