Searched refs:p_h (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_atan2.c | 81 double r, s, t, p_h, p_l, z_h, z_l, p; local 87 p_h = (double) ((float) p); 90 p_l += e[0] - (p_h - a[n]); 94 t = z_h * p_h; 95 s = z[0] * p_l + p_h * z_l; 96 p_h = (double) ((float) p); 98 r = t - (p_h - a[i]); 103 t = z_h * p_h; 104 s = z[0] * p_l + p_h * z_l;
|
H A D | k_atan2l.c | 88 long double r, s, t, p_h, p_l, z_h, z_l, p, w; local 94 p_h = w; 97 p_l += e[0] - (p_h - a[n]); 102 t = z_h * p_h; 103 s = z[0] * p_l + p_h * z_l; 105 p_h = w; 107 r = t - (p_h - a[i]); 113 t = z_h * p_h; 114 s = z[0] * p_l + p_h * z_l;
|
Completed in 60 milliseconds