Lines Matching defs:radix
100 bool is_signed, unsigned radix) {
103 std::string apint_str = toString(*apint, radix, is_signed);
104 switch (radix) {
447 const unsigned radix = 2;
448 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
507 const unsigned radix = 10;
508 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
519 const unsigned radix = 10;
520 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);
531 const unsigned radix = 8;
532 offset = DumpAPInt(s, DE, offset, item_byte_size, is_signed, radix);