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/include/llvm/ADT/
DAPInt.h1322 static APInt 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1724 static APInt doubleToBits(double V) { in doubleToBits() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp668 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1544 APInt::doubleToBits(SrcVec.AggregateVal[i].DoubleVal); in executeBitCastInst()
1628 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/lib/ExecutionEngine/
DExecutionEngine.cpp768 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp771 GV.IntVal = APInt::doubleToBits(GV.DoubleVal); in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1068 Dest.IntVal = APInt::doubleToBits(Src.DoubleVal); in executeBitCastInst()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3292 initFromAPInt(APInt::doubleToBits(d)); in APFloat()
/external/llvm/lib/Support/
DAPFloat.cpp3485 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d)); in APFloat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp3309 initFromAPInt(&semIEEEdouble, APInt::doubleToBits(d)); in IEEEFloat()