Home
last modified time | relevance | path

Searched refs:hemv2 (Results 1 – 12 of 12) sorted by relevance

/dports/math/xblas/xblas-1.0.248/m4/hemv2/
H A DMakefile5 SRC_PATH = ../../src/hemv2
37 hemv2-header: hemv2.h
39 $(SRC_PATH)/BLAS_zhemv2_z_c.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
45 $(SRC_PATH)/BLAS_zhemv2_c_z.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
51 $(SRC_PATH)/BLAS_zhemv2_c_c.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
57 $(SRC_PATH)/BLAS_chemv2_c_s.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
63 $(SRC_PATH)/BLAS_zhemv2_z_d.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
69 $(SRC_PATH)/BLAS_chemv2_x.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
75 $(SRC_PATH)/BLAS_zhemv2_x.c: hemv2.m4 hemv2-common.m4 ../cblas.m4
174 hemv2.h: ../cblas.m4 ../header.template hemv2-common.m4
[all …]
H A Dhemv2-common.m44 `$2&&$3', `$1&&$1', `BLAS_$1hemv2$4', `BLAS_$1hemv2_$2_$3$4')')dnl
H A Dhemv2.m413 include(hemv2-common.m4)dnl
/dports/math/xblas/xblas-1.0.248/
H A DMakefile71 cat $(TEST_DIR)/test-hemv2/hemv2.results >> testall.result
780 hemv2: hemv2-test target
783 hemv2-source:
784 $(MAKE) -C $(M4_DIR)/hemv2
786 hemv2-lib: common-lib hemv2-source
787 $(MAKE) -C $(SRC_DIR)/hemv2
789 hemv2-test-source:
792 hemv2-test-lib: hemv2-test-source lib common-test-lib
795 hemv2-test: hemv2-test-lib
798 hemv2-clean:
[all …]
/dports/math/xblas/xblas-1.0.248/m4/test-hemv2/
H A DMakefile4 SRC_PATH = ../../testing/test-hemv2
15 $(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=hemv2 do_test_hemv2.m4 > do_test_hemv2.tmp.c && \
20 …$(M4) $(M4_OPTS) $(M4_PATH) -D BASE_ROUTINE=hemv2 BLAS_hemv2_testgen.m4 > BLAS_hemv2_testgen.tmp.c…
H A Ddo_test_hemv2.m41 dnl Generates test code for hemv2
53 include(hemv2/hemv2-common.m4)dnl
57 `ifelse(`$1&&$1', `$2&&$3', `do_test_$1hemv2$4', `do_test_$1hemv2_$2_$3$4')')
235 /* call hemv2 routines to be tested */
H A DBLAS_hemv2_testgen.m48 `BLAS_$1hemv2$4', `BLAS_$1hemv_$2_$3$4')')dnl
521 * Generates a skew Matrix for use with hemv2 testing
/dports/math/xblas/xblas-1.0.248/src/
H A DMakefile4 …e gemm/Makefile symm/Makefile hemm/Makefile gemv2/Makefile symv2/Makefile hemv2/Makefile gbmv2/Mak…
144 hemv2: target
145 mkdir hemv2
147 hemv2/Makefile: hemv2 Makefile.template ../m4/cblas.m4 ../$(MAKEINC)
148 $(M4) $(M4_OPTS) -Droutine=hemv2 Makefile.template >$@
164 …e gemm/Makefile symm/Makefile hemm/Makefile gemv2/Makefile symv2/Makefile hemv2/Makefile gbmv2/Mak…
/dports/math/xblas/xblas-1.0.248/m4/
H A DMakefile27 hemv2/Makefile test-hemv2/Makefile \
60 $(MAKE) -C hemv2 hemv2-source
86 $(MAKE) -C test-hemv2 test-source
116 hemv2/hemv2-common.m4\
194 hemv2/Makefile: lib-makefile.template cblas.m4 hemv2/hemv2-common.m4 Makefile ../$(MAKEINC)
195 $(M4) $(M4_OPTS) -Droutine=hemv2 lib-makefile.template >$@
257 test-hemv2/Makefile: test-makefile.template cblas.m4 Makefile ../$(MAKEINC)
258 $(M4) $(M4_OPTS) -D EXTRA_SRCS=BLAS_hemv2_testgen -Droutine=hemv2 test-makefile.template >$@
328 $(MAKE) -C hemv2 source-clean
329 $(MAKE) -C test-hemv2 source-clean
H A Dtest-proto.m484 include(test-hemv2/BLAS_hemv2_testgen.m4)dnl
H A Dcblas.m410 gemv2, symv2, hemv2, gbmv2')dnl
/dports/math/xblas/xblas-1.0.248/testing/test-hemv2/
H A DMakefile37 ./do_test_hemv2 7 1 1.0 0 0.1 > hemv2.results
47 rm -f *.o *~ *.BAK hemv2.results do_test_hemv2 core