Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1635 inline double RoundAPIntToDouble(const APInt& APIVal) { in RoundAPIntToDouble() function
1647 return float(RoundAPIntToDouble(APIVal)); in RoundAPIntToFloat()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp996 Dest.DoubleVal = APIntOps::RoundAPIntToDouble(Src.IntVal); in executeUIToFPInst()