Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/libc/shared/
H A Dstr_to_float.h21 using internal::binary_exp_to_float;
/aosp_15_r20/external/llvm-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()