/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | complex.d | 50 return Complex!R(re, 0); 52 return Complex!double(re, 0); 60 return Complex!(CommonType!(R, I))(re, im); 62 return Complex!double(re, im); 69 static assert(is(typeof(a) == Complex!double)); 74 static assert(is(typeof(b) == Complex!real)); 79 static assert(is(typeof(c) == Complex!double)); 84 static assert(is(typeof(d) == Complex!real)); 89 static assert(is(typeof(e) == Complex!double)); 94 static assert(is(typeof(f) == Complex!double)); [all …]
|
H A D | numeric.d | 3395 auto oddsImag = cast(Complex!E[]) range; 3404 alias C = Complex!(CommonType!(E, typeof(buf[0].re))); 3657 Complex!F[] fft(F = double, R)(R range) const 3661 Complex!F[] ret; 3668 ret = uninitializedArray!(Complex!F[])(range.length); 3729 Complex!F[] inverseFft(F = double, R)(R range) const 3733 Complex!F[] ret; 3740 ret = uninitializedArray!(Complex!F[])(range.length); 3793 Complex!F[] fft(F = double, R)(R range) 3807 Complex!F[] inverseFft(F = double, R)(R range) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | complex.d | 41 return Complex!R(re, 0); 43 return Complex!double(re, 0); 51 return Complex!(CommonType!(R, I))(re, im); 53 return Complex!double(re, im); 60 static assert(is(typeof(a) == Complex!double)); 65 static assert(is(typeof(b) == Complex!real)); 70 static assert(is(typeof(c) == Complex!double)); 75 static assert(is(typeof(d) == Complex!real)); 80 static assert(is(typeof(e) == Complex!double)); 85 static assert(is(typeof(f) == Complex!double)); [all …]
|
H A D | numeric.d | 2832 auto oddsImag = cast(Complex!E[]) range; 2841 alias C = Complex!(CommonType!(E, typeof(buf[0].re))); 3092 Complex!F[] fft(F = double, R)(R range) const 3096 Complex!F[] ret; 3103 ret = uninitializedArray!(Complex!F[])(range.length); 3164 Complex!F[] inverseFft(F = double, R)(R range) const 3168 Complex!F[] ret; 3175 ret = uninitializedArray!(Complex!F[])(range.length); 3228 Complex!F[] fft(F = double, R)(R range) 3242 Complex!F[] inverseFft(F = double, R)(R range) [all …]
|
/netbsd-src/external/lgpl3/mpc/dist/doc/ |
H A D | mpc.info | 16 * mpc: (mpc)Multiple Precision Complex Library. 26 Complex Library, version 1.3.1 35 * Complex Functions:: Functions for arithmetic on complex numbers. 263 File: mpc.info, Node: GNU MPC Basics, Next: Complex Functions, Prev: Reporting Bugs, Up: Top 277 “Complex number” or “Complex” for short, is a pair of two arbitrary 382 File: mpc.info, Node: Complex Functions, Next: Ball Arithmetic, Prev: GNU MPC Basics, Up: Top 384 5 Complex Functions 405 * Initializing Complex Numbers:: 406 * Assigning Complex Numbers:: 407 * Converting Complex Numbers:: [all …]
|
H A D | mpc.texi | 37 * mpc: (mpc)Multiple Precision Complex Library. 43 @subtitle The GNU Multiple Precision Complex Library 58 Complex Library, version @value{VERSION} 67 * Complex Functions:: Functions for arithmetic on complex numbers. 343 @cindex Complex number 348 @dfn{Complex number} or @dfn{Complex} for short, is a pair of two 468 @node Complex Functions 469 @chapter Complex Functions 470 @cindex Complex functions 491 * Initializing Complex Numbers:: [all …]
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | fmt_decl.c | 74 typedef struct Complex struct 78 } Complex; typedef 82 typedef struct Complex struct 86 } Complex; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyBuiltinDumper.cpp | 79 case PDB_BuiltinType::Complex: in getTypeName()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2049 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2051 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate() 2053 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate() 2058 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate() 2059 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate() 2072 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2074 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate() 2076 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate() 2081 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate() 2082 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
|
H A D | CGValue.h | 40 enum Flavor { Scalar, Complex, Aggregate }; enumerator 53 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() 97 ER.V1.setInt(Complex); in getComplex()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-s922x-khadas-vim3.dts | 27 * USB3.0 from the USB Complex and enable the PCIe controller.
|
H A D | meson-g12b-a311d-khadas-vim3.dts | 27 * USB3.0 from the USB Complex and enable the PCIe controller.
|
H A D | meson-sm1-khadas-vim3l.dts | 95 * USB3.0 from the USB Complex and enable the PCIe controller.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.info | 770 The GCC “‘Complex int’” and fixed-point extensions are not yet 820 3 ‘CTF_FP_CPLX’ This is a ‘Complex float’. 821 4 ‘CTF_FP_DCPLX’ This is a ‘Complex double’. 822 5 ‘CTF_FP_LDCPLX’ This is a ‘Complex long double’. 830 10 ‘CTF_FP_IMAGRY’ This is a the imaginary part of a ‘Complex float’. Not 832 11 ‘CTF_FP_DIMAGRY’ This is a the imaginary part of a ‘Complex double’. Not 834 12 ‘CTF_FP_LDIMAGRY’ This is a the imaginary part of a ‘Complex long double’. Not 1351 * Complex, double: Floating-point types. (line 6) 1352 * Complex, float: Floating-point types. (line 6) 1353 * Complex, signed double: Floating-point types. (line 6) [all …]
|
H A D | ctf-spec.texi | 976 The GCC ``@code{Complex int}'' and fixed-point extensions are not yet supported: 989 @tindex Complex, float 990 @tindex Complex, double 991 @tindex Complex, signed float 992 @tindex Complex, signed double 993 @tindex Complex, unsigned float 994 @tindex Complex, unsigned double 1055 @tab This is a @code{Complex float}. 1059 @tab This is a @code{Complex double}. 1063 @tab This is a @code{Complex long double}. [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
H A D | ctf-spec.texi | 976 The GCC ``@code{Complex int}'' and fixed-point extensions are not yet supported: 989 @tindex Complex, float 990 @tindex Complex, double 991 @tindex Complex, signed float 992 @tindex Complex, signed double 993 @tindex Complex, unsigned float 994 @tindex Complex, unsigned double 1055 @tab This is a @code{Complex float}. 1059 @tab This is a @code{Complex double}. 1063 @tab This is a @code{Complex long double}. [all …]
|
H A D | ctf-spec.info | 770 The GCC "'Complex int'" and fixed-point extensions are not yet 820 3 'CTF_FP_CPLX' This is a 'Complex float'. 821 4 'CTF_FP_DCPLX' This is a 'Complex double'. 822 5 'CTF_FP_LDCPLX' This is a 'Complex long double'. 830 10 'CTF_FP_IMAGRY' This is a the imaginary part of a 'Complex float'. Not 832 11 'CTF_FP_DIMAGRY' This is a the imaginary part of a 'Complex double'. Not 834 12 'CTF_FP_LDIMAGRY' This is a the imaginary part of a 'Complex long double'. Not 1351 * Complex, double: Floating-point types. (line 6) 1352 * Complex, float: Floating-point types. (line 6) 1353 * Complex, signed double: Floating-point types. (line 6) [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsicsV5.td | 128 // Complex multiply 32x16 138 // Complex add/sub halfwords/words
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedFalkor.td | 41 def FalkorUnitX : ProcResource<1>; // Complex arithmetic
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | new_table.txt | 66 Complex tables with subtables will require a compile routine with a name
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve2.md | 61 ;; == Complex arithmetic 62 ;; ---- [INT] Complex binary operations 63 ;; ---- [INT] Complex ternary operations 64 ;; ---- [INT] Complex dot product 1778 ;; == Complex arithmetic 1782 ;; ---- [INT] Complex binary operations 1803 ;; ---- [INT] Complex ternary operations 1842 ;; ---- [INT] Complex dot product
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve2.md | 61 ;; == Complex arithmetic 62 ;; ---- [INT] Complex binary operations 63 ;; ---- [INT] Complex ternary operations 64 ;; ---- [INT] Complex dot product 1778 ;; == Complex arithmetic 1782 ;; ---- [INT] Complex binary operations 1813 ;; ---- [INT] Complex ternary operations 1894 ;; ---- [INT] Complex dot product
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 619 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local 620 if (Complex->getElementType()->isIntegerType()) in getAsComplexIntegerType() 621 return Complex; in getAsComplexIntegerType() 2369 case Type::Complex: in isCXX98PODType() 2774 case Complex: in isSpecifierType() 3864 case Type::Complex: in computeCachedProperties() 3951 case Type::Complex: in computeTypeLinkageInfo() 4134 case Type::Complex: in canHaveNullability()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 93 TKCASE(Complex); in GetTypeKind() 586 TKIND(Complex); in clang_getTypeKindSpelling() 817 case Type::Complex: in clang_getElementType()
|