Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()