| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p991.C | 4 class Complex { 8 Complex(double r,double i) : re(r), im(i) {} in Complex() function 11 Complex cos(const Complex&); 18 Complex cos(const Complex& arg) { in cos() 21 return Complex(nr,ni); in cos()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/ |
| H A D | ChangeLog | 3 * Don't declare "tan" operator overloading on Math::Complex 9 * Release Math::Complex 1.59 + Math::Trig 1.23. 26 * Release Math::Complex 1.58 + Math::Trig 1.22. 40 * Release Math::Complex 1.57 + Math::Trig 1.21. 47 * Release Math::Complex 1.56 + Math::Trig 1.20. 56 * Release Math::Complex 1.55 + Math::Trig 1.19. 60 * The SIGFPE catcher in Complex.pm and Trig.t was { }, not sub { }. 70 * Release Math::Complex 1.54 + Math::Trig 1.18. 88 * Release Math::Complex 1.53 + Math::Trig 1.17. 94 * Release Math::Complex 1.52 + Math::Trig 1.16. [all …]
|
| H A D | TODO | 1 - possible to make Math::Complex and bignum (Math::BigFloat) to play well?
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | crash20.C | 4 typedef std::complex<double> Complex; typedef 6 Complex ComputeVVself() in ComputeVVself() 8 Complex temp1; in ComputeVVself() 9 Complex self[3][3]; in ComputeVVself()
|
| H A D | overload8.C | 4 class Complex{public:double re,im; 5 inline void operator=(Complex&X){re=X.re; im=X.im;};}; 7 int main(){complex c; Complex C; in main()
|
| H A D | copy9.C | 12 class Complex; variable 24 Complex* Complexval;
|
| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/ |
| H A D | Complex.t | 12 use Math::Complex 1.54; 15 *_stringify_cartesian = \&Math::Complex::_stringify_cartesian; 16 *_stringify_polar = \&Math::Complex::_stringify_polar; 39 my $a = Math::Complex->new(1); 220 print "not " unless Math::Complex->display_format eq 'cartesian'; 338 print "not " unless \$z == Math::Complex->make(2,3); 345 \$z = Math::Complex->make('3i'); 353 \$z = Math::Complex->emake('[2,3]'); 361 \$z = Math::Complex->make('(2,3)'); 369 \$z = Math::Complex->emake('[2,3pi/8]'); [all …]
|
| H A D | underbar.t | 15 use Math::Complex; 26 is(eval "Math::Complex::$f", $CORE{$f}, $f);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | operators4.C | 9 typedef std::complex<double> Complex; typedef 14 Complex *v; 16 Vector(int s=1) { size = s; v = new Complex[size];};
|
| /openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/ |
| H A D | Complex.pm | 8 package Math::Complex; 847 Math::Complex::abs(@_); 856 Math::Complex::arg(@_); 915 sub ln { Math::Complex::log(@_) } 924 return Math::Complex::log($_[0]) * _uplog10; 1015 sub cosec { Math::Complex::csc(@_) } 1034 sub cotan { Math::Complex::cot(@_) } 1129 sub acosec { Math::Complex::acsc(@_) } 1151 sub acotan { Math::Complex::acot(@_) } 1238 sub cosech { Math::Complex::csch(@_) } [all …]
|
| H A D | Trig.pm | 12 use Math::Complex 1.59; 13 use Math::Complex qw(:trig :pi); 26 our @EXPORT = (@{$Math::Complex::EXPORT_TAGS{'trig'}},
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | regexec | 7 Complex regular subexpression recursion limit (%d) exceeded 10 Complex regular subexpression recursion limit (%d) exceeded 41 Complex regular subexpression recursion limit (*MASKED*) exceeded at - line 9. 93 Complex regular subexpression recursion limit (*MASKED*) exceeded at - line 9.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyBuiltinDumper.cpp | 79 case PDB_BuiltinType::Complex: in getTypeName()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2085 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2087 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate() 2089 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate() 2094 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate() 2095 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate() 2108 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2110 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate() 2112 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate() 2117 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate() 2118 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
|
| H A D | CGValue.h | 40 enum Flavor { Scalar, Complex, Aggregate }; enumerator 55 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() 100 ER.V1.setInt(Complex); in getComplex()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-2t.fin | 31 Complex COMPLEX
|
| H A D | str-1t.fin | 39 Complex CMPLX
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | mapping.tml | 161 # Complex keys
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Search.pod | 43 Complex searches must be built as lists of filter objects, in
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 08_nothreads.t | 64 is_deeply($tary1, \@ary1, 'Complex array');
|
| H A D | 02_refs.t | 95 is_deeply($tary1, \@ary1, 'Complex array');
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIntrinsicsV5.td | 128 // Complex multiply 32x16 138 // Complex add/sub halfwords/words
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk16 | 167 Math::Complex 3p lib/Math/Complex.pm \
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedFalkor.td | 43 def FalkorUnitX : ProcResource<1>; // Complex arithmetic
|