Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1517 static APInt LLVM_ATTRIBUTE_UNUSED_RESULT floatToBits(float V) { in floatToBits() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1493 static APInt floatToBits(float V) { in floatToBits() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1807 static APInt floatToBits(float V) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1796 static APInt floatToBits(float V) { in floatToBits() function
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1588 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1674 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1540 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1627 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/external/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()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp760 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp766 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp764 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/llvm/lib/Support/
DAPFloat.cpp3481 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3382 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp3662 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()