Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h46 template <class T> struct ExpandedFloat { struct
57 ExpandedFloat<T> num = {0, 0}; argument
90 LIBC_INLINE cpp::optional<ExpandedFloat<T>>
91 eisel_lemire(ExpandedFloat<T> init_num,
192 ExpandedFloat<T> output;
203 LIBC_INLINE cpp::optional<ExpandedFloat<long double>>
204 eisel_lemire<long double>(ExpandedFloat<long double> init_num,
317 ExpandedFloat<long double> output;
546 LIBC_INLINE cpp::optional<ExpandedFloat<T>>
547 clinger_fast_path(ExpandedFloat<T> init_num,
[all …]
/freebsd/contrib/llvm-project/libc/shared/
H A Dstr_to_float.h18 using internal::ExpandedFloat;
/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()
390 LIBC_NAMESPACE::shared::ExpandedFloat<_Fp> __expanded_float = {0, 0}; in __from_chars_floating_point_decimal()