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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A De_pow.c224 double ss,s2,s_h,s_l,t_h,t_l; local
247 t_l = ax - (t_h-bp[k]);
248 s_l = v*((u-s_h*t_h)-s_h*t_l);
256 t_l = r-((t_h-3.0)-s2);
259 v = s_l*t_h+t_l*ss;

Completed in 33 milliseconds