Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c511 sum_squares(double x, double y) in sum_squares() function
624 rx = log1p(4 * ax / sum_squares(ax - 1, ay)) / 4; in catanh()
Dcatrigf.c306 sum_squares(float x, float y) in sum_squares() function
377 rx = log1pf(4 * ax / sum_squares(ax - 1, ay)) / 4; in catanhf()
Dcatrigl.c326 sum_squares(long double x, long double y) in sum_squares() function
398 rx = log1pl(4 * ax / sum_squares(ax - 1, ay)) / 4; in catanhl()