HomeSort by relevance Sort by last modified time
    Searched defs:t_l (Results 1 - 3 of 3) sorted by null

  /bionic/libm/src/
e_pow.c 205 double ss,s2,s_h,s_l,t_h,t_l; local
228 t_l = ax - (t_h-bp[k]);
229 s_l = v*((u-s_h*t_h)-s_h*t_l);
237 t_l = r-((t_h-3.0)-s2);
240 v = s_l*t_h+t_l*ss;
e_powf.c 147 float s2,s_h,s_l,t_h,t_l; local
171 t_l = ax - (t_h-bp[k]);
172 s_l = v*((u-s_h*t_h)-s_h*t_l);
181 t_l = r-((t_h-(float)3.0)-s2);
184 v = s_l*t_h+t_l*s;
  /external/fdlibm/
e_pow.c 209 double ss,s2,s_h,s_l,t_h,t_l; local
232 t_l = ax - (t_h-bp[k]);
233 s_l = v*((u-s_h*t_h)-s_h*t_l);
241 t_l = r-((t_h-3.0)-s2);
244 v = s_l*t_h+t_l*ss;

Completed in 468 milliseconds