Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td200 // 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 DARMScheduleA8.td260 // 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 DARMScheduleA9.td473 // 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/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h30 return U.Double.METHOD_CALL; \
820 DoubleAPFloat Double; member
824 : Double(std::move(F)) { in Storage()
835 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
847 Double.~DoubleAPFloat(); in ~Storage()
859 new (this) DoubleAPFloat(RHS.Double); in Storage()
871 new (this) DoubleAPFloat(std::move(RHS.Double)); in Storage()
883 Double = RHS.Double;
897 Double = std::move(RHS.Double);
919 return U.Double.getFirst().U.IEEE; in getIEEE()
[all …]
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c51 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 Dmathimpl.h61 struct Double { struct
70 struct Double __log__D(double); argument
H A Db_log.c357 static struct Double
362 struct Double r; in __log__D()
/freebsd/lib/msun/ld80/
H A Db_tgammal.c63 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 Db_logl.c332 static struct Double
337 struct Double r; in __log__D()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h402 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/contrib/googletest/googletest/samples/
H A Dsample3_unittest.cc87 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 DCharInfo.h184 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 Dsequences55 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/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h264 VariantValue(double Double);
285 void setDouble(double Double);
344 double Double; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td199 // 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 DX86ScheduleZnver3.td818 // 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 DOpenCLBuiltins.td354 def Double : Type<"double", QualType<"Context.DoubleTy">>;
444 … : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Double, Half]>;
445 def TLFloat : TypeList<[Float, Double, Half]>;
449 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
486 Float, Double, Half] in {
495 foreach Type = [Float, Double, Half] in {
510 foreach RType = [Float, Double, Half, Char, UChar, Short,
512 foreach IType = [Float, Double, Half, Char, UChar, Short,
587 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double], Attr.Const>;
728 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double], Attr.Const>;
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp263 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/contrib/ntp/ntpd/
H A Dntp_parser.c591 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 Darmada-8040-mcbin.dts11 model = "Marvell 8040 MACCHIATOBin Double-shot";
/freebsd/lib/libz/
H A DFREEBSD-upgrade11 4) Double check zconf.h, zlib.pc, and Symbol.map to make sure that we
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h30 Double, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def18 SHADER_FEATURE_FLAG(0, 2, Doubles, "Double-precision floating point")
23 SHADER_FEATURE_FLAG(5, 6, DX11_1_DoubleExtensions, "Double-precision extensions for 11.1")
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp83 return ParameterKind::Double; in getParameterKind()
212 case ParameterKind::Double: in getParameterKindStr()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td41 // Double Precision floating point
44 "'D' (Double-Precision Floating-Point)",

1234567