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

123

/freebsd-current/lib/msun/bsdsrc/
H A Dmathimpl.h61 struct Double { struct
70 struct Double __log__D(double);
H A Db_log.c357 static struct Double
362 struct Double r;
H A Db_tgamma.c51 struct Double { struct
117 static struct Double
121 struct Double u;
179 static struct Double
183 struct Double r;
229 struct Double yy, r;
263 struct Double r;
305 struct Double lg, lsine;
367 struct Double u;
/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample3_unittest.cc87 static int Double(int n) { return 2 * n; } function in class:__anon27::QueueTestSmpl3
93 const Queue<int>* const new_q = q->Map(Double);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h29 return U.Double.METHOD_CALL; \
789 DoubleAPFloat Double; member in union:llvm::APFloat::Storage
793 : Double(std::move(F)) {
804 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...);
816 Double.~DoubleAPFloat();
828 new (this) DoubleAPFloat(RHS.Double);
840 new (this) DoubleAPFloat(std::move(RHS.Double));
852 Double = RHS.Double;
866 Double
[all...]
/freebsd-current/lib/msun/ld80/
H A Db_logl.c332 static struct Double
337 struct Double r;
H A Db_tgammal.c63 struct Double { struct
120 static struct Double
125 struct Double u;
202 static struct Double
206 struct Double r;
256 struct Double yy, r;
291 struct Double r;
337 struct Double lg, lsine;
392 struct Double u;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h402 Double, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_MemberAccess::PDB_VariantType
428 explicit Variant(double V) : Type(PDB_VariantType::Double) {
429 Value.Double = V;
461 double Double; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_MemberAccess::Variant::__anon1522
498 VARIANT_WIDTH(Double, 64u)
541 case PDB_VariantType::Double:
544 return APFloat(Value.Double);
565 VARIANT_EQUAL_CASE(Double)
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-order-string.mk12 # Double quotes and single quotes delimit words, while backticks are just
H A Descape.mk72 # Double backslash in variable should be taken as two literal backslashes.
110 # Double-backslash-newline in a variable setting.
219 # Double-backslash-newline in a command.
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h168 Double = 2, member in class:clang::EscapeChar
169 SingleAndDouble = static_cast<int>(Single) | static_cast<int>(Double),
184 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Double)) == 0)
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h264 VariantValue(double Double);
282 /// Double value functions.
285 void setDouble(double Double);
344 double Double; member in union:clang::ast_matchers::dynamic::VariantValue::AllValues
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp263 VariantValue::VariantValue(double Double) : Type(VT_Nothing) { argument
264 setDouble(Double);
356 return Value.Double;
362 Value.Double = NewValue;
482 case VT_Double: return "Double";
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h40 M(double, Double) \
/freebsd-current/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h89 X(double, Double) \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h120 Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_parser.c591 double Double; member in union:YYSTYPE
2670 { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); }
3075 { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); }
3255 { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); }
3264 av = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double));
3450 av = create_attr_dval(T_WanderThreshold, (yyvsp[0].Double));
3776 { (yyval.Double) = (double)(yyvsp[0].Integer); }
3826 { (yyval.Attr_val) = create_attr_dval((yyvsp[-2].Integer), (yyvsp[0].Double)); }
3850 { (yyval.Sim_server) = ONLY_SIM(create_sim_server((yyvsp[-4].Address_node), (yyvsp[-2].Double), (yyvsp[-1].Sim_script_fifo))); }
3856 { (yyval.Double)
[all...]
H A Dntp_parser.h499 double Double; member in union:YYSTYPE
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS)
360 case PDB_VariantType::Double:
361 OS << Value.Value.Double;
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest-typed-test_test.cc373 INSTANTIATE_TYPED_TEST_SUITE_P(Double, TypedTestP2, Types<double>);
/freebsd-current/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-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h179 double Double(double fail_value = 0.0) const;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp162 if (!BT || BT->getKind() != BuiltinType::Double)
416 // Everything on MIPS is 4 bytes. Double-precision FP registers
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp87 case BuiltinType::Double:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h260 Double = 0x02, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind

Completed in 466 milliseconds

123