Home
last modified time | relevance | path

Searched refs:convertToDouble (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDScalar.cpp166 dbl_val = m_float.convertToDouble(); in GetBytes()
1362 return static_cast<schar_t>(m_float.convertToDouble()); in SChar()
1392 return static_cast<uchar_t>(m_float.convertToDouble()); in UChar()
1422 return static_cast<sshort_t>(m_float.convertToDouble()); in SShort()
1452 return static_cast<ushort_t>(m_float.convertToDouble()); in UShort()
1482 return static_cast<sint_t>(m_float.convertToDouble()); in SInt()
1512 return static_cast<uint_t>(m_float.convertToDouble()); in UInt()
1542 return static_cast<slong_t>(m_float.convertToDouble()); in SLong()
1572 return static_cast<ulong_t>(m_float.convertToDouble()); in ULong()
1602 return static_cast<slonglong_t>(m_float.convertToDouble()); in SLongLong()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp113 MCOp = MCOperand::createFPImm(Val.convertToDouble()); in lowerOperand()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibCalls.cpp970 : CF->getValueAPF().convertToDouble(); in fold_pow()
1033 : CF->getValueAPF().convertToDouble(); in fold_pow()
1084 : CF->getValueAPF().convertToDouble(); in fold_pow()
1441 ? fpopr0->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
1447 ? fpopr1->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
1453 ? fpopr2->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h305 double convertToDouble() const;
1117 double convertToDouble() const { return getIEEE().convertToDouble(); } in convertToDouble() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyMCInstLower.cpp280 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToDouble()); in lower()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLibCallsShrinkWrap.cpp434 double D = CF->getValueAPF().convertToDouble(); in generateCondForPow()
HDSimplifyLibCalls.cpp1598 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToDouble())); in replacePowWithExp()
1778 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDStringRef.cpp601 Result = F.convertToDouble(); in getAsDouble()
HDAPFloat.cpp3101 double IEEEFloat::convertToDouble() const { in convertToDouble() function in llvm::detail::IEEEFloat
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp894 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue()
971 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchersInternal.h1585 return Node.getValue().convertToDouble() == ExpectedValue;
1594 return Node.getValue().convertToDouble() == ExpectedValue;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDAPValue.cpp391 return V.convertToDouble(); in GetApproxValue()
HDExpr.cpp1002 return V.convertToDouble(); in getValueAsApproximateDouble()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp586 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDConstantFolding.cpp1653 return Op->getValueAPF().convertToDouble(); in getValueAsDouble()
1658 return APF.convertToDouble(); in getValueAsDouble()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp890 OS << APF.convertToDouble(); in emitDebugValueComment()
897 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp1874 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte()
HDNVPTXInstrInfo.td823 N->getValueAPF().convertToDouble() == 1.0;
HDNVPTXIntrinsics.td20 double d = (double)N->getValueAPF().convertToDouble();
25 double d = (double)N->getValueAPF().convertToDouble();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp1319 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); in WriteConstantInternal()
1331 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteConstantInternal()
HDCore.cpp1356 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1363 return APF.convertToDouble(); in LLVMConstRealGetDouble()