Home
last modified time | relevance | path

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

/external/lib/libm/
A De_powf.c147 float s2,s_h,s_l,t_h,t_l; in __ieee754_powf() local
171 t_l = ax - (t_h-bp[k]); in __ieee754_powf()
172 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_powf()
181 t_l = r-((t_h-(float)3.0)-s2); in __ieee754_powf()
184 v = s_l*t_h+t_l*s; in __ieee754_powf()
A De_pow.c205 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local
228 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
229 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
237 t_l = r-((t_h-3.0)-s2); in __ieee754_pow()
240 v = s_l*t_h+t_l*ss; in __ieee754_pow()

Completed in 3 milliseconds