Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libstdc++/include/bits/
Dlocale_facets.tcc342 bool __found_sci = false; in _M_extract_float() local
359 && !__found_dec && !__found_sci) in _M_extract_float()
366 && !__found_sci && __found_mantissa) in _M_extract_float()
370 __found_sci = true; in _M_extract_float()
403 if (!__found_dec && !__found_sci) in _M_extract_float()
425 if (!__found_dec && !__found_sci) in _M_extract_float()
450 && !__found_sci && __found_mantissa) in _M_extract_float()
456 __found_sci = true; in _M_extract_float()
492 if (!__found_dec && !__found_sci) in _M_extract_float()
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-2003203 When __found_sci becomes true stop eating thousands separators