Searched refs:x_l (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
313 x_l = x - x_h;
317 zz[2] = z_l + x_l * (x + x_h);
328 t = x * ee[1] + x_l * ee[0];
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
606 x_l = x - x_h;
610 zz[2] = z_l + x_l * (x + x_h);
618 t = x * ee[1] + x_l * ee[0];

Completed in 81 milliseconds