Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h265 __out_it = __formatter::__transform(__first, __last, std::move(__out_it), __hex_to_upper); in __write_using_decimal_separators()
340 …formatter::__write_transformed(__first, __last, __ctx.out(), __specs, __formatter::__hex_to_upper); in __format_integer()
H A Dformatter_output.h47 _LIBCPP_HIDE_FROM_ABI constexpr char __hex_to_upper(char __c) { in __hex_to_upper() function
H A Dformatter_floating_point.h321 std::transform(__result.__integral, __result.__exponent, __result.__integral, __hex_to_upper);