Searched refs:s_l (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp7.c21 double s2,s_l,t_l; local
31 s_l = v*((u-s_h*t_h)-s_h*t_l);
38 v = s_l*t_h+t_l*s;
/openbsd-current/lib/libm/src/
H A De_pow.c203 double ss,s2,s_h,s_l,t_h,t_l; local
217 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
227 s_l = v*((u-s_h*t_h)-s_h*t_l);
231 r += s_l*(s_h+ss);
238 v = s_l*t_h+t_l*ss;
H A De_powf.c141 float s2,s_h,s_l,t_h,t_l; local
155 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
165 s_l = v*((u-s_h*t_h)-s_h*t_l);
169 r += s_l*(s_h+s);
177 v = s_l*t_h+t_l*s;
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c148 long double s2, s_h, s_l, t_h, t_l; local
309 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
326 s_l = v * ((u - s_h * t_h) - s_h * t_l);
332 r += s_l * (s_h + s);
342 v = s_l * t_h + t_l * s;

Completed in 123 milliseconds