Home
last modified time | relevance | path

Searched refs:floatToBits (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1493 static APInt floatToBits(float V) { in floatToBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1796 static APInt floatToBits(float V) { in floatToBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1592 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1679 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp766 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()