Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp159 dbl_val = m_float.convertToDouble(); in GetBytes()
1210 return (schar_t)m_float.convertToDouble(); in SChar()
1236 return (uchar_t)m_float.convertToDouble(); in UChar()
1263 return (sshort_t)m_float.convertToDouble(); in SShort()
1318 return (sint_t)m_float.convertToDouble(); in SInt()
1344 return (uint_t)m_float.convertToDouble(); in UInt()
1370 return (slong_t)m_float.convertToDouble(); in SLong()
1396 return (ulong_t)m_float.convertToDouble(); in ULong()
1451 double d_val = m_float.convertToDouble(); in ULongLong()
1575 return (float_t)m_float.convertToDouble(); in Float()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp958 : CF->getValueAPF().convertToDouble(); in fold_pow()
1021 : CF->getValueAPF().convertToDouble(); in fold_pow()
1072 : CF->getValueAPF().convertToDouble(); in fold_pow()
1409 ? fpopr0->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
1415 ? fpopr1->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
1421 ? fpopr2->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp114 MCOp = MCOperand::createFPImm(Val.convertToDouble()); in lowerOperand()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h289 double convertToDouble() const;
1097 double convertToDouble() const { return getIEEE().convertToDouble(); } in convertToDouble() function
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp234 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToDouble()); in Lower()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp434 double D = CF->getValueAPF().convertToDouble(); in generateCondForPow()
H A DSimplifyLibCalls.cpp1458 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DStringRef.cpp593 Result = F.convertToDouble(); in getAsDouble()
H A DAPFloat.cpp3024 double IEEEFloat::convertToDouble() const { in convertToDouble() function in llvm::detail::IEEEFloat
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp895 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue()
972 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1527 return Node.getValue().convertToDouble() == ExpectedValue;
1536 return Node.getValue().convertToDouble() == ExpectedValue;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp310 return V.convertToDouble(); in GetApproxValue()
H A DExpr.cpp901 return V.convertToDouble(); in getValueAsApproximateDouble()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp554 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1611 return Op->getValueAPF().convertToDouble(); in getValueAsDouble()
1616 return APF.convertToDouble(); in getValueAsDouble()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp885 OS << APF.convertToDouble(); in emitDebugValueComment()
892 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1901 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte()
H A DNVPTXInstrInfo.td816 N->getValueAPF().convertToDouble() == 1.0;
H A DNVPTXIntrinsics.td21 double d = (double)N->getValueAPF().convertToDouble();
26 double d = (double)N->getValueAPF().convertToDouble();
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1309 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); in WriteConstantInternal()
1321 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteConstantInternal()
H A DCore.cpp1332 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble()
1339 return APF.convertToDouble(); in LLVMConstRealGetDouble()