Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionstripp.c56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx, in ebl_section_strip_p() local
58 if (s_l != NULL && ebl_debugscn_p (ebl, s_l)) in ebl_section_strip_p()
/external/fdlibm/
De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local
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;