Home
last modified time | relevance | path

Searched refs:s_l (Results 1 – 3 of 3) 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;
/external/tensorflow/tensorflow/python/kernel_tests/
Das_string_op_test.py156 def clean_nans(s_l): argument
157 return [s.decode("ascii").replace("-nan", "nan") for s in s_l]