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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c497 * sum_squares(x,y) = x*x + y*y (or just x*x if y*y would underflow).
504 sum_squares(double x, double y) function
617 rx = log1p(4 * ax / sum_squares(ax - 1, ay)) / 4;
H A Dcatrigf.c304 sum_squares(float x, float y) function
375 rx = log1pf(4 * ax / sum_squares(ax - 1, ay)) / 4;

Completed in 684 milliseconds