Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1453 double bitsToDouble() const { in bitsToDouble() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1771 double bitsToDouble() const { in bitsToDouble() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp762 GV.DoubleVal = GV.IntVal.bitsToDouble(); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3105 return api.bitsToDouble(); in convertToDouble()