Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/
H A Dinteger_to_string.h88 using WithSign = Fmt<BASE, PREFIX, true, IS_UPPERCASE, MIN_DIGITS>; member
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dinteger_to_string_test.cpp294 using DEC = IntegerToString<int8_t, Dec::WithSign>; in TEST()
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h34 IntegerToString<intmax_t, radix::Dec::WithWidth<2>::WithSign>;