Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1599 TempDst.AggregateVal[i].IntVal.bitsToDouble(); in executeBitCastInst()
1610 Dest.DoubleVal = TempDst.AggregateVal[0].IntVal.bitsToDouble(); in executeBitCastInst()
1642 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/llvm/include/llvm/ADT/
DAPInt.h1477 double bitsToDouble() const { in bitsToDouble() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1297 double bitsToDouble() const { in bitsToDouble() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1453 double bitsToDouble() const { in bitsToDouble() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1707 double bitsToDouble() const { in bitsToDouble() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp660 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp760 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp763 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1080 Dest.DoubleVal = Src.IntVal.bitsToDouble(); in executeBitCastInst()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2967 return api.bitsToDouble(); in convertToDouble()
/external/llvm/lib/Support/
DAPFloat.cpp3142 return api.bitsToDouble(); in convertToDouble()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp3028 return api.bitsToDouble(); in convertToDouble()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2419 return getConstantFP(Val.bitsToDouble(), VT); in getNode()