Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c151 float s2,s_h,s_l,t_h,t_l; local
174 t_l = ax - (t_h-bp[k]);
175 s_l = v*((u-s_h*t_h)-s_h*t_l);
184 t_l = r-((t_h-(float)3.0)-s2);
187 v = s_l*t_h+t_l*s;