Home
last modified time | relevance | path

Searched refs:ayh (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
105 ayh = (double)(ay - t) + t; in clog()
106 ayl = ay - ayh; in clog()
108 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; 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
105 ayh = (float)(ay - t) + t; in clogf()
106 ayl = ay - ayh; in clogf()
108 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; in clogf()
H A Ds_clogl.c59 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; in clogl() local
122 ayh = (long double)(ay - t) + t; in clogl()
123 ayl = ay - ayh; in clogl()
125 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; in clogl()