Home
last modified time | relevance | path

Searched refs:p_h (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libm/common/complex/
H A Dk_atan2.c81 double r, s, t, p_h, p_l, z_h, z_l, p; in mx_poly() local
87 p_h = (double) ((float) p); in mx_poly()
90 p_l += e[0] - (p_h - a[n]); in mx_poly()
94 t = z_h * p_h; in mx_poly()
95 s = z[0] * p_l + p_h * z_l; in mx_poly()
96 p_h = (double) ((float) p); in mx_poly()
98 r = t - (p_h - a[i]); in mx_poly()
103 t = z_h * p_h; in mx_poly()
104 s = z[0] * p_l + p_h * z_l; in mx_poly()
H A Dk_atan2l.c88 long double r, s, t, p_h, p_l, z_h, z_l, p, w; in mx_polyl() local
94 p_h = w; in mx_polyl()
97 p_l += e[0] - (p_h - a[n]); in mx_polyl()
102 t = z_h * p_h; in mx_polyl()
103 s = z[0] * p_l + p_h * z_l; in mx_polyl()
105 p_h = w; in mx_polyl()
107 r = t - (p_h - a[i]); in mx_polyl()
113 t = z_h * p_h; in mx_polyl()
114 s = z[0] * p_l + p_h * z_l; in mx_polyl()