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/include/llvm/ADT/
DAPInt.h1334 static APInt 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1732 static APInt floatToBits(float V) { in floatToBits() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp664 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1539 APInt::floatToBits(SrcVec.AggregateVal[i].FloatVal); in executeBitCastInst()
1626 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/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp764 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp767 GV.IntVal = APInt::floatToBits(GV.FloatVal); in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1066 Dest.IntVal = APInt::floatToBits(Src.FloatVal); in executeBitCastInst()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3288 initFromAPInt(APInt::floatToBits(f)); in APFloat()
/external/llvm/lib/Support/
DAPFloat.cpp3481 initFromAPInt(&IEEEsingle, APInt::floatToBits(f)); in APFloat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp3305 initFromAPInt(&semIEEEsingle, APInt::floatToBits(f)); in IEEEFloat()