Searched defs:z_h (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_atan2l.c | 88 long double r, s, t, p_h, p_l, z_h, z_l, p, w; local 96 z_h = z[1]; z_l = z[2]; 102 t = z_h * p_h; 113 t = z_h * p_h; 574 long double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, local 605 z_h = z; HALF(z_h); 607 z_l = (x_h * x_h - z_h); 609 zz[1] = z_h; 645 z_h [all...] |
H A D | k_atan2.c | 81 double r, s, t, p_h, p_l, z_h, z_l, p; local 89 z_h = z[1]; z_l = z[2]; 94 t = z_h * p_h; 103 t = z_h * p_h; 283 double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, local 312 z_h = (double) ((float) z); 314 z_l = (x_h * x_h - z_h); 316 zz[1] = z_h; 362 z_h = (double) ((float) z); 364 z_l = (r_h * r_h - z_h); [all...] |
Completed in 47 milliseconds