Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_pow.c151 float s2,s_h,s_l,t_h,t_l; local
175 s_l = v*((u-s_h*t_h)-s_h*t_l);
179 r += s_l*(s_h+s);
187 v = s_l*t_h+t_l*s;
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_pow.c224 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local
248 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
252 r += s_l*(s_h+ss); in __ieee754_pow()
259 v = s_l*t_h+t_l*ss; in __ieee754_pow()