Searched refs:__lit (Results 1 – 1 of 1) sorted by relevance
291 const _CharT* __lit = __lc->_M_atoms_in; in _M_extract_float() local301 const bool __plus = __c == __lit[__num_base::_S_iplus]; in _M_extract_float()302 if ((__plus || __c == __lit[__num_base::_S_iminus]) in _M_extract_float()322 else if (__c == __lit[__num_base::_S_izero]) in _M_extract_float()346 const char_type* __lit_zero = __lit + __num_base::_S_izero; in _M_extract_float()364 else if ((__c == __lit[__num_base::_S_ie] in _M_extract_float()365 || __c == __lit[__num_base::_S_iE]) in _M_extract_float()376 const bool __plus = __c == __lit[__num_base::_S_iplus]; in _M_extract_float()377 if (__plus || __c == __lit[__num_base::_S_iminus]) in _M_extract_float()448 else if ((__c == __lit[__num_base::_S_ie] in _M_extract_float()[all …]