| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 30 return U.Double.METHOD_CALL; \ 710 DoubleAPFloat Double; member 714 : Double(std::move(F)) { in Storage() 725 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); in Storage() 737 Double.~DoubleAPFloat(); in ~Storage() 749 new (this) DoubleAPFloat(RHS.Double); in Storage() 761 new (this) DoubleAPFloat(std::move(RHS.Double)); in Storage() 773 Double = RHS.Double; 787 Double = std::move(RHS.Double); 809 return U.Double.getFirst().U.IEEE; in getIEEE() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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-precision Fused FP MAC [all …]
|
| /netbsd-src/lib/libm/src/ |
| H A D | b_tgamma.c | 91 static struct Double large_gam(double); 92 static struct Double ratfun_gam(double, double); 137 struct Double u; in tgamma() 160 static struct Double 164 struct Double t, u, v; in large_gam() 192 struct Double yy, r; in small_gam() 225 struct Double r, xx; in smaller_gam() 249 static struct Double 253 struct Double r, t; in ratfun_gam() 279 struct Double lg, lsine; in neg_gam()
|
| H A D | b_log.c | 367 struct Double 373 struct Double r; in __log__D()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| H A D | fsqrt.s | 29 # Double it. 31 # Double it again. 35 # Double it. 85 # Double it. 88 # Double it again. 94 # Double it.
|
| /netbsd-src/lib/libm/noieee_src/ |
| H A D | n_gamma.c | 81 static struct Double large_gam (double); 82 static struct Double ratfun_gam (double, double); 141 struct Double u; in gamma() 174 static struct Double 178 struct Double t, u, v; in large_gam() 206 struct Double yy, r; in small_gam() 239 struct Double r, xx; in smaller_gam() 263 static struct Double 267 struct Double r, t; in ratfun_gam() 293 struct Double lg, lsine; in neg_gam()
|
| H A D | mathimpl.h | 121 struct Double {double a, b;}; argument 123 struct Double __log__D(double);
|
| H A D | n_log.c | 448 struct Double 454 struct Double r; in __log__D()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 401 Double, enumerator 427 explicit Variant(double V) : Type(PDB_VariantType::Double) { in Variant() 428 Value.Double = V; in Variant() 460 double Double; member 497 VARIANT_WIDTH(Double, 64u) in getBitWidth() 540 case PDB_VariantType::Double: in toAPFloat() 543 return APFloat(Value.Double); in toAPFloat() 564 VARIANT_EQUAL_CASE(Double)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 303 def Double : Type<"double", QualType<"Context.DoubleTy">>; 375 … : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Double, Half]>; 376 def TLFloat : TypeList<[Float, Double, Half]>; 380 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>; 417 Float, Double, Half] in { 426 foreach Type = [Float, Double, Half] in { 441 foreach RType = [Float, Double, Half, Char, UChar, Short, 443 foreach IType = [Float, Double, Half, Char, UChar, Short, 518 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double], Attr.Const>; 665 def : Builtin<name, [GenTypeDoubleVecNoScalar, GenTypeDoubleVecNoScalar, Double], Attr.Const>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 193 // Double shift instructions. 415 defm WriteCvtSD2I : X86SchedWritePair<ReadAfterVecLd>; // Double -> Integer. 416 defm WriteCvtPD2I : X86SchedWritePair<ReadAfterVecXLd>; // Double -> Integer (XMM). 417 defm WriteCvtPD2IY : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Integer (YMM). 418 defm WriteCvtPD2IZ : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Integer (ZMM). 425 defm WriteCvtI2SD : X86SchedWritePair<ReadAfterVecLd>; // Integer -> Double. 426 defm WriteCvtI2PD : X86SchedWritePair<ReadAfterVecXLd>; // Integer -> Double (XMM). 427 defm WriteCvtI2PDY : X86SchedWritePair<ReadAfterVecYLd>; // Integer -> Double (YMM). 428 defm WriteCvtI2PDZ : X86SchedWritePair<ReadAfterVecYLd>; // Integer -> Double (ZMM). 435 defm WriteCvtSS2SD : X86SchedWritePair<ReadAfterVecLd>; // Float -> Double size conversion. [all …]
|
| /netbsd-src/lib/libm/ld128/ |
| H A D | b_logl.c | 332 static struct Double 337 struct Double r; in __log__D()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky_isa.def | 42 CSKY_ISA (fpv2_df, "Double precision operations supported") 43 CSKY_ISA (fpv2_divd, "Double precision div operations supported") 48 CSKY_ISA (fpv3_df, "Double precision operations supported")
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 264 VariantValue(double Double); 285 void setDouble(double Double); 344 double Double; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | bitmanip.d | 2953 enum Double: double 2959 assert(buffer.peek!Double() == Double.one); 2960 assert(buffer.peek!Double(0) == Double.one); 2961 assert(buffer.peek!Double(8) == Double.two); 2964 assert(buffer.peek!Double(&index) == Double.one); 2967 assert(buffer.peek!Double(&index) == Double.two); 3195 enum Double: double 3201 assert(buffer.read!Double() == Double.one); 3204 assert(buffer.read!Double() == Double.two); 3574 enum Double: double [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | bitmanip.d | 3683 enum Double: double 3689 assert(buffer.peek!Double() == Double.one); 3690 assert(buffer.peek!Double(0) == Double.one); 3691 assert(buffer.peek!Double(8) == Double.two); 3694 assert(buffer.peek!Double(&index) == Double.one); 3697 assert(buffer.peek!Double(&index) == Double.two); 3914 enum Double: double 3920 assert(buffer.read!Double() == Double.one); 3923 assert(buffer.read!Double() == Double.two); 4285 enum Double: double [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh4.md | 121 ;; Double issue of EX insns is prevented by using the int unit in the EX stage. 122 ;; Double issue of EX / BR insns is prevented by using the int unit / 124 ;; Double issue of BR / LS instructions is prevented by using the 126 ;; Double issue of FE instructions is prevented by using F0 in the first 405 ;; Double Precision floating point computation 415 ;; Double-precision floating-point (FADD,FMUL,FSUB) 424 ;; Double-precision FCMP (FCMP/EQ,FCMP/GT) 433 ;; Double precision FDIV/SQRT
|
| H A D | sh4a.md | 195 ;; Double Precision floating point computation 204 ;; Double-precision floating-point (FADD,FMUL,FSUB) 212 ;; Double precision FDIV/SQRT
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh4.md | 121 ;; Double issue of EX insns is prevented by using the int unit in the EX stage. 122 ;; Double issue of EX / BR insns is prevented by using the int unit / 124 ;; Double issue of BR / LS instructions is prevented by using the 126 ;; Double issue of FE instructions is prevented by using F0 in the first 405 ;; Double Precision floating point computation 415 ;; Double-precision floating-point (FADD,FMUL,FSUB) 424 ;; Double-precision FCMP (FCMP/EQ,FCMP/GT) 433 ;; Double precision FDIV/SQRT
|
| H A D | sh4a.md | 195 ;; Double Precision floating point computation 204 ;; Double-precision floating-point (FADD,FMUL,FSUB) 212 ;; Double precision FDIV/SQRT
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky_isa.def | 41 CSKY_ISA (fpv2_df, "Double precision operations supported") 42 CSKY_ISA (fpv2_divd, "Double precision div operations supported")
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | convert.d | 40 static if (floatFormat!T == FloatFormat.Float || floatFormat!T == FloatFormat.Double) 314 private template FloatTraits(T) if (floatFormat!T == FloatFormat.Double) 440 if (floatFormat!T == FloatFormat.Float || floatFormat!T == FloatFormat.Double) 611 Double, enumerator 625 enum floatFormat = FloatFormat.Double; in floatFormat()
|