Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clogf.c48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local
106 ax2l = axh * axh - ax2h + 2 * axh * axl + axl * axl; in clogf()
141 return (CMPLXF(logf(ay2l + ax2l + sl + sh) / 2, v)); in clogf()
144 _2sum(ax2l, ay2l); in clogf()
146 _2sum(sh, ax2l); in clogf()
148 t = ax2l + sl; in clogf()
Ds_clog.c48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local
106 ax2l = axh * axh - ax2h + 2 * axh * axl + axl * axl; in clog()
141 return (CMPLX(log(ay2l + ax2l + sl + sh) / 2, v)); in clog()
144 _2sum(ax2l, ay2l); in clog()
146 _2sum(sh, ax2l); in clog()
148 t = ax2l + sl; in clog()
Ds_clogl.c62 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; in clogl() local
123 ax2l = axh * axh - ax2h + 2 * axh * axl + axl * axl; in clogl()
158 RETURNI(CMPLXL(logl(ay2l + ax2l + sl + sh) / 2, v)); in clogl()
161 _2sum(ax2l, ay2l); in clogl()
163 _2sum(sh, ax2l); in clogl()
165 t = ax2l + sl; in clogl()