Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__format/
H A Dformatter_output.h44 _LIBCPP_HIDE_FROM_ABI constexpr char __hex_to_upper(char __c) { in __hex_to_upper() function
211 __out_it = __formatter::__transform(__first, __last, _VSTD::move(__out_it), __hex_to_upper); in __write_using_decimal_separators()
H A Dformatter_integral.h258 …formatter::__write_transformed(__first, __last, __ctx.out(), __specs, __formatter::__hex_to_upper);
H A Dformatter_floating_point.h317 _VSTD::transform(__result.__integral, __result.__exponent, __result.__integral, __hex_to_upper);