Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1820 inline double RoundAPIntToDouble(const APInt &APIVal) { in RoundAPIntToDouble() function
1833 return float(RoundAPIntToDouble(APIVal)); in RoundAPIntToFloat()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1847 inline double RoundAPIntToDouble(const APInt &APIVal) { in RoundAPIntToDouble() function
1860 return float(RoundAPIntToDouble(APIVal)); in RoundAPIntToFloat()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h2203 inline double RoundAPIntToDouble(const APInt &APIVal) {
2216 return float(RoundAPIntToDouble(APIVal));
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h2192 inline double RoundAPIntToDouble(const APInt &APIVal) { in RoundAPIntToDouble() function
2205 return float(RoundAPIntToDouble(APIVal)); in RoundAPIntToFloat()
/external/llvm-project/lldb/source/Utility/
DScalar.cpp389 return llvm::APIntOps::RoundAPIntToDouble(m_integer); in Double()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1469 APIntOps::RoundAPIntToDouble(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1477 Dest.DoubleVal = APIntOps::RoundAPIntToDouble(Src.IntVal); in executeUIToFPInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1417 APIntOps::RoundAPIntToDouble(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1425 Dest.DoubleVal = APIntOps::RoundAPIntToDouble(Src.IntVal); in executeUIToFPInst()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1466 APIntOps::RoundAPIntToDouble(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1474 Dest.DoubleVal = APIntOps::RoundAPIntToDouble(Src.IntVal); in executeUIToFPInst()