HomeSort by: relevance | last modified time | path
    Searched defs:real_part_reciprocal (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/complex/
catrig.c 538 * real_part_reciprocal(x, y) = Re(1/(x+I*y)) = x/(x*x + y*y).
547 real_part_reciprocal(double x, double y) function in typeref:typename:double
624 return (CMPLX(real_part_reciprocal(x, y),
catrigf.c 327 real_part_reciprocal(float x, float y) function in typeref:typename:float
377 return (CMPLXF(real_part_reciprocal(x, y),
catrigl.c 354 real_part_reciprocal(long double x, long double y) function in typeref:typename:long double
404 return (CMPLXL(real_part_reciprocal(x, y), copysignl(pio2_hi + pio2_lo, y)));

Completed in 228 milliseconds