Home
last modified time | relevance | path

Searched refs:RoundAPIntToDouble (Results 1 – 7 of 7) 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/include/llvm/ADT/
DAPInt.h1614 inline double RoundAPIntToDouble(const APInt& APIVal) { in RoundAPIntToDouble() function
1626 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h2128 inline double RoundAPIntToDouble(const APInt &APIVal) { in RoundAPIntToDouble() function
2141 return float(RoundAPIntToDouble(APIVal)); in RoundAPIntToFloat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1416 APIntOps::RoundAPIntToDouble(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1424 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1016 Dest.DoubleVal = APIntOps::RoundAPIntToDouble(Src.IntVal); in executeUIToFPInst()