HomeSort by relevance Sort by last modified time
    Searched refs:ay2l (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_clog.c 48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; local
111 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl;
141 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v));
144 _2sum(ax2l, ay2l);
147 _2sum(sl, ay2l);
150 return (CMPLX(log1p(ay2l + t + sh) / 2, v));
s_clogf.c 48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; local
111 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl;
141 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v));
144 _2sum(ax2l, ay2l);
147 _2sum(sl, ay2l);
150 return (CMPLXF(log1pf(ay2l + t + sh) / 2, v));
s_clogl.c 62 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; local
128 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl;
158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v));
161 _2sum(ax2l, ay2l);
164 _2sum(sl, ay2l);
167 RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v));

Completed in 213 milliseconds