Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1504 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT doubleToBits(double V) { in doubleToBits() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1480 static APInt doubleToBits(double V) { in doubleToBits() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1799 static APInt doubleToBits(double V) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1788 static APInt doubleToBits(double V) { in doubleToBits() function
/external/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()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1545 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()
1629 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1593 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()
1676 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp764 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp768 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp770 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/llvm/lib/Support/
DAPFloat.cpp3485 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3386 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp3666 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()