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

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 169 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
  /external/llvm/include/llvm/Support/
MathExtras.h 486 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
488 inline double BitsToDouble(uint64_t Bits) {
  /external/llvm/lib/AsmParser/
LLLexer.cpp 806 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 99 milliseconds