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

  /src/lib/libm/complex/
catrig.c 520 * sum_squares(x,y) = x*x + y*y (or just x*x if y*y would underflow).
527 sum_squares(double x, double y) function in typeref:typename:double
640 rx = log1p(4 * ax / sum_squares(ax - 1, ay)) / 4;
catrigf.c 317 sum_squares(float x, float y) function in typeref:typename:float
388 rx = log1pf(4 * ax / sum_squares(ax - 1, ay)) / 4;
catrigl.c 345 sum_squares(long double x, long double y) function in typeref:typename:long double
419 rx = log1pl(4*ax / sum_squares(ax-1, ay)) / 4;

Completed in 12 milliseconds