Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Dfpbits_str.h26 T, typename radix::Hex::WithWidth<(sizeof(T) * 2)>::WithPrefix::Uppercase>;
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dinteger_to_string.h92 using WithWidth = Fmt<BASE, PREFIX, FORCE_SIGN, IS_UPPERCASE, value>; member