Searched refs:UpperCase (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument 18 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
|
D | APFloat.cpp | 4340 bool UpperCase, in convertToHexString() argument 4344 .convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
|
/external/llvm/lib/Support/ |
D | ScopedPrinter.cpp | 16 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString() argument 19 stream << format_hex_no_prefix(Value, 1, UpperCase); in to_hexString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 650 bool UpperCase, roundingMode RM) const; 1138 bool UpperCase, roundingMode RM) const { in convertToHexString() argument 1140 convertToHexString(DST, HexDigits, UpperCase, RM)); in convertToHexString()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 1027 bool UpperCase, roundingMode RM) const { in convertToHexString() argument 1028 return getIEEE().convertToHexString(DST, HexDigits, UpperCase, RM); in convertToHexString()
|
/external/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 60 const std::string to_hexString(uint64_t Value, bool UpperCase = true);
|
/external/protobuf/conformance/ |
D | conformance_test.cc | 161 string UpperCase(string str) { in UpperCase() function 509 UpperCase(string(".") + FieldDescriptor::TypeName(type)); in TestPrematureEOFForType()
|