HomeSort by relevance Sort by last modified time
    Searched refs:s_l (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libebl/
eblsectionstripp.c 77 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx, local
79 if (s_l != NULL && ebl_debugscn_p (ebl, s_l))
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 207 double ss,s2,s_h,s_l,t_h,t_l; local
221 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
231 s_l = v*((u-s_h*t_h)-s_h*t_l);
235 r += s_l*(s_h+ss);
242 v = s_l*t_h+t_l*ss;
e_powf.c 149 float s2,s_h,s_l,t_h,t_l; local
163 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
174 s_l = v*((u-s_h*t_h)-s_h*t_l);
178 r += s_l*(s_h+s);
186 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
223 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
233 s_l = v*((u-s_h*t_h)-s_h*t_l);
237 r += s_l*(s_h+ss);
244 v = s_l*t_h+t_l*ss;
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 199 double s2,s_h,s_l,t_h,t_l;
213 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
223 s_l = v*((u-s_h*t_h)-s_h*t_l);
227 r += s_l*(s_h+s);
234 v = s_l*t_h+t_l*s;

Completed in 439 milliseconds