Searched refs:_Exponent2 (Results 1 – 2 of 2) sorted by relevance
296 const uint32_t _Mantissa2, const int32_t _Exponent2) { in _Large_integer_to_chars() argument312 _LIBCPP_ASSERT(_Exponent2 > 0, ""); in _Large_integer_to_chars()313 _LIBCPP_ASSERT(_Exponent2 <= 104, ""); // because __ieeeExponent <= 254 in _Large_integer_to_chars()330 uint32_t _Maxidx = ((24 + static_cast<uint32_t>(_Exponent2) + 31) / 32) - 1; in _Large_integer_to_chars()333 const uint32_t _Bit_shift = static_cast<uint32_t>(_Exponent2) % 32; in _Large_integer_to_chars()544 const int32_t _Exponent2 = static_cast<int32_t>(__ieeeExponent) in __to_chars() local548 return _Large_integer_to_chars(_First, _Last, _Mantissa2, _Exponent2); in __to_chars()699 const int32_t _Exponent2 = static_cast<int32_t>(__ieeeExponent) in __f2s_buffered_n() local705 if (_Exponent2 > 0) { in __f2s_buffered_n()706 return _Large_integer_to_chars(_First, _Last, _Mantissa2, _Exponent2); in __f2s_buffered_n()
737 const int32_t _Exponent2 = static_cast<int32_t>(__ieeeExponent) in __d2s_buffered_n() local753 if (_Exponent2 > 0) { in __d2s_buffered_n()