Searched refs:ax2h (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_clogl.c62 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; local
122 ax2h = ax * ax;
123 ax2l = axh * axh - ax2h + 2 * axh * axl + axl * axl;
154 sh = ax2h;
H A Ds_clog.c48 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; local
105 ax2h = ax * ax;
106 ax2l = axh * axh - ax2h + 2 * axh * axl + axl * axl;
137 sh = ax2h;
H A Ds_clogf.c48 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; local
105 ax2h = ax * ax;
106 ax2l = axh * axh - ax2h + 2 * axh * axl + axl * axl;
137 sh = ax2h;

Completed in 117 milliseconds