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

  /external/elfutils/libebl/
eblsectionstripp.c 56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx, local
58 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;
  /device/google/contexthub/lib/libm/
ef_pow.c 151 float s2,s_h,s_l,t_h,t_l; local
165 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
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;
  /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/v8/src/third_party/fdlibm/
fdlibm.js     [all...]

Completed in 528 milliseconds