Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_clog.c45 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local
108 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; in clog()
138 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v)); in clog()
141 _2sum(ax2l, ay2l); in clog()
144 _2sum(sl, ay2l); in clog()
147 return (CMPLX(log1p(ay2l + t + sh) / 2, v)); in clog()
H A Ds_clogf.c45 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local
108 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; in clogf()
138 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v)); in clogf()
141 _2sum(ax2l, ay2l); in clogf()
144 _2sum(sl, ay2l); in clogf()
147 return (CMPLXF(log1pf(ay2l + t + sh) / 2, v)); in clogf()
H A Ds_clogl.c59 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; in clogl() local
125 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; in clogl()
155 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl()
158 _2sum(ax2l, ay2l); in clogl()
161 _2sum(sl, ay2l); in clogl()
164 RETURNI(CMPLXL(log1pl(ay2l + t + sh) / 2, v)); in clogl()