Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1866 inline float RoundSignedAPIntToFloat(const APInt &APIVal) { in RoundSignedAPIntToFloat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h2211 inline float RoundSignedAPIntToFloat(const APInt &APIVal) { in RoundSignedAPIntToFloat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1497 APIntOps::RoundSignedAPIntToFloat(Src.AggregateVal[i].IntVal); in executeSIToFPInst()
1508 Dest.FloatVal = APIntOps::RoundSignedAPIntToFloat(Src.IntVal); in executeSIToFPInst()