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

123

/freebsd-13-stable/lib/msun/bsdsrc/
H A Dmathimpl.h65 struct Double { struct
74 struct Double __log__D(double);
H A Db_tgamma.c83 static struct Double large_gam(double);
84 static struct Double ratfun_gam(double, double);
130 struct Double u;
153 static struct Double
158 struct Double t, u, v;
187 struct Double yy, r;
221 struct Double r, xx;
245 static struct Double
250 struct Double r, t;
277 struct Double l
[all...]
H A Db_log.c425 struct Double
435 struct Double r;
/freebsd-13-stable/contrib/googletest/googletest/samples/
H A Dsample3_unittest.cc88 static int Double(int n) { function in class:__anon814::QueueTestSmpl3
96 const Queue<int> * const new_q = q->Map(Double);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h30 return U.Double.METHOD_CALL; \
708 DoubleAPFloat Double; member in union:llvm::APFloat::Storage
712 : Double(std::move(F)) {
723 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...);
735 Double.~DoubleAPFloat();
747 new (this) DoubleAPFloat(RHS.Double);
759 new (this) DoubleAPFloat(std::move(RHS.Double));
771 Double = RHS.Double;
785 Double
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h401 Double, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
427 explicit Variant(double V) : Type(PDB_VariantType::Double) {
428 Value.Double = V;
460 double Double; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon3202
497 VARIANT_WIDTH(Double, 64u)
540 case PDB_VariantType::Double:
543 return APFloat(Value.Double);
564 VARIANT_EQUAL_CASE(Double)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h258 VariantValue(double Double);
275 /// Double value functions.
278 void setDouble(double Double);
332 double Double; member in union:clang::ast_matchers::dynamic::VariantValue::AllValues
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp254 VariantValue::VariantValue(double Double) : Type(VT_Nothing) { argument
255 setDouble(Double);
337 return Value.Double;
343 Value.Double = NewValue;
445 case VT_Double: return "Double";
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h490 static QuotingType mustQuote(StringRef S) { return QuotingType::Double; }
H A DArchSpec.h550 static QuotingType mustQuote(StringRef S) { return QuotingType::Double; }
H A DScalar.h213 double Double(double fail_value = 0.0) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h111 Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Descape.mk72 # Double backslash in variable should be taken as two literal backslashes.
109 # Double-backslash-newline in a variable setting.
218 # Double-backslash-newline in a command.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS)
343 case PDB_VariantType::Double:
344 OS << Value.Value.Double;
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc392 INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types<double>);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.h478 double Double; member in union:YYSTYPE
H A Dntp_scanner.c544 /* Double */
856 if ((yylval.Double = atof(yytext)) == 0 && errno == ERANGE) {
858 "Double too large to represent: %s",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp112 IMPLEMENT_BINARY_OPERATOR(+, Double);
123 IMPLEMENT_BINARY_OPERATOR(-, Double);
134 IMPLEMENT_BINARY_OPERATOR(*, Double);
145 IMPLEMENT_BINARY_OPERATOR(/, Double);
377 IMPLEMENT_VECTOR_FCMP_T(OP, Double); \
385 IMPLEMENT_FCMP(==, Double);
424 MASK_VECTOR_NANS_T(X, Y, Double, FLAG) \
441 IMPLEMENT_FCMP(!=, Double);
461 IMPLEMENT_FCMP(<=, Double);
475 IMPLEMENT_FCMP(>=, Double);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp87 case BuiltinType::Double:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h654 inline uint64_t DoubleToBits(double Double) { argument
657 memcpy(&Bits, &Double, sizeof(Double));
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1279 struct Double { struct in namespace:__anon794
1313 Action<int(int)> ai = Double();
1315 Action<double(double)> ad = Double(); // Double? Double double!
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h255 Double = 0x02, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp812 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0));
1033 case IITDescriptor::Double: return Type::getDoubleTy(Context);
1212 case IITDescriptor::Double: return !Ty->isDoubleTy();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp691 return m_scalar.Double(fail_value);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h103 Double, member in class:llvm::ms_demangle::PrimitiveKind

Completed in 315 milliseconds

123