Searched refs:t_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
251 t_l = ax - (t_h-bp[k]);
252 s_l = v*((u-s_h*t_h)-s_h*t_l);
260 t_l = r - ((t_h-3.0)-s2);
263 v = s_l*t_h + t_l*ss;
H A Dpowf.c146 float s2,s_h,s_l,t_h,t_l; local
179 t_l = ax - (t_h - bp[k]);
180 s_l = v*((u - s_h*t_h) - s_h*t_l);
189 t_l = r - ((t_h - 3.0f) - s2);
192 v = s_l*t_h + t_l*s;

Completed in 31 milliseconds