Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/ryu/
H A Df2s.cpp397 const uint32_t _Total_fixed_length = _Data_olength + 9 * _Filled_blocks; in _Large_integer_to_chars() local
399 if (_Last - _First < static_cast<ptrdiff_t>(_Total_fixed_length)) { in _Large_integer_to_chars()
483 uint32_t _Total_fixed_length; in __to_chars() local
485 _Total_fixed_length = static_cast<uint32_t>(_Whole_digits); in __to_chars()
492 _Total_fixed_length -= _Adjustment[_Ryu_exponent]; in __to_chars()
496 _Total_fixed_length = __olength + 1; in __to_chars()
498 _Total_fixed_length = static_cast<uint32_t>(2 - _Ryu_exponent); in __to_chars()
501 if (_Last - _First < static_cast<ptrdiff_t>(_Total_fixed_length)) { in __to_chars()
556 _Mid = _First + _Total_fixed_length; in __to_chars()
599 return { _First + _Total_fixed_length, errc{} }; in __to_chars()
H A Dd2s.cpp419 uint32_t _Total_fixed_length; in __to_chars() local
421 _Total_fixed_length = static_cast<uint32_t>(_Whole_digits); in __to_chars()
434 _Total_fixed_length -= _Adjustment[_Ryu_exponent]; in __to_chars()
438 _Total_fixed_length = __olength + 1; in __to_chars()
440 _Total_fixed_length = static_cast<uint32_t>(2 - _Ryu_exponent); in __to_chars()
443 if (_Last - _First < static_cast<ptrdiff_t>(_Total_fixed_length)) { in __to_chars()
509 _Mid = _First + _Total_fixed_length; in __to_chars()
576 return { _First + _Total_fixed_length, errc{} }; in __to_chars()