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

/freebsd-13-stable/lib/msun/src/
H A Dcatrig.c159 double Am1, Amy; /* A-1, A-y. */ local
176 * Am1 = fp + fm, where fp = f(x, 1+y), and fm = f(x, 1-y).
177 * rx = log1p(Am1 + sqrt(Am1*(A+1)))
190 Am1 = f(x, 1 + y, R) + f(x, 1 - y, S);
191 *rx = log1p(Am1 + sqrt(Am1 * (A + 1)));
H A Dcatrigf.c94 float Am1, Amy; local
107 Am1 = f(x, 1 + y, R) + f(x, 1 - y, S);
108 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1)));
H A Dcatrigl.c113 long double Am1, Amy; local
126 Am1 = f(x, 1 + y, R) + f(x, 1 - y, S);
127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1)));

Completed in 42 milliseconds