Searched defs:convertToHexString (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 1026 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 1157 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APFloat.h | 1196 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 2701 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString() function in llvm::detail::IEEEFloat 4415 unsigned int DoubleAPFloat::convertToHexString(char *DST, in convertToHexString() function in llvm::detail::DoubleAPFloat
|
/external/llvm-project/llvm/lib/Support/ |
D | APFloat.cpp | 2930 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString() function in llvm::detail::IEEEFloat 4707 unsigned int DoubleAPFloat::convertToHexString(char *DST, in convertToHexString() function in llvm::detail::DoubleAPFloat
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2718 APFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString() function in APFloat
|