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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_powf.c149 float s2,s_h,s_l,t_h,t_l; local
173 t_l = ax - (t_h-bp[k]);
174 s_l = v*((u-s_h*t_h)-s_h*t_l);
183 t_l = r-((t_h-(float)3.0)-s2);
186 v = s_l*t_h+t_l*s;
H A De_pow.c207 double ss,s2,s_h,s_l,t_h,t_l; local
230 t_l = ax - (t_h-bp[k]);
231 s_l = v*((u-s_h*t_h)-s_h*t_l);
239 t_l = r-((t_h-3.0)-s2);
242 v = s_l*t_h+t_l*ss;

Completed in 27 milliseconds