Home
last modified time | relevance | path

Searched refs:Complex (Results 1 – 25 of 141) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp991.C4 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 DChangeLog3 * 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 DTODO1 - 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 Dcrash20.C4 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 Doverload8.C4 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 Dcopy9.C12 class Complex; variable
24 Complex* Complexval;
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t12 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 Dunderbar.t15 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 Doperators4.C9 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 DComplex.pm8 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 DTrig.pm12 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 Dregexec7 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 DPrettyBuiltinDumper.cpp79 case PDB_BuiltinType::Complex: in getTypeName()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp2085 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 DCGValue.h40 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 Dstr-2t.fin31 Complex COMPLEX
H A Dstr-1t.fin39 Complex CMPLX
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
H A Dmapping.tml161 # Complex keys
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DTypeBitCodes.def14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DSearch.pod43 Complex searches must be built as lists of filter objects, in
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D08_nothreads.t64 is_deeply($tary1, \@ary1, 'Complex array');
H A D02_refs.t95 is_deeply($tary1, \@ary1, 'Complex array');
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td128 // Complex multiply 32x16
138 // Complex add/sub halfwords/words
/openbsd-src/regress/usr.bin/make/
H A Dmk16167 Math::Complex 3p lib/Math/Complex.pm \
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td43 def FalkorUnitX : ProcResource<1>; // Complex arithmetic

123456