Searched refs:__expanded_float (Results 1 – 1 of 1) sorted by relevance
294 LIBC_NAMESPACE::shared::ExpandedFloat<_Fp> __expanded_float = {0, 0}; in __from_chars_floating_point_hex() local300 __expanded_float = __temp.num; in __from_chars_floating_point_hex()306 …return std::__calculate_result<_Fp>(__expanded_float.mantissa, __expanded_float.exponent, __negati… in __from_chars_floating_point_hex()390 LIBC_NAMESPACE::shared::ExpandedFloat<_Fp> __expanded_float = {0, 0}; in __from_chars_floating_point_decimal() local401 __expanded_float = __temp.num; in __from_chars_floating_point_decimal()407 …return std::__calculate_result(__expanded_float.mantissa, __expanded_float.exponent, __negative, _… in __from_chars_floating_point_decimal()