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

/seL4-refos-master/libs/libmuslc/src/math/
H A Dpow.c219 double ss,s2,s_h,s_l,t_h,t_l; local
242 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
252 s_l = v*((u-s_h*t_h)-s_h*t_l);
256 r += s_l*(s_h+ss);
263 v = s_l*t_h + t_l*ss;
H A Dpowf.c146 float s2,s_h,s_l,t_h,t_l; local
169 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
180 s_l = v*((u - s_h*t_h) - s_h*t_l);
184 r += s_l*(s_h+s);
192 v = s_l*t_h + t_l*s;

Completed in 68 milliseconds