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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c22 double s_h,t_h; local
27 uz.d = s_h = s = u*v;
29 s_h = uz.d;
33 s_l = v*((u-s_h*t_h)-s_h*t_l);
36 s2 = s_h*s_h;
/haiku-buildtools/gcc/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; local
316 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
320 s_h = s;
322 o.value = s_h;
325 s_h = o.value;
333 s_l = v * ((u - s_h * t_h) - s_h * t_l);
339 r += s_l * (s_h + s);
340 s2 = s_h * s_h;
[all...]

Completed in 55 milliseconds