HomeSort by relevance Sort by last modified time
    Searched refs:HexIntToVal (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.h 90 uint64_t HexIntToVal(const char *Buffer, const char *End);
LLLexer.cpp 63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) {
874 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
898 APInt(16,HexIntToVal(TokStart+3, CurPtr)));
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.h 87 uint64_t HexIntToVal(const char *Buffer, const char *End);
LLLexer.cpp 58 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) {
719 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));

Completed in 137 milliseconds