Searched refs:x_h (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2.c283 double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, local
311 x_h = (double) ((float) x);
313 x_l = x - x_h;
314 z_l = (x_h * x_h - z_h);
317 zz[2] = z_l + x_l * (x + x_h);
327 r = x_h * ee[0];
360 x_h = (double) ((float) x);
363 r_l = r * ((x_h - x) * r_h - (x_h * r_
[all...]
H A Dk_atan2l.c574 long double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, local
604 x_h = x; HALF(x_h);
606 x_l = x - x_h;
607 z_l = (x_h * x_h - z_h);
610 zz[2] = z_l + x_l * (x + x_h);
617 r = x_h * ee[0];
643 x_h = x; HALF(x_h);
[all...]

Completed in 59 milliseconds