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

/freebsd-12-stable/lib/msun/src/
H A Dcatrig.c504 * sum_squares(x,y) = x*x + y*y (or just x*x if y*y would underflow).
511 sum_squares(double x, double y) function
624 rx = log1p(4 * ax / sum_squares(ax - 1, ay)) / 4;
H A Dcatrigf.c306 sum_squares(float x, float y) function
377 rx = log1pf(4 * ax / sum_squares(ax - 1, ay)) / 4;
H A Dcatrigl.c326 sum_squares(long double x, long double y) function
398 rx = log1pl(4 * ax / sum_squares(ax - 1, ay)) / 4;

Completed in 109 milliseconds