Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h294 LIBC_NAMESPACE::shared::ExpandedFloat<_Fp> __expanded_float = {0, 0}; in __from_chars_floating_point_hex() local
300 __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() local
401 __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()