Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/shared/
H A Dstr_to_float.h19 using internal::FloatConvertReturn;
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h56 template <class T> struct FloatConvertReturn { struct
339 LIBC_INLINE FloatConvertReturn<T> simple_decimal_conversion(
349 FloatConvertReturn<T> output;
683 LIBC_INLINE FloatConvertReturn<T> decimal_exp_to_float(
693 FloatConvertReturn<T> output;
766 LIBC_INLINE FloatConvertReturn<T> binary_exp_to_float(ExpandedFloat<T> init_num, in binary_exp_to_float()
775 FloatConvertReturn<T> output; in binary_exp_to_float()