Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1827 inline double RoundSignedAPIntToDouble(const APInt &APIVal) { in RoundSignedAPIntToDouble() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1620 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h2135 inline double RoundSignedAPIntToDouble(const APInt &APIVal) { in RoundSignedAPIntToDouble() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1448 APIntOps::RoundSignedAPIntToDouble(Src.AggregateVal[i].IntVal); in executeSIToFPInst()
1457 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1028 Dest.DoubleVal = APIntOps::RoundSignedAPIntToDouble(Src.IntVal); in executeSIToFPInst()