Home
last modified time | relevance | path

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

12345678910

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess20.C5 #define Double double macro
12 Double phi1 ;
13 Double phi2 ;
18 Double cosine1 ;
19 Double cosine2 ;
20 Double sine1 ;
21 Double sine2 ;
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h29 return U.Double.METHOD_CALL; \
731 DoubleAPFloat Double; member
735 : Double(std::move(F)) { in Storage()
746 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage()
758 Double.~DoubleAPFloat(); in ~Storage()
770 new (this) DoubleAPFloat(RHS.Double); in Storage()
782 new (this) DoubleAPFloat(std::move(RHS.Double)); in Storage()
794 Double = RHS.Double;
808 Double = std::move(RHS.Double);
830 return U.Double.getFirst().U.IEEE; in getIEEE()
[all …]
/openbsd-src/gnu/llvm/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-precision Fused FP MAC
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/blank/
H A Dtransp.out_markdown9 Double br:
14 Double Pp:
26 Double sp:
40 Double blank:
H A Dtransp.out_ascii7 Double br:
12 Double Pp:
25 Double sp:
43 Double blank:
H A Dline.out_ascii14 Double br:
19 Double Pp:
32 Double sp:
50 Double blank:
/openbsd-src/lib/libm/src/
H A Db_tgamma.c80 static struct Double large_gam(double);
81 static struct Double ratfun_gam(double, double);
126 struct Double u; in tgamma()
166 static struct Double
170 struct Double t, u, v; in large_gam()
200 struct Double yy, r; in small_gam()
235 struct Double r, xx; in smaller_gam()
265 static struct Double
269 struct Double r, t; in ratfun_gam()
298 struct Double lg, lsine; in neg_gam()
H A Db_log__D.c353 struct Double
359 struct Double r; in __log__D()
/openbsd-src/regress/usr.bin/mandoc/man/blank/
H A Dline.out_ascii14 Double br:
19 Double PP:
32 Double sp:
50 Double blank:
/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
H A Dquoting.tml35 # Double quotes
85 name3: 'Double '''' Quote'
90 name3 => "Double '' Quote",
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCharInfo.h168 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)
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h264 VariantValue(double Double);
285 void setDouble(double Double);
344 double Double; member
/openbsd-src/gnu/llvm/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 size conversion.
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def12 SHADER_FLAG(0, Doubles, "Double-precision floating point")
17 SHADER_FLAG(5, DX11_1_DoubleExtensions, "Double-precision extensions for 11.1")
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/
H A Dalign-double.out++1 +++Double alignment:
H A Dalign-double.out1 +++Double alignment:
H A Dsize-double.out++1 +++Double size:
H A Dsize-double.out1 +++Double size:
H A Dsize-longdouble.out++1 +++Long Double size:
H A Dalign-longdouble.out++1 +++Long Double alignment:

12345678910