OpenBLAS/utest/test_extensions
Martin Kroeker f81c1d4b59
Fix portability problem
2024-02-27 07:19:52 +01:00
..
common.c Fix rand_generate 2024-01-18 23:56:22 +03:00
common.h Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_caxpby.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_caxpyc.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_cgbmv.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_cgeadd.c Fix invalid tests 2024-02-08 00:21:38 +03:00
test_cgemm.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_cgemmt.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_cgemv_n.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_cgemv_t.c Fix portability problems 2024-02-26 22:22:48 +01:00
test_cimatcopy.c Remove zero rows/columns matcopy tests 2024-02-02 12:26:23 +03:00
test_comatcopy.c Remove zero rows/columns matcopy tests 2024-02-02 12:26:23 +03:00
test_crot.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_crotg.c Update rotg tests 2024-02-08 00:22:15 +03:00
test_csbmv.c Fix portability problems 2024-02-26 22:22:48 +01:00
test_cscal.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_cspmv.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_ctrmv.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_ctrsv.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_damin.c check abs zero inc 2024-02-10 00:46:52 +03:00
test_daxpby.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_dgeadd.c Fix invalid tests 2024-02-08 00:21:38 +03:00
test_dgemmt.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_dimatcopy.c Fix invalid tests 2024-02-08 00:21:38 +03:00
test_domatcopy.c Remove zero rows/columns matcopy tests 2024-02-02 12:26:23 +03:00
test_drotmg.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_dsum.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_dzamax.c check abs zero inc 2024-02-10 00:46:52 +03:00
test_dzamin.c check abs zero inc 2024-02-10 00:46:52 +03:00
test_dzsum.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_icamin.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_idamin.c Fix portability problems 2024-02-26 22:22:48 +01:00
test_isamin.c fix missing malloc 2024-02-26 23:03:10 +01:00
test_izamin.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_samin.c check abs zero inc 2024-02-10 00:46:52 +03:00
test_saxpby.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_scamax.c check abs zero inc 2024-02-10 00:46:52 +03:00
test_scamin.c check abs zero inc 2024-02-10 00:46:52 +03:00
test_scsum.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_sgeadd.c Fix invalid tests 2024-02-08 00:21:38 +03:00
test_sgemmt.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_simatcopy.c Fix invalid tests 2024-02-08 00:21:38 +03:00
test_somatcopy.c Remove zero rows/columns matcopy tests 2024-02-02 12:26:23 +03:00
test_srotmg.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_ssum.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zaxpby.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zaxpyc.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zgbmv.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zgeadd.c Fix invalid tests 2024-02-08 00:21:38 +03:00
test_zgemm.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zgemmt.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zgemv_n.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zgemv_t.c Fix portability problems 2024-02-26 22:22:48 +01:00
test_zimatcopy.c Remove zero rows/columns matcopy tests 2024-02-02 12:26:23 +03:00
test_zomatcopy.c Remove zero rows/columns matcopy tests 2024-02-02 12:26:23 +03:00
test_zrot.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zrotg.c Update rotg tests 2024-02-08 00:22:15 +03:00
test_zsbmv.c Fix portability problem 2024-02-27 07:19:52 +01:00
test_zscal.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_zspmv.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00
test_ztrmv.c Fix rand_generate 2024-01-18 23:56:22 +03:00
test_ztrsv.c Fix rand_generate 2024-01-18 23:56:22 +03:00
xerbla.c Added new tests for BLAS-like and BLAS API in utest 2024-01-18 23:56:22 +03:00