Home
last modified time | relevance | path

Searched refs:hemm (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/dports/math/xblas/xblas-1.0.248/m4/hemm/
H A DMakefile5 SRC_PATH = ../../src/hemm
37 hemm-header: hemm.h
39 $(SRC_PATH)/BLAS_zhemm_z_c.c: hemm.m4 hemm-common.m4 ../cblas.m4
45 $(SRC_PATH)/BLAS_zhemm_c_z.c: hemm.m4 hemm-common.m4 ../cblas.m4
51 $(SRC_PATH)/BLAS_zhemm_c_c.c: hemm.m4 hemm-common.m4 ../cblas.m4
57 $(SRC_PATH)/BLAS_chemm_c_s.c: hemm.m4 hemm-common.m4 ../cblas.m4
63 $(SRC_PATH)/BLAS_zhemm_z_d.c: hemm.m4 hemm-common.m4 ../cblas.m4
69 $(SRC_PATH)/BLAS_chemm_x.c: hemm.m4 hemm-common.m4 ../cblas.m4
75 $(SRC_PATH)/BLAS_zhemm_x.c: hemm.m4 hemm-common.m4 ../cblas.m4
174 hemm.h: ../cblas.m4 ../header.template hemm-common.m4
[all …]
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/blas/level3/
H A Dhemm.qbk7 [section hemm]
10 There are two prototypes of `hemm` available, please see below.
12 hemm( const Side side, const Scalar >, const MatrixA& a,
17 hemm( const Side side, const Scalar alpha, const MatrixA& a,
24 `hemm` (short for hermitian matrix-matrix operation) provides a C++
26 `hemm` performs one of the matrix-matrix operations
43 [table Dispatching of hemm.
53 whereas `hemm` requires six arguments.
55 [table Deduction of arguments of hemm.
77 #include <boost/numeric/bindings/blas/level3/hemm.hpp>
[all …]
/dports/math/blis/blis-0.8.1/test/studies/thunderx2/
H A DMakefile52 blis-hemm-st openblas-hemm-st mkl-hemm-st armpl-hemm-st \
53 blis-hemm-mt openblas-hemm-mt mkl-hemm-mt armpl-hemm-mt \
H A Dplot_hemm_mt_perf.m39 clear *hemm*
68 clear *hemm*
97 clear *hemm*
/dports/math/blis/blis-0.8.1/test/studies/skx/
H A DMakefile52 blis-hemm-st openblas-hemm-st mkl-hemm-st armpl-hemm-st \
53 blis-hemm-mt openblas-hemm-mt mkl-hemm-mt armpl-hemm-mt \
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/atlas/
H A Dublas_herm3.cc94 blas::hemm ( tag::left(), 1.0, ucs, cbl, 0.0, ccl); in main()
98 blas::hemm ( tag::left(), 1.0, lcs, cbl, 0.0, ccl); in main()
102 blas::hemm ( tag::left(), 1.0, urs, rbl, 0.0, rcl); in main()
106 blas::hemm ( tag::left(), 1.0, lrs, rbl, 0.0, rcl); in main()
123 blas::hemm ( tag::right(), 1.0, ucs, cbr, 0.0, ccr); in main()
127 blas::hemm ( tag::right(), 1.0, lcs, cbr, 0.0, ccr); in main()
131 blas::hemm ( tag::right(), 1.0, urs, rbr, 0.0, rcr); in main()
135 blas::hemm ( tag::right(), 1.0, lrs, rbr, 0.0, rcr); in main()
H A Dublas_potri.cc129 blas::hemm ( bindings::tag::right(), 1.0, ha, ca2, 0.0, ic); in main()
165 blas::hemm ( bindings::tag::right(), 1.0, ha, ca2, 0.0, ic); in main()
168 blas::hemm ( bindings::tag::left(), 1.0, ha, ca2, 0.0, ic); in main()
/dports/math/xblas/xblas-1.0.248/testing/test-hemm/
H A DMakefile36 ./do_test_hemm 7 1 1.0 0 0.01 > hemm.results
40 ./do_test_hemm 7 1 1.0 0 $(DO_FEW_TESTS) > hemm.results
44 ./do_test_hemm 7 1 1.0 0 $(DO_SOME_TESTS) > hemm.results
48 ./do_test_hemm 7 1 1.0 0 $(DO_ALL_TESTS) > hemm.results
52 ./do_test_hemm 7 1 1.0 0 $(DO_NO_TESTS) > hemm.results
62 rm -f *.o *~ *.BAK hemm.results do_test_hemm core
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/blas/level3/
H A Dhemm.hpp67 inline void hemm( const Order, const Side, const UpLo, const int m, in hemm() function
82 inline void hemm( const Order, const Side, const UpLo, const int m, in hemm() function
97 inline void hemm( const Order, const Side, const UpLo, const int m, in hemm() function
114 inline void hemm( const Order, const Side, const UpLo, const int m, in hemm() function
132 inline void hemm( const Order, const Side, const UpLo, const int m,
147 inline void hemm( const Order, const Side, const UpLo, const int m,
162 inline void hemm( const Order, const Side, const UpLo, const int m,
179 inline void hemm( const Order, const Side, const UpLo, const int m,
197 inline void hemm( const Order, const Side, const UpLo, const fortran_int_t m,
301 detail::hemm( order(), side, uplo(), bindings::size_row(c), in invoke()
[all …]
/dports/math/xblas/xblas-1.0.248/
H A DMakefile68 cat $(TEST_DIR)/test-hemm/hemm.results >> testall.result
693 hemm: hemm-test target
696 hemm-source:
697 $(MAKE) -C $(M4_DIR)/hemm
699 hemm-lib: common-lib hemm-source
700 $(MAKE) -C $(SRC_DIR)/hemm
702 hemm-test-source:
705 hemm-test-lib: hemm-test-source lib common-test-lib
708 hemm-test: hemm-test-lib
711 hemm-clean:
[all …]
/dports/math/xblas/xblas-1.0.248/m4/test-hemm/
H A DMakefile4 SRC_PATH = ../../testing/test-hemm
15 $(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=hemm do_test_hemm.m4 > do_test_hemm.tmp.c && \
20 …$(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=hemm BLAS_hemm_testgen.m4 > BLAS_hemm_testgen.tmp.c &&…
H A Ddo_test_hemm.m41 dnl Generates test code for hemm
45 include(hemm/hemm-common.m4)dnl
49 dnl Perform the test for hemm routines.
57 `ifelse(`$1&&$1', `$2&&$3', `do_test_$1hemm$4', `do_test_$1hemm_$2_$3$4')')dnl
78 dnl Name of the Test case generator for hemm (called by do_test_hemm)
280 /* call hemm routines to be tested */
/dports/math/xblas/xblas-1.0.248/src/
H A DMakefile4 …ile tpmv/Makefile trsv/Makefile tbsv/Makefile gemm/Makefile symm/Makefile hemm/Makefile gemv2/Make…
126 hemm: target
127 mkdir hemm
129 hemm/Makefile: hemm Makefile.template ../m4/cblas.m4 ../$(MAKEINC)
130 $(M4) $(M4_OPTS) -Droutine=hemm Makefile.template >$@
164 …ile tpmv/Makefile trsv/Makefile tbsv/Makefile gemm/Makefile symm/Makefile hemm/Makefile gemv2/Make…
/dports/math/xblas/xblas-1.0.248/m4/
H A DMakefile24 hemm/Makefile test-hemm/Makefile \
57 $(MAKE) -C hemm hemm-source
83 $(MAKE) -C test-hemm test-source
113 hemm/hemm-common.m4\
185 hemm/Makefile: lib-makefile.template cblas.m4 hemm/hemm-common.m4 Makefile ../$(MAKEINC)
186 $(M4) $(M4_OPTS) -Droutine=hemm lib-makefile.template >$@
269 test-hemm/Makefile: test-makefile.template cblas.m4 Makefile ../$(MAKEINC)
270 $(M4) $(M4_OPTS) -D EXTRA_SRCS=BLAS_hemm_testgen -Droutine=hemm test-makefile.template >$@
322 $(MAKE) -C hemm source-clean
323 $(MAKE) -C test-hemm source-clean
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level3/
H A Dhemm.h46 hemm(StorageOrder order,
59 hemm(StorageOrder order,
70 hemm(StorageOrder order,
H A Dhemm.tcc79 hemm(StorageOrder order, in hemm() function
97 hemm(StorageOrder order, in hemm() function
120 hemm(StorageOrder order, in hemm() function
/dports/math/blis/blis-0.8.1/frame/ind/oapi/
H A Dbli_l3_3m4m1m_oapi.c214 GENFRONT( hemm, gemm, 3mh, 3 )
215 GENFRONT( hemm, gemm, 3m1, 1 )
216 GENFRONT( hemm, gemm, 4mh, 4 )
218 GENFRONT( hemm, gemm, 4m1, 1 )
219 GENFRONT( hemm, gemm, 1m, 1 )
/dports/sysutils/webmin/webmin-1.981/telnet/lang/
H A Dmt.auto6 index_esocket=M'hemm l-ebda server telnet li jaħdem fuq $1 port $2.
7 index_esocket2=M'hemm l-ebda server SSH li jaħdem fuq $1 port $2.
/dports/sysutils/usermin/usermin-1.830/telnet/lang/
H A Dmt.auto6 index_esocket=M'hemm l-ebda server telnet li jaħdem fuq $1 port $2.
7 index_esocket2=M'hemm l-ebda server SSH li jaħdem fuq $1 port $2.
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/parallel/
H A Dtest_pblas.py270 def test_pblas_hemm_symm(dtype, hemm, simple, side, uplo, mprocs, nprocs, argument
293 if hemm:
322 tri2full(A0, uplo, map=np.conj if hemm else np.positive)
331 if simple and hemm:
335 elif hemm:
/dports/sysutils/webmin/webmin-1.981/stunnel/lang/
H A Dmt.auto7 index_none=Bħalissa m'hemm l-ebda tunnellata SSL immexxija minn <tt>inetd</tt> jew <tt>xinetd</tt>.
54 save_einetd=Diġà hemm servizz inetd imsejjaħ $1.
64 save_exinetd=Diġà hemm xinetd servizz imsejjaħ $1
/dports/math/blis/blis-0.8.1/frame/compat/
H A Dbla_hemm.c228 INSERT_GENTFUNCCO_BLAS( hemm, hemm )
H A Dbla_hemm.h56 INSERT_GENTPROTCO_BLAS( hemm )
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/managesieve/localization/
H A Dfi_FI.inc97 $labels['countislessthan'] = 'määrä on vähemmän kuin';
98 $labels['countislessthanequal'] = 'määrä on vähemmän tai yhtä suuri kuin';
103 $labels['valueislessthan'] = 'arvo on vähemmän kuin';
104 $labels['valueislessthanequal'] = 'määrä on vähemmän tai yhtä suuri kuin';
194 $labels['spamtestislessthan'] = 'on vähemmän kuin';
195 $labels['spamtestislessthanequal'] = 'on vähemmän tai yhtä suuri kuin';
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/blas/
H A Dlevel3.qbk4 [include level3/hemm.qbk]

12345678910>>...24