Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Df2s.cpp399 const uint32_t _Total_fixed_length = _Data_olength + 9 * _Filled_blocks; in _Large_integer_to_chars() local
401 if (_Last - _First < static_cast<ptrdiff_t>(_Total_fixed_length)) { in _Large_integer_to_chars()
485 uint32_t _Total_fixed_length; in __to_chars() local
487 _Total_fixed_length = static_cast<uint32_t>(_Whole_digits); in __to_chars()
494 _Total_fixed_length -= _Adjustment[_Ryu_exponent]; in __to_chars()
498 _Total_fixed_length = __olength + 1; in __to_chars()
500 _Total_fixed_length = static_cast<uint32_t>(2 - _Ryu_exponent); in __to_chars()
503 if (_Last - _First < static_cast<ptrdiff_t>(_Total_fixed_length)) { in __to_chars()
558 _Mid = _First + _Total_fixed_length; in __to_chars()
601 return { _First + _Total_fixed_length, errc{} }; in __to_chars()
H A Dd2s.cpp420 uint32_t _Total_fixed_length; in __to_chars() local
422 _Total_fixed_length = static_cast<uint32_t>(_Whole_digits); in __to_chars()
435 _Total_fixed_length -= _Adjustment[_Ryu_exponent]; in __to_chars()
439 _Total_fixed_length = __olength + 1; in __to_chars()
441 _Total_fixed_length = static_cast<uint32_t>(2 - _Ryu_exponent); in __to_chars()
444 if (_Last - _First < static_cast<ptrdiff_t>(_Total_fixed_length)) { in __to_chars()
510 _Mid = _First + _Total_fixed_length; in __to_chars()
577 return { _First + _Total_fixed_length, errc{} }; in __to_chars()