Lines Matching refs:Radix
52 Radix("-radix",
53 cl::desc("Print size in radix. Only 8, 10, and 16 are valid"),
57 RadixShort(cl::desc("Print size in radix:"),
79 /// @brief Get the length of the string that represents @p num in Radix
84 conv.toString(result, Radix, false, true);
90 /// The format used is determined by @c OutputFormat and @c Radix.
97 switch (Radix) {
226 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
297 Radix = RadixShort;
304 << (Radix == octal ? "oct" : "dec")