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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c23 double s2,s_l,t_l; local
33 s_l = v*((u-s_h*t_h)-s_h*t_l);
39 t_l = r-((t_h-3.0)-s2);
40 v = s_l*t_h+t_l*s;
/haiku-buildtools/gcc/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; local
332 t_l = ax - (t_h - bp[k]);
333 s_l = v * ((u - s_h * t_h) - s_h * t_l);
346 t_l = r - ((t_h - 3.0) - s2);
349 v = s_l * t_h + t_l * s;

Completed in 38 milliseconds