| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 200 // Double-precision FP Unary 206 // Double-precision FP Compare 209 // Single to Double FP Convert 212 // Double to Single FP Convert 218 // Double-Precision FP to Integer Convert 224 // Integer to Double-Precision FP Convert 230 // Double-precision FP ALU 236 // Double-precision FP Multiply 242 // Double-precision FP MAC 248 // Double-precision Fused FP MAC [all …]
|
| H A D | ARMScheduleA8.td | 260 // Double-precision FP Unary 269 // Double-precision FP Compare 274 // Single to Double FP Convert 279 // Double to Single FP Convert 288 // Double-Precision FP to Integer Convert 297 // Integer to Double-Precision FP Convert 306 // Double-precision FP ALU 315 // Double-precision FP Multiply 324 // Double-precision FP MAC 333 // Double-precision Fused FP MAC [all …]
|
| H A D | ARMScheduleA9.td | 473 // Double-precision FP Unary 492 // Double-precision FP Compare 501 // Single to Double FP Convert 509 // Double to Single FP Convert 543 // Double-Precision FP to Integer Convert 559 // Integer to Double-Precision FP Convert 575 // Double-precision FP ALU 591 // Double-precision FP Multiply 607 // Double-precision FP MAC 623 // Double [all...] |
| /freebsd/lib/msun/bsdsrc/ |
| H A D | b_tgamma.c | 51 struct Double { struct 117 static struct Double 121 struct Double u; in large_gam() 179 static struct Double 183 struct Double r; in ratfun_gam() 229 struct Double yy, r; in small_gam() 263 struct Double r; in smaller_gam() 305 struct Double lg, lsine; in neg_gam() 367 struct Double u; in tgamma()
|
| H A D | mathimpl.h | 61 struct Double { struct 70 struct Double __log__D(double); argument
|
| H A D | b_log.c | 357 static struct Double 362 struct Double r; in __log__D()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 31 return U.Double.METHOD_CALL; \ 935 DoubleAPFloat Double; member 939 : Double(std::move(F)) { in Storage() 950 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage() 962 Double.~DoubleAPFloat(); in ~Storage() 974 new (this) DoubleAPFloat(RHS.Double); in Storage() 986 new (this) DoubleAPFloat(std::move(RHS.Double)); in Storage() 998 Double = RHS.Double; 1012 Double = std::move(RHS.Double); 1034 return U.Double.getFirst().U.IEEE; in getIEEE() [all …]
|
| /freebsd/lib/msun/ld80/ |
| H A D | b_tgammal.c | 63 struct Double { struct 120 static struct Double 125 struct Double u; in large_gam() 202 static struct Double 206 struct Double r; in ratfun_gam() 256 struct Double yy, r; in small_gam() 291 struct Double r; in smaller_gam() 337 struct Double lg, lsine; in neg_gam() 392 struct Double u; in tgammal()
|
| H A D | b_logl.c | 332 static struct Double 337 struct Double r; in __log__D()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 402 Double, enumerator 428 explicit Variant(double V) : Type(PDB_VariantType::Double) { in Variant() 429 Value.Double = V; in Variant() 461 double Double; member 498 VARIANT_WIDTH(Double, 64u) in getBitWidth() 543 case PDB_VariantType::Double: in toAPFloat() 546 return APFloat(Value.Double); in toAPFloat() 567 VARIANT_EQUAL_CASE(Double)
|
| /freebsd/contrib/googletest/googletest/samples/ |
| H A D | sample3_unittest.cc | 87 static int Double(int n) { return 2 * n; } in Double() function in __anond18878c50111::QueueTestSmpl3 93 const Queue<int>* const new_q = q->Map(Double); in MapTester()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CharInfo.h | 184 Double = 2, enumerator 185 SingleAndDouble = static_cast<int>(Single) | static_cast<int>(Double), 200 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Double)) == 0)
|
| /freebsd/sys/teken/ |
| H A D | sequences | 55 DECDHL Double Height Double Width Line Top ^[ # 3 56 DECDHL Double Height Double Width Line Bottom ^[ # 4 57 DECDWL Single Height Double Width Line ^[ # 6
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 502 class Double { class 504 explicit Double(double value) : value_(value) {} in Double() function in testing::gmock_matchers_test::__anon7b5da5310111::Double 505 Double(const Double& other) = default; 510 friend void PrintTo(const Double& value, std::ostream* os) { in PrintTo() 519 Double DoubleDistance(Double lhs, Double rhs) { in DoubleDistance() 520 return Double(std::abs(lhs.value() - rhs.value())); in DoubleDistance() 530 const Matcher<Double> m = in TEST() 531 DistanceFrom(Double(0.5), DoubleDistance, DoubleLe(Double(0.1))); in TEST() 539 const Matcher<Double> m = in TEST() 540 DistanceFrom(Double(0.5), DoubleDistance, DoubleLe(Double(0.1))); in TEST() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 264 VariantValue(double Double); 285 void setDouble(double Double); 344 double Double; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 199 // Double shift instructions. 422 defm WriteCvtSD2I : X86SchedWritePair<ReadAfterVecLd>; // Double -> Integer. 423 defm WriteCvtPD2I : X86SchedWritePair<ReadAfterVecXLd>; // Double -> Integer (XMM). 424 defm WriteCvtPD2IY : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Integer (YMM). 425 defm WriteCvtPD2IZ : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Integer (ZMM). 432 defm WriteCvtI2SD : X86SchedWritePair<ReadAfterVecLd>; // Integer -> Double. 433 defm WriteCvtI2PD : X86SchedWritePair<ReadAfterVecXLd>; // Integer -> Double (XMM). 434 defm WriteCvtI2PDY : X86SchedWritePair<ReadAfterVecYLd>; // Integer -> Double (YMM). 435 defm WriteCvtI2PDZ : X86SchedWritePair<ReadAfterVecYLd>; // Integer -> Double (ZMM). 442 defm WriteCvtSS2SD : X86SchedWritePair<ReadAfterVecLd>; // Float -> Double siz [all...] |
| H A D | X86ScheduleZnver3.td | 818 // Double shift instructions. 1150 defm : Zn3WriteResXMMPair<WriteCvtSD2I, [Zn3FPFCvt01], 2, [2], 2>; // Double -> Integer. 1151 defm : Zn3WriteResXMMPair<WriteCvtPD2I, [Zn3FPFCvt01], 3, [1], 1>; // Double -> Integer (XMM). 1152 defm : Zn3WriteResYMMPair<WriteCvtPD2IY, [Zn3FPFCvt01], 6, [2], 2>; // Double -> Integer (YMM). 1153 defm : X86WriteResPairUnsupported<WriteCvtPD2IZ>; // Double -> Integer (ZMM). 1168 …Zn3WriteResXMMPair<WriteCvtI2SD, [Zn3FPFCvt01], 3, [2], 2, /*LoadUOps=*/-1>; // Integer -> Double. 1169 defm : Zn3WriteResXMMPair<WriteCvtI2PD, [Zn3FPFCvt01], 3, [1], 1>; // Integer -> Double (XMM). 1170 …teResYMMPair<WriteCvtI2PDY, [Zn3FPFCvt01], 4, [2], 2, /*LoadUOps=*/-1>; // Integer -> Double (YMM). 1171 defm : X86WriteResPairUnsupported<WriteCvtI2PDZ>; // Integer -> Double (ZMM). 1192 defm : Zn3WriteResXMMPair<WriteCvtSS2SD, [Zn3FPFCvt01], 3, [1], 1>; // Float -> Double size conver… [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 358 def Double : Type<"double", QualType<"Context.DoubleTy">>; 448 … : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Double, Half]>; 449 def TLFloat : TypeList<[Float, Double, Half]>; 453 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>; 490 Float, Double, Half] in { 499 foreach Type = [Float, Double, Half] in { 514 foreach RType = [Float, Double, Half, Char, UChar, Short, 516 foreach IType = [Float, Double, Half, Char, UChar, Short, 591 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double], Attr.Const>; 732 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double], Attr.Const>; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 262 VariantValue::VariantValue(double Double) : Type(VT_Nothing) { in VariantValue() argument 263 setDouble(Double); in VariantValue() 355 return Value.Double; in getDouble() 361 Value.Double = NewValue; in setDouble()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 591 double Double; 2670 { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse() 3075 { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse() 3255 { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse() 3264 av = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); in yyparse() 3450 av = create_attr_dval(T_WanderThreshold, (yyvsp[0].Double)); in yyparse() 3776 { (yyval.Double) = (double)(yyvsp[0].Integer); } in yyparse() 3826 { (yyval.Attr_val) = create_attr_dval((yyvsp[-2].Integer), (yyvsp[0].Double)); } in yyparse() 3850 { (yyval.Sim_server) = ONLY_SIM(create_sim_server((yyvsp[-4].Address_node), (yyvsp[-2].Double), (yyvsp[-1].Sim_script_fifo))); } in yyparse() 3856 { (yyval.Double) in yyparse() 589 double Double; global() member [all...] |
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8040-mcbin.dts | 11 model = "Marvell 8040 MACCHIATOBin Double-shot";
|
| /freebsd/lib/libz/ |
| H A D | FREEBSD-upgrade | 11 4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/ |
| H A D | NSanUnitTest.cpp | 56 TEST(NSanTest, Double) { in TEST() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_fixint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
|
| H A D | fp_fixuint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
|