Searched refs:Double (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp767 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) {
768 uint64_t I = bit_cast<uint64_t>(Double);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1526 case BuiltinType::Double:
1527 return getTarget().useObjCFPRetForRealType(TargetInfo::Double);
H A DItaniumCXXABI.cpp3070 case BuiltinType::Double:
H A DCGDebugInfo.cpp793 case BuiltinType::Double:
H A DCGExprScalar.cpp3956 case BuiltinType::Double:
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp11411 Double
11432 CATCH_ENFORCE(m_type == FloatingPointKind::Double
11447 case FloatingPointKind::Double:
11471 if (m_type == FloatingPointKind::Double) {
11508 return Floating::WithinUlpsMatcher(target, maxUlpDiff, Floating::FloatingPointKind::Double);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2919 case Double:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2227 ToBuiltin->getKind() == BuiltinType::Double)
2235 FromBuiltin->getKind() == BuiltinType::Double) &&
H A DSemaType.cpp7676 BTy->getKind() == BuiltinType::Double)

Completed in 440 milliseconds

123