Home
last modified time | relevance | path

Searched refs:bitsToDouble (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp177 : llvm::APFloat(constant.Value.bitsToDouble())); in visitKnownMember()
/external/llvm/include/llvm/ADT/
DAPInt.h1477 double bitsToDouble() const { in bitsToDouble() function
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1648 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1659 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1690 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1600 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1611 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1643 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1652 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1663 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1695 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1453 double bitsToDouble() const { in bitsToDouble() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1782 double bitsToDouble() const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1771 double bitsToDouble() const { in bitsToDouble() function
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp756 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp762 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp760 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/llvm/lib/Support/
DAPFloat.cpp3142 return api.bitsToDouble(); in convertToDouble()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3105 return api.bitsToDouble(); in convertToDouble()
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp3364 return api.bitsToDouble(); in convertToDouble()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9311 double DpValue = ArgAPInt.bitsToDouble(); in convertToNonDenormSingle()