Home
last modified time | relevance | path

Searched refs:complex_d (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/umfpack/
H A Dumfpack_overloads.hpp105 traits::complex_d* X, traits::complex_d const* B, in solve()
228 traits::complex_d const* Tx, in triplet_to_col()
272 int scale (int n, traits::complex_d* X, in scale()
273 traits::complex_d const* B, void* Numeric) in scale()
307 void report_status (traits::complex_d const&, int, in report_status()
334 void report_info (traits::complex_d const&, int, in report_info()
355 traits::complex_d const* Ax, in report_matrix()
384 traits::complex_d const* Tx, in report_triplet()
407 int report_vector (int n, traits::complex_d const* X, in report_vector()
434 int report_numeric (traits::complex_d const&, int, in report_numeric()
[all …]
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/traits/
H A Dtype_traits.hpp41 struct type_traits<complex_d> {
42 typedef complex_d type;
48 …inline const dcomplex_t* complex_ptr(const complex_d* c) { return reinterpret_cast<const dcomplex… in complex_ptr()
51 …inline dcomplex_t* complex_ptr( complex_d* c) { return reinterpret_cast< dcomplex… in complex_ptr()
59 …inline complex_d complex_ret(const dcomplex_t& ret) { return reinterpret_cast<const complex_d&>( r… in complex_ret()
/dports/audio/openal-soft/openal-soft-1.21.1/alc/effects/
H A Dfshifter.cpp39 using complex_d = std::complex<double>; typedef
73 complex_d mOutFIFO[HIL_STEP]{};
74 complex_d mOutputAccum[HIL_SIZE]{};
75 complex_d mAnalytic[HIL_SIZE]{};
76 complex_d mOutdata[BufferLineSize]{};
106 std::fill(std::begin(mOutFIFO), std::end(mOutFIFO), complex_d{}); in deviceUpdate()
107 std::fill(std::begin(mOutputAccum), std::end(mOutputAccum), complex_d{}); in deviceUpdate()
108 std::fill(std::begin(mAnalytic), std::end(mAnalytic), complex_d{}); in deviceUpdate()
199 std::fill_n(mOutputAccum + mPos, HIL_STEP, complex_d{}); in process()
H A Dconvolution.cpp105 using complex_d = std::complex<double>; typedef
168 alignas(16) std::array<complex_d,ConvolveUpdateSize> mFftBuffer{};
182 std::unique_ptr<complex_d[]> mComplexData;
230 mFftBuffer.fill(complex_d{}); in deviceUpdate()
277 mComplexData = std::make_unique<complex_d[]>(complex_length); in deviceUpdate()
278 std::fill_n(mComplexData.get(), complex_length, complex_d{}); in deviceUpdate()
286 complex_d *filteriter = mComplexData.get() + mNumConvolveSegs*m; in deviceUpdate()
310 std::fill(iter, mFftBuffer.end(), complex_d{}); in deviceUpdate()
494 std::fill(fftiter, mFftBuffer.end(), complex_d{}); in process()
502 std::fill_n(mFftBuffer.begin(), m, complex_d{}); in process()
[all …]
/dports/audio/openal-soft/openal-soft-1.21.1/utils/makemhr/
H A Dmakemhr.h45 using complex_d = std::complex<double>; variable
111 void MagnitudeResponse(const uint n, const complex_d *in, double *out);
112 void FftForward(const uint n, complex_d *inout);
113 void FftInverse(const uint n, complex_d *inout);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d; in foo() local
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dbuiltin-classify-type.c35 _Complex double complex_d;
55 int a19[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp44 _Complex double complex_d; in foo() local
67 int a22[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp44 _Complex double complex_d; in foo() local
67 int a22[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp44 _Complex double complex_d; in foo() local
67 int a22[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-classify-type.cpp44 _Complex double complex_d; in foo() local
67 int a22[__builtin_classify_type(complex_d) == complex_type_class ? 1 : -1]; in foo()

123