Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1480 static APInt doubleToBits(double V) { in doubleToBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1788 static APInt doubleToBits(double V) { in doubleToBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1597 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()
1681 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp770 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()