Home
last modified time | relevance | path

Searched refs:RoundSignedAPIntToDouble (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DScalar.cpp388 return llvm::APIntOps::RoundSignedAPIntToDouble(m_integer); in Double()
/external/llvm/include/llvm/ADT/
DAPInt.h1827 inline double RoundSignedAPIntToDouble(const APInt &APIVal) { in RoundSignedAPIntToDouble() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1854 inline double RoundSignedAPIntToDouble(const APInt &APIVal) { in RoundSignedAPIntToDouble() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h2210 inline double RoundSignedAPIntToDouble(const APInt &APIVal) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h2199 inline double RoundSignedAPIntToDouble(const APInt &APIVal) { in RoundSignedAPIntToDouble() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1501 APIntOps::RoundSignedAPIntToDouble(Src.AggregateVal[i].IntVal); in executeSIToFPInst()
1510 Dest.DoubleVal = APIntOps::RoundSignedAPIntToDouble(Src.IntVal); in executeSIToFPInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1449 APIntOps::RoundSignedAPIntToDouble(Src.AggregateVal[i].IntVal); in executeSIToFPInst()
1458 Dest.DoubleVal = APIntOps::RoundSignedAPIntToDouble(Src.IntVal); in executeSIToFPInst()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1498 APIntOps::RoundSignedAPIntToDouble(Src.AggregateVal[i].IntVal); in executeSIToFPInst()
1507 Dest.DoubleVal = APIntOps::RoundSignedAPIntToDouble(Src.IntVal); in executeSIToFPInst()