Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A Ds_clogl.c57 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; in clogl() local
120 ayh = (long double)(ay - t) + t; in clogl()
121 ayl = ay - ayh; in clogl()
123 ay2l = ayh * ayh - ay2h + 2 * ayh * ayl + ayl * ayl; in clogl()