Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/shared/
H A Dstr_to_float.h22 using internal::binary_exp_to_float;
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h296 auto __temp = LIBC_NAMESPACE::shared::binary_exp_to_float<_Fp>( in __from_chars_floating_point_hex()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h766 LIBC_INLINE FloatConvertReturn<T> binary_exp_to_float(ExpandedFloat<T> init_num, in binary_exp_to_float() function
1095 auto temp = binary_exp_to_float<T>({mantissa, exponent}, truncated, round); in hexadecimal_string_to_float()