Home
last modified time | relevance | path

Searched refs:DoubleComplex (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DDoubleComplex.java28 public final class DoubleComplex class
33 private DoubleComplex(DoubleBuffer buffer, int index) in DoubleComplex() method in DoubleComplex
44 public static DoubleComplex get(DoubleBuffer buffer) in get()
46 return new DoubleComplex(buffer, 0); in get()
58 return new DoubleComplex(buffer, index); in get()
66 public static DoubleComplex get(double[] array) in get()
68 return new DoubleComplex(DoubleBuffer.wrap(array), 0); in get()
78 public static DoubleComplex get(double[] array, int index) in get()
88 public static DoubleComplex get(ByteBuffer buffer) in get()
90 return new DoubleComplex(buffer.asDoubleBuffer(), 0); in get()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DDoubleComplex.java28 public final class DoubleComplex class
33 private DoubleComplex(DoubleBuffer buffer, int index) in DoubleComplex() method in DoubleComplex
44 public static DoubleComplex get(DoubleBuffer buffer) in get()
46 return new DoubleComplex(buffer, 0); in get()
58 return new DoubleComplex(buffer, index); in get()
66 public static DoubleComplex get(double[] array) in get()
68 return new DoubleComplex(DoubleBuffer.wrap(array), 0); in get()
78 public static DoubleComplex get(double[] array, int index) in get()
88 public static DoubleComplex get(ByteBuffer buffer) in get()
90 return new DoubleComplex(buffer.asDoubleBuffer(), 0); in get()
[all …]
/dports/math/clblas/clBLAS-2.10/src/tests/include/
H A Dblas-wrapper.h80 DoubleComplex alpha,
85 DoubleComplex beta,
86 DoubleComplex *Y,
184 DoubleComplex *C,
245 DoubleComplex *B,
306 DoubleComplex *B,
371 DoubleComplex *C,
428 DoubleComplex *C,
1615 static DoubleComplex
1666 static DoubleComplex
[all …]
H A Dblas-internal.h84 DoubleComplex beta,
85 DoubleComplex *Y,
183 DoubleComplex *C,
243 DoubleComplex *B,
303 DoubleComplex *B,
367 DoubleComplex *C,
423 DoubleComplex *C,
1563 DoubleComplex *X,
1566 DoubleComplex *Y,
1696 DoubleComplex
[all …]
H A Dblas-math.h110 static inline DoubleComplex
111 operator+(DoubleComplex a, DoubleComplex b)
116 static inline DoubleComplex
117 operator-(DoubleComplex a, DoubleComplex b)
122 static inline DoubleComplex
123 operator*(DoubleComplex a, DoubleComplex b)
137 operator/(DoubleComplex a, DoubleComplex b)
153 module(DoubleComplex a) in module()
312 ZERO<DoubleComplex>()
334 ONE<DoubleComplex>()
[all …]
H A Dmatrix.h236 printElement<DoubleComplex>(DoubleComplex a)
448 compareMatrices<DoubleComplex>(
452 const DoubleComplex *A,
453 const DoubleComplex *B,
458 DoubleComplex a, b;
741 doConjugate<DoubleComplex>(
742 DoubleComplex *A,
748 DoubleComplex b;
788 compareValues<DoubleComplex> (
789 const DoubleComplex *A, const DoubleComplex *B, const cl_double absDelta )
[all …]
/dports/math/clblas/clBLAS-2.10/src/tests/functional/
H A Dfunc-event.cpp171 EventClass<GemmMetod<DoubleComplex> > ec; in TEST()
193 EventClass<TrmmMetod<DoubleComplex> > ec; in TEST()
215 EventClass<TrsmMetod<DoubleComplex> > ec; in TEST()
238 EventClass<GemvMetod<DoubleComplex> > ec; in TEST()
280 EventClass<GemmMetod<DoubleComplex> > ec; in TEST()
299 EventClass<TrmmMetod<DoubleComplex> > ec; in TEST()
318 EventClass<TrsmMetod<DoubleComplex> > ec; in TEST()
340 EventClass<GemvMetod<DoubleComplex> > ec; in TEST()
674 EventClass<GerMetod<DoubleComplex> > ec; in TEST()
692 EventClass<GerMetod<DoubleComplex> > ec; in TEST()
[all …]
H A Dfunc-queue.cpp118 MQueueClass<GemmMetod<DoubleComplex> > ec; in TEST()
140 MQueueClass<TrmmMetod<DoubleComplex> > ec; in TEST()
162 MQueueClass<TrsmMetod<DoubleComplex> > ec; in TEST()
184 MQueueClass<GemvMetod<DoubleComplex> > ec; in TEST()
228 MQueueClass< TrmvMetod<DoubleComplex> > ec; in TEST()
372 MQueueClass< GerMetod<DoubleComplex> > ec; in TEST()
396 MQueueClass<HerMetod<DoubleComplex> > ec; in TEST()
408 MQueueClass<Her2Metod<DoubleComplex> > ec; in TEST()
420 MQueueClass<HemmMetod<DoubleComplex> > ec; in TEST()
433 MQueueClass<HemvMetod<DoubleComplex> > ec; in TEST()
[all …]
H A Dfunc-thread.cpp202 MThreadClass<GemmMetod<DoubleComplex> > ec; in TEST()
221 MThreadClass<TrmmMetod<DoubleComplex> > ec; in TEST()
240 MThreadClass<TrsmMetod<DoubleComplex> > ec; in TEST()
263 MThreadClass<GemvMetod<DoubleComplex> > ec; in TEST()
310 MThreadClass<TrmvMetod<DoubleComplex> > ec; in TEST()
333 MThreadClass<TpmvMetod<DoubleComplex> > ec; in TEST()
357 MThreadClass<TrsvMetod<DoubleComplex> > ec; in TEST()
380 MThreadClass<TpsvMetod<DoubleComplex> > ec; in TEST()
467 MThreadClass<GerMetod<DoubleComplex> > ec; in TEST()
493 MThreadClass<HerMetod<DoubleComplex> > ec; in TEST()
[all …]
H A Dfunc-error.cpp452 ErrorClass<HerMetod<DoubleComplex> > ec; in TEST()
459 ErrorClass<HerMetod<DoubleComplex> > ec; in TEST()
483 ErrorClass<Her2Metod<DoubleComplex> > ec; in TEST()
490 ErrorClass<Her2Metod<DoubleComplex> > ec; in TEST()
514 ErrorClass<HemmMetod<DoubleComplex> > ec; in TEST()
521 ErrorClass<HemmMetod<DoubleComplex> > ec; in TEST()
545 ErrorClass<HemvMetod<DoubleComplex> > ec; in TEST()
552 ErrorClass<HemvMetod<DoubleComplex> > ec; in TEST()
701 ErrorClass<HprMetod<DoubleComplex> > ec; in TEST()
708 ErrorClass<HprMetod<DoubleComplex> > ec; in TEST()
[all …]
/dports/math/clblas/clBLAS-2.10/src/tests/
H A Dblas-wrapper.cpp83 DoubleComplex alpha, in gemv()
88 DoubleComplex beta, in gemv()
89 DoubleComplex *Y, in gemv()
203 DoubleComplex *C, in gemm()
275 DoubleComplex *B, in trmm()
347 DoubleComplex *B, in trsm()
423 DoubleComplex *C, in syr2k()
491 DoubleComplex *C, in syrk()
2041 DoubleComplex
2116 DoubleComplex
[all …]
H A Dblas.c194 DoubleComplex alpha, in blasZgemv()
199 DoubleComplex beta, in blasZgemv()
200 DoubleComplex *Y, in blasZgemv()
534 DoubleComplex beta, in blasZgemm()
535 DoubleComplex *C, in blasZgemm()
788 DoubleComplex *B, in blasZtrmm()
1022 DoubleComplex *B, in blasZtrsm()
1278 DoubleComplex *C, in blasZsyr2k()
1525 DoubleComplex *C, in blasZsyrk()
4543 DoubleComplex
[all …]
/dports/devel/ga/ga-5.8/global/src/
H A Dtypes2.xh7 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_INT,int,reg)
14 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_LONG,long,reg)
21 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_LONGLONG,long long,reg)
28 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_FLOAT,float,reg)
35 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_DBL,double,reg)
42 TYPE_CASE(C_DCPL,DoubleComplex,cpl,C_SCPL,SingleComplex,cpl)
43 TYPE_CASE(C_INT,int,reg, C_DCPL,DoubleComplex,cpl)
44 TYPE_CASE(C_LONG,long,reg, C_DCPL,DoubleComplex,cpl)
45 TYPE_CASE(C_LONGLONG,long long,reg,C_DCPL,DoubleComplex,cpl)
46 TYPE_CASE(C_FLOAT,float,reg, C_DCPL,DoubleComplex,cpl)
[all …]
/dports/devel/ga/ga-5.8/global/testing/
H A Dgemmtest.c130 DoubleComplex ztmp; in test()
133 DoubleComplex zzero = {0.0,0.0}; in test()
134 DoubleComplex zdiff; in test()
163 abuf = (void*)malloc(N*N*sizeof(DoubleComplex)); in test()
325 ((DoubleComplex*)cbuf)[i*N+j] = zzero; in test()
344 ((DoubleComplex*)cbuf)[i*N+j].real += in test()
345 (((DoubleComplex*)abuf)[i*N+k].real in test()
346 *((DoubleComplex*)bbuf)[k*N+j].real in test()
349 ((DoubleComplex*)cbuf)[i*N+j].imag += in test()
350 (((DoubleComplex*)abuf)[i*N+k].real in test()
[all …]
H A Dscan_copyc.c116 test_scan_copy(C_DCPL,DoubleComplex,cpl,C_INT,int,reg) in test_scan_copy()
123 test_scan_copy(C_DCPL,DoubleComplex,cpl,C_LONG,long,reg) in test_scan_copy()
130 test_scan_copy(C_DCPL,DoubleComplex,cpl,C_LONGLONG,long long,reg) in test_scan_copy()
137 test_scan_copy(C_DCPL,DoubleComplex,cpl,C_FLOAT,float,reg) in test_scan_copy()
144 test_scan_copy(C_DCPL,DoubleComplex,cpl,C_DBL,double,reg) in test_scan_copy()
151 test_scan_copy(C_DCPL,DoubleComplex,cpl,C_SCPL,SingleComplex,cpl) in test_scan_copy()
152 test_scan_copy(C_INT,int,reg, C_DCPL,DoubleComplex,cpl) in test_scan_copy()
153 test_scan_copy(C_LONG,long,reg, C_DCPL,DoubleComplex,cpl) in test_scan_copy()
154 test_scan_copy(C_LONGLONG,long long,reg,C_DCPL,DoubleComplex,cpl) in test_scan_copy()
155 test_scan_copy(C_FLOAT,float,reg, C_DCPL,DoubleComplex,cpl) in test_scan_copy()
[all …]
H A Dunpackc.c148 test_unpack(C_DCPL,DoubleComplex,cpl,C_INT,int,reg) in test_unpack()
155 test_unpack(C_DCPL,DoubleComplex,cpl,C_LONG,long,reg) in test_unpack()
162 test_unpack(C_DCPL,DoubleComplex,cpl,C_LONGLONG,long long,reg) in test_unpack()
169 test_unpack(C_DCPL,DoubleComplex,cpl,C_FLOAT,float,reg) in test_unpack()
176 test_unpack(C_DCPL,DoubleComplex,cpl,C_DBL,double,reg) in test_unpack()
183 test_unpack(C_DCPL,DoubleComplex,cpl,C_SCPL,SingleComplex,cpl) in test_unpack()
184 test_unpack(C_INT,int,reg, C_DCPL,DoubleComplex,cpl) in test_unpack()
185 test_unpack(C_LONG,long,reg, C_DCPL,DoubleComplex,cpl) in test_unpack()
186 test_unpack(C_LONGLONG,long long,reg,C_DCPL,DoubleComplex,cpl) in test_unpack()
187 test_unpack(C_FLOAT,float,reg, C_DCPL,DoubleComplex,cpl) in test_unpack()
[all …]
H A Dpackc.c149 test_pack(C_DCPL,DoubleComplex,cpl,C_INT,int,reg) in test_pack()
156 test_pack(C_DCPL,DoubleComplex,cpl,C_LONG,long,reg) in test_pack()
163 test_pack(C_DCPL,DoubleComplex,cpl,C_LONGLONG,long long,reg) in test_pack()
170 test_pack(C_DCPL,DoubleComplex,cpl,C_FLOAT,float,reg) in test_pack()
177 test_pack(C_DCPL,DoubleComplex,cpl,C_DBL,double,reg) in test_pack()
184 test_pack(C_DCPL,DoubleComplex,cpl,C_SCPL,SingleComplex,cpl) in test_pack()
185 test_pack(C_INT,int,reg, C_DCPL,DoubleComplex,cpl) in test_pack()
186 test_pack(C_LONG,long,reg, C_DCPL,DoubleComplex,cpl) in test_pack()
187 test_pack(C_LONGLONG,long long,reg,C_DCPL,DoubleComplex,cpl) in test_pack()
188 test_pack(C_FLOAT,float,reg, C_DCPL,DoubleComplex,cpl) in test_pack()
[all …]
H A Dscan_addc.c162 test_scan_add(C_DCPL,DoubleComplex,cpl,C_INT,int,reg) in test_scan_add()
169 test_scan_add(C_DCPL,DoubleComplex,cpl,C_LONG,long,reg) in test_scan_add()
176 test_scan_add(C_DCPL,DoubleComplex,cpl,C_LONGLONG,long long,reg) in test_scan_add()
183 test_scan_add(C_DCPL,DoubleComplex,cpl,C_FLOAT,float,reg) in test_scan_add()
190 test_scan_add(C_DCPL,DoubleComplex,cpl,C_DBL,double,reg) in test_scan_add()
197 test_scan_add(C_DCPL,DoubleComplex,cpl,C_SCPL,SingleComplex,cpl) in test_scan_add()
198 test_scan_add(C_INT,int,reg, C_DCPL,DoubleComplex,cpl) in test_scan_add()
199 test_scan_add(C_LONG,long,reg, C_DCPL,DoubleComplex,cpl) in test_scan_add()
200 test_scan_add(C_LONGLONG,long long,reg,C_DCPL,DoubleComplex,cpl) in test_scan_add()
201 test_scan_add(C_FLOAT,float,reg, C_DCPL,DoubleComplex,cpl) in test_scan_add()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/tools/ktest/naive/
H A Dnaive_blas.cpp72 DoubleComplex z; in doubleComplex()
99 ZERO<DoubleComplex>() in ZERO()
120 ONE<DoubleComplex>() in ONE()
141 TWO<DoubleComplex>() in TWO()
162 isNAN(DoubleComplex x) in isNAN()
270 operator==(DoubleComplex a, DoubleComplex b) in operator ==()
303 DoubleComplex conjugate(DoubleComplex elem) in conjugate()
351 operator+(DoubleComplex a, DoubleComplex b) in operator +()
357 operator-(DoubleComplex a, DoubleComplex b) in operator -()
363 operator*(DoubleComplex a, DoubleComplex b) in operator *()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/AutoGemm/AutoGemmTools/
H A DAutoGemmUtil.h49 ZERO<DoubleComplex>()
70 ONE<DoubleComplex>()
91 TWO<DoubleComplex>()
112 isNAN(DoubleComplex x) in isNAN()
183 random<DoubleComplex>()
220 operator==(DoubleComplex a, DoubleComplex b)
253 DoubleComplex conjugate(DoubleComplex elem) in conjugate()
301 operator+(DoubleComplex a, DoubleComplex b)
307 operator-(DoubleComplex a, DoubleComplex b)
313 operator*(DoubleComplex a, DoubleComplex b)
[all …]
/dports/math/clblas/clBLAS-2.10/src/tests/correctness/
H A Dcorr-trsm.cpp67 typeid(T) == typeid(DoubleComplex)) && in trsmCorrectnessTest()
78 (typeid(T) == typeid(DoubleComplex))); in trsmCorrectnessTest()
230 trsmCorrectnessTest<DoubleComplex>(&params); in TEST_P()
262 void AssignA(DoubleComplex *A, size_t i, size_t j, size_t ld) in AssignA()
264 DoubleComplex *Az = (DoubleComplex *)A; in AssignA()
286 DoubleComplex *Bz = (DoubleComplex *)B; in AssignB()
305 void local_assert<DoubleComplex>(DoubleComplex x, DoubleComplex y, DoubleComplex d) in local_assert()
323 typeid(T) == typeid(DoubleComplex)) && in Extratest()
451 DoubleComplex alpha = doubleComplex(1.0, 0); in TEST()
452 DoubleComplex delta = doubleComplex(ETST_TOLERENCE, ETST_TOLERENCE); in TEST()
[all …]
/dports/devel/ga/ga-5.8/comex/src-ofi/
H A Ddatatype.h35 datasize = sizeof(DoubleComplex); \
54 } DoubleComplex; typedef
77 return (((DoubleComplex*)scale)->real == 1.0 && in scale_is_1()
78 ((DoubleComplex*)scale)->imag == 0.0); in scale_is_1()
/dports/devel/ga/ga-5.8/LinAlg/lapack+blas/
H A Dgalinalg.h37 …*N, BlasInt *K, DoubleComplex *ALPHA, DoubleComplex *A, BlasInt *LDA, DoubleComplex *B, BlasInt *L…
42 …*N, BlasInt *K, DoubleComplex *ALPHA, DoubleComplex *A, BlasInt *LDA, DoubleComplex *B, BlasInt *L…
49 …*N, BlasInt *K, DoubleComplex *ALPHA, DoubleComplex *A, BlasInt *LDA, DoubleComplex *B, BlasInt *L…
54 …*N, BlasInt *K, DoubleComplex *ALPHA, DoubleComplex *A, BlasInt *LDA, DoubleComplex *B, BlasInt *L…
/dports/devel/ga/ga-5.8/ga++/testing/
H A Dmtest.cc496 DoubleComplex dcval; in test_median_patch()
503 DoubleComplex dcval2; in test_median_patch()
510 DoubleComplex dcval3; in test_median_patch()
744 DoubleComplex dcval; in test_median()
751 DoubleComplex dcval2; in test_median()
969 DoubleComplex dcval; in test_norm_infinity()
1052 DoubleComplex dcval; in test_norm1()
1136 DoubleComplex dcval; in test_get_diagonal()
1273 DoubleComplex dcval; in test_add_diagonal()
1423 DoubleComplex dcval; in test_set_diagonal()
[all …]
/dports/math/clblas/clBLAS-2.10/src/
H A DclBLAS-complex.h26 typedef cl_double2 DoubleComplex; typedef
37 static __inline DoubleComplex
40 DoubleComplex z; in doubleComplex()

12345678910>>...12