Searched refs:binary_exp_to_float (Results 1 – 3 of 3) sorted by relevance
22 using internal::binary_exp_to_float;
296 auto __temp = LIBC_NAMESPACE::shared::binary_exp_to_float<_Fp>( in __from_chars_floating_point_hex()
766 LIBC_INLINE FloatConvertReturn<T> binary_exp_to_float(ExpandedFloat<T> init_num, in binary_exp_to_float() function1095 auto temp = binary_exp_to_float<T>({mantissa, exponent}, truncated, round); in hexadecimal_string_to_float()