| /freebsd-14.2/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 230 // Double-precision FP ALU 236 // Double-precision FP Multiply 242 // Double-precision FP MAC 254 // Double-precision FP DIV 260 // Double-precision FP SQRT 278 // Double-precision FP Load [all …]
|
| H A D | ARMScheduleA8.td | 260 // Double-precision FP Unary 306 // Double-precision FP ALU 324 // Double-precision FP MAC 343 // Double-precision FP DIV 353 // Double-precision FP SQRT 386 // Double-precision FP Load 415 // Double-precision FP Store 774 // Double-register FP Unary 792 // Double-register FP VMUL 849 // Double-register Permute [all …]
|
| H A D | ARMScheduleA9.td | 473 // Double-precision FP Unary 575 // Double-precision FP ALU 607 // Double-precision FP MAC 639 // Double-precision FP DIV 655 // Double-precision FP SQRT 707 // Double-precision FP Load 746 // Double-precision FP Store 1636 // Double-register FP Unary 1677 // Double-register FP VMUL 1766 // Double-register Permute [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 852 Double = RHS.Double; 866 Double = std::move(RHS.Double); 1048 return U.Double.add(RHS.U.Double, RM); in add() 1057 return U.Double.subtract(RHS.U.Double, RM); in subtract() 1066 return U.Double.multiply(RHS.U.Double, RM); in multiply() 1075 return U.Double.divide(RHS.U.Double, RM); in divide() 1084 return U.Double.remainder(RHS.U.Double); in remainder() 1093 return U.Double.mod(RHS.U.Double); in mod() 1105 return U.Double.fusedMultiplyAdd(Multiplicand.U.Double, Addend.U.Double, in fusedMultiplyAdd() 1256 return U.Double.compare(RHS.U.Double); in compare() [all …]
|
| /freebsd-14.2/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 | 63 struct Double { struct 72 struct Double __log__D(double); argument
|
| H A D | b_log.c | 357 static struct Double 362 struct Double r; in __log__D()
|
| /freebsd-14.2/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-14.2/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() 541 case PDB_VariantType::Double: in toAPFloat() 544 return APFloat(Value.Double); in toAPFloat() 565 VARIANT_EQUAL_CASE(Double)
|
| /freebsd-14.2/contrib/googletest/googletest/samples/ |
| H A D | sample3_unittest.cc | 87 static int Double(int n) { return 2 * n; } in Double() function in __anon45ce1abb0111::QueueTestSmpl3 93 const Queue<int>* const new_q = q->Map(Double); in MapTester()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CharInfo.h | 168 Double = 2, enumerator 169 SingleAndDouble = static_cast<int>(Single) | static_cast<int>(Double), 184 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Double)) == 0)
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | dlg,da9121.yaml | 14 Dialog Semiconductor DA9122 Double-channel 5A single-phase buck converter 15 Dialog Semiconductor DA9220 Double-channel 3A single-phase buck converter 18 Dialog Semiconductor DA9131 Double-channel 5A single-phase buck converter 19 Dialog Semiconductor DA9132 Double-channel 3A single-phase buck converter
|
| /freebsd-14.2/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-14.2/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 size conversion. [all …]
|
| H A D | X86ScheduleZnver3.td | 821 // Double shift instructions. 1153 defm : Zn3WriteResXMMPair<WriteCvtSD2I, [Zn3FPFCvt01], 2, [2], 2>; // Double -> Integer. 1154 defm : Zn3WriteResXMMPair<WriteCvtPD2I, [Zn3FPFCvt01], 3, [1], 1>; // Double -> Integer (XMM). 1155 defm : Zn3WriteResYMMPair<WriteCvtPD2IY, [Zn3FPFCvt01], 6, [2], 2>; // Double -> Integer (YMM). 1156 defm : X86WriteResPairUnsupported<WriteCvtPD2IZ>; // Double -> Integer (ZMM). 1172 defm : Zn3WriteResXMMPair<WriteCvtI2PD, [Zn3FPFCvt01], 3, [1], 1>; // Integer -> Double (XMM). 1174 defm : X86WriteResPairUnsupported<WriteCvtI2PDZ>; // Integer -> Double (ZMM). 1195 defm : Zn3WriteResXMMPair<WriteCvtSS2SD, [Zn3FPFCvt01], 3, [1], 1>; // Float -> Double size conver… 1198 defm : X86WriteResPairUnsupported<WriteCvtPS2PDZ>; // Float -> Double size conversion (ZMM). 1200 defm : Zn3WriteResXMMPair<WriteCvtSD2SS, [Zn3FPFCvt01], 3, [1], 1>; // Double -> Float size conver… [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 486 Float, Double, Half] in { 495 foreach Type = [Float, Double, Half] in { 742 …def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double, Double], Attr.Con… 754 …def : Builtin<name, [GenTypeDoubleVecNoScalar, Double, Double, GenTypeDoubleVecNoScalar], Attr.Con… 785 …def : Builtin<name, [VectorType<Double, VSize>, VectorType<Double, VSize>, VectorType<Double, VSiz… 806 def : Builtin<name, [Int, Double], Attr.Const>; 820 def : Builtin<name, [Int, Double, Double], Attr.Const>; 861 …def : Builtin<name, [VectorType<Double, VSize>, Size, PointerType<ConstType<Double>, AS>], Attr.Pu… 875 def : Builtin<name, [Void, VectorType<Double, VSize>, Size, PointerType<Double, AS>]>; 1193 [Double, PointerType<VolatileType<AtomicDouble>, addrspace>, Double], extension_fp64>; [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 263 VariantValue::VariantValue(double Double) : Type(VT_Nothing) { in VariantValue() argument 264 setDouble(Double); in VariantValue() 356 return Value.Double; in getDouble() 362 Value.Double = NewValue; in setDouble()
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 591 double Double; member 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() 3856 { (yyval.Double) = (yyvsp[-1].Double); } in yyparse() 3886 …{ (yyval.Sim_script) = ONLY_SIM(create_sim_script_info((yyvsp[-3].Double), (yyvsp[-1].Attr_val_fif… in yyparse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 16 SHADER_FLAG(0, Doubles, "Double-precision floating point") 21 SHADER_FLAG(5, DX11_1_DoubleExtensions, "Double-precision extensions for 11.1")
|
| /freebsd-14.2/lib/libz/ |
| H A D | FREEBSD-upgrade | 11 4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8040-mcbin.dts | 11 model = "Marvell 8040 MACCHIATOBin Double-shot";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 41 // Double Precision floating point 44 "'D' (Double-Precision Floating-Point)",
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_fixuint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
|