Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1832 inline float RoundAPIntToFloat(const APInt &APIVal) { in RoundAPIntToFloat() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1625 inline float RoundAPIntToFloat(const APInt& APIVal) { in RoundAPIntToFloat() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1859 inline float RoundAPIntToFloat(const APInt &APIVal) { in RoundAPIntToFloat() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h2140 inline float RoundAPIntToFloat(const APInt &APIVal) { in RoundAPIntToFloat() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1412 APIntOps::RoundAPIntToFloat(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1422 Dest.FloatVal = APIntOps::RoundAPIntToFloat(Src.IntVal); in executeUIToFPInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1413 APIntOps::RoundAPIntToFloat(Src.AggregateVal[i].IntVal); in executeUIToFPInst()
1423 Dest.FloatVal = APIntOps::RoundAPIntToFloat(Src.IntVal); in executeUIToFPInst()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1014 Dest.FloatVal = APIntOps::RoundAPIntToFloat(Src.IntVal); in executeUIToFPInst()