/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 494 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 505 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 528 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() 539 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 499 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 510 getAsInteger(unsigned Radix, T &Result) const { in getAsInteger() 533 consumeInteger(unsigned Radix, T &Result) { in consumeInteger() 544 consumeInteger(unsigned Radix, T &Result) { in consumeInteger()
|
D | APSInt.h | 87 std::string toString(unsigned Radix) const { in toString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 299 unsigned Radix = 0; in LexDigit() local 328 unsigned Radix = doHexLookAhead(CurPtr, 10, LexMasmIntegers); in LexDigit() local 416 unsigned Radix = doHexLookAhead(CurPtr, 8, LexMasmIntegers); in LexDigit() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 425 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 473 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 503 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 513 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 523 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
D | APInt.cpp | 2106 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2227 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | StringRef.cpp | 416 bool llvm::consumeUnsignedInteger(StringRef &Str, unsigned Radix, in consumeUnsignedInteger() 464 bool llvm::consumeSignedInteger(StringRef &Str, unsigned Radix, in consumeSignedInteger() 494 bool llvm::getAsUnsignedInteger(StringRef Str, unsigned Radix, in getAsUnsignedInteger() 504 bool llvm::getAsSignedInteger(StringRef Str, unsigned Radix, in getAsSignedInteger() 514 bool StringRef::getAsInteger(unsigned Radix, APInt &Result) const { in getAsInteger()
|
D | APInt.cpp | 2168 void APInt::toString(SmallVectorImpl<char> &Str, unsigned Radix, in toString() 2283 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const { in toString()
|
/third_party/boost/boost/multiprecision/detail/ |
D | generic_interconvert.hpp | 423 void generic_interconvert_float2rational(To& to, const From& from, const mpl::int_<Radix>& /*radix*… in generic_interconvert_float2rational() 508 void generic_interconvert_float2int(To& to, const From& from, const mpl::int_<Radix>& /*radix*/) in generic_interconvert_float2int()
|
/third_party/boost/boost/spirit/home/qi/numeric/detail/ |
D | numeric_utils.hpp | 72 #define BOOST_PP_LOCAL_MACRO(Radix) \ argument
|
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/detail/ |
D | extract_int.hpp | 69 #define BOOST_PP_LOCAL_MACRO(Radix) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1313 uint8_t Radix) { in LLVMConstIntOfString() 1319 unsigned SLen, uint8_t Radix) { in LLVMConstIntOfStringAndSize()
|