Home
last modified time | relevance | path

Searched refs:test_prob (Results 1 – 25 of 67) sorted by relevance

123

/dports/math/xblas/xblas-1.0.248/testing/test-sum/
H A Ddo_test_sum.c17 int debug, float test_prob, double *min_ratio, in do_test_ssum_x() argument
161 if (xrand(seed) >= test_prob) in do_test_ssum_x()
262 int debug, float test_prob, double *min_ratio, in do_test_dsum_x() argument
406 if (xrand(seed) >= test_prob) in do_test_dsum_x()
507 int debug, float test_prob, double *min_ratio, in do_test_csum_x() argument
651 if (xrand(seed) >= test_prob) in do_test_csum_x()
756 int debug, float test_prob, double *min_ratio, in do_test_zsum_x() argument
900 if (xrand(seed) >= test_prob) in do_test_zsum_x()
1008 double thresh, test_prob; in main() local
1040 test_prob = atof(argv[5]); in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-dot/
H A Ddo_test_dot.c4722 if (xrand(seed) >= test_prob) in do_test_sdot_x()
5111 if (xrand(seed) >= test_prob) in do_test_ddot_x()
5502 if (xrand(seed) >= test_prob) in do_test_cdot_x()
5896 if (xrand(seed) >= test_prob) in do_test_zdot_x()
6288 if (xrand(seed) >= test_prob) in do_test_ddot_d_s_x()
6678 if (xrand(seed) >= test_prob) in do_test_ddot_s_d_x()
7068 if (xrand(seed) >= test_prob) in do_test_ddot_s_s_x()
7460 if (xrand(seed) >= test_prob) in do_test_zdot_z_c_x()
7855 if (xrand(seed) >= test_prob) in do_test_zdot_c_z_x()
10788 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-dot2/
H A Ddo_test_dot2.c9 float test_prob, double *min_ratio, int *num_bad_ratio, in do_test_sdot2_x() argument
248 if (xrand(seed) >= test_prob) in do_test_sdot2_x()
412 float test_prob, double *min_ratio, int *num_bad_ratio, in do_test_ddot2_x() argument
651 if (xrand(seed) >= test_prob) in do_test_ddot2_x()
815 float test_prob, double *min_ratio, int *num_bad_ratio, in do_test_cdot2_x() argument
1056 if (xrand(seed) >= test_prob) in do_test_cdot2_x()
1223 float test_prob, double *min_ratio, int *num_bad_ratio, in do_test_zdot2_x() argument
1464 if (xrand(seed) >= test_prob) in do_test_zdot2_x()
1635 double thresh, test_prob; in main() local
1667 test_prob = atof(argv[5]); in main()
[all …]
/dports/math/xldlas/xldlas/
H A Dtests.c262 float test_prob, phat, zstat, reject_significance; in do_signtest() local
296 test_prob = fl_get_counter_value(sign_null_counter); in do_signtest()
358 sprintf(a_string,"p = %1.3f", test_prob); in do_signtest()
369 zstat = (phat - test_prob) / (pow(((test_prob * test_prob) / (nrealobs - numb_equal)) ,0.5)); in do_signtest()
376 reject_significance = betai(numb_pluses + 1, (nrealobs - numb_equal) - numb_pluses + 1, test_prob); in do_signtest()
/dports/math/xblas/xblas-1.0.248/testing/test-hpmv/
H A Ddo_test_hpmv.c257 if (xrand(seed) >= test_prob) in do_test_zhpmv_z_c()
619 if (xrand(seed) >= test_prob) in do_test_zhpmv_c_z()
981 if (xrand(seed) >= test_prob) in do_test_zhpmv_c_c()
1343 if (xrand(seed) >= test_prob) in do_test_chpmv_c_s()
1705 if (xrand(seed) >= test_prob) in do_test_zhpmv_z_d()
2087 if (xrand(seed) >= test_prob) in do_test_chpmv_x()
2471 if (xrand(seed) >= test_prob) in do_test_zhpmv_x()
2855 if (xrand(seed) >= test_prob) in do_test_zhpmv_z_c_x()
3239 if (xrand(seed) >= test_prob) in do_test_zhpmv_c_z_x()
4557 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-tbsv/
H A Ddo_test_tbsv.c17 float test_prob, in do_test_dtbsv_s() argument
599 float test_prob, in do_test_ztbsv_c() argument
1218 float test_prob, in do_test_ctbsv_s() argument
1833 float test_prob, in do_test_ztbsv_d() argument
2450 float test_prob, in do_test_stbsv_x() argument
3051 float test_prob, in do_test_dtbsv_x() argument
3652 float test_prob, in do_test_dtbsv_s_x() argument
4255 float test_prob, in do_test_ctbsv_x() argument
5533 float test_prob, in do_test_ztbsv_c_x() argument
6175 float test_prob, in do_test_ctbsv_s_x() argument
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-spmv/
H A Ddo_test_spmv.c256 if (xrand(seed) >= test_prob) in do_test_dspmv_d_s()
626 if (xrand(seed) >= test_prob) in do_test_dspmv_s_d()
996 if (xrand(seed) >= test_prob) in do_test_dspmv_s_s()
1369 if (xrand(seed) >= test_prob) in do_test_zspmv_z_c()
1746 if (xrand(seed) >= test_prob) in do_test_zspmv_c_z()
2123 if (xrand(seed) >= test_prob) in do_test_zspmv_c_c()
2500 if (xrand(seed) >= test_prob) in do_test_cspmv_c_s()
2877 if (xrand(seed) >= test_prob) in do_test_cspmv_s_c()
3254 if (xrand(seed) >= test_prob) in do_test_cspmv_s_s()
10923 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-symv/
H A Ddo_test_symv.c12527 test_prob, in main()
12564 test_prob, in main()
12601 test_prob, in main()
12638 test_prob, in main()
12675 test_prob, in main()
12712 test_prob, in main()
12749 test_prob, in main()
12786 test_prob, in main()
12823 test_prob, in main()
12860 test_prob, in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-sbmv/
H A Ddo_test_sbmv.c288 if (xrand(seed) >= test_prob) in do_test_dsbmv_d_s()
696 if (xrand(seed) >= test_prob) in do_test_dsbmv_s_d()
1104 if (xrand(seed) >= test_prob) in do_test_dsbmv_s_s()
1515 if (xrand(seed) >= test_prob) in do_test_zsbmv_z_c()
1931 if (xrand(seed) >= test_prob) in do_test_zsbmv_c_z()
2347 if (xrand(seed) >= test_prob) in do_test_zsbmv_c_c()
2763 if (xrand(seed) >= test_prob) in do_test_csbmv_c_s()
3179 if (xrand(seed) >= test_prob) in do_test_csbmv_s_c()
3595 if (xrand(seed) >= test_prob) in do_test_csbmv_s_s()
12002 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-tpmv/
H A Ddo_test_tpmv.c15 float test_prob, in do_test_dtpmv_s() argument
4201 float test_prob, in do_test_dtpmv_s_x() argument
4732 float test_prob, in do_test_ztpmv_c_x() argument
5269 float test_prob, in do_test_ctpmv_s_x() argument
5806 float test_prob, in do_test_ztpmv_d_x() argument
6403 test_prob, in main()
6439 test_prob, in main()
6691 test_prob, in main()
6727 test_prob, in main()
6763 test_prob, in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-trmv/
H A Ddo_test_trmv.c296 if (xrand(seed) >= test_prob) in do_test_dtrmv_s()
832 if (xrand(seed) >= test_prob) in do_test_ztrmv_c()
1371 if (xrand(seed) >= test_prob) in do_test_ctrmv_s()
1910 if (xrand(seed) >= test_prob) in do_test_ztrmv_d()
6630 double thresh, test_prob; in main() local
6664 test_prob = atof(argv[5]); in main()
6690 thresh, debug, test_prob, in main()
6986 thresh, debug, test_prob, in main()
7023 thresh, debug, test_prob, in main()
7060 thresh, debug, test_prob, in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-hemv/
H A Ddo_test_hemv.c269 if (xrand(seed) >= test_prob) in do_test_zhemv_z_c()
643 if (xrand(seed) >= test_prob) in do_test_zhemv_c_z()
2159 if (xrand(seed) >= test_prob) in do_test_chemv_x()
2554 if (xrand(seed) >= test_prob) in do_test_zhemv_x()
2949 if (xrand(seed) >= test_prob) in do_test_zhemv_z_c_x()
3345 if (xrand(seed) >= test_prob) in do_test_zhemv_c_z_x()
3741 if (xrand(seed) >= test_prob) in do_test_zhemv_c_c_x()
4137 if (xrand(seed) >= test_prob) in do_test_chemv_c_s_x()
4533 if (xrand(seed) >= test_prob) in do_test_zhemv_z_d_x()
4703 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-hbmv/
H A Ddo_test_hbmv.c292 if (xrand(seed) >= test_prob) in do_test_zhbmv_z_c()
708 if (xrand(seed) >= test_prob) in do_test_zhbmv_c_z()
1124 if (xrand(seed) >= test_prob) in do_test_zhbmv_c_c()
1540 if (xrand(seed) >= test_prob) in do_test_chbmv_c_s()
1956 if (xrand(seed) >= test_prob) in do_test_zhbmv_z_d()
2392 if (xrand(seed) >= test_prob) in do_test_chbmv_x()
2829 if (xrand(seed) >= test_prob) in do_test_zhbmv_x()
3267 if (xrand(seed) >= test_prob) in do_test_zhbmv_z_c_x()
3706 if (xrand(seed) >= test_prob) in do_test_zhbmv_c_z_x()
5213 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-waxpby/
H A Ddo_test_waxpby.c14 int debug, float test_prob, in do_test_dwaxpby_d_s() argument
508 int debug, float test_prob, in do_test_dwaxpby_s_d() argument
1002 int debug, float test_prob, in do_test_dwaxpby_s_s() argument
6156 int debug, float test_prob, in do_test_swaxpby_x() argument
6495 if (xrand(seed) >= test_prob) in do_test_swaxpby_x()
6665 int debug, float test_prob, in do_test_dwaxpby_x() argument
7004 if (xrand(seed) >= test_prob) in do_test_dwaxpby_x()
7174 int debug, float test_prob, in do_test_cwaxpby_x() argument
7521 if (xrand(seed) >= test_prob) in do_test_cwaxpby_x()
14585 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-gemv/
H A Ddo_test_gemv.c313 if (xrand(seed) >= test_prob) in do_test_dgemv_d_s()
836 if (xrand(seed) >= test_prob) in do_test_dgemv_s_d()
1359 if (xrand(seed) >= test_prob) in do_test_dgemv_s_s()
1887 if (xrand(seed) >= test_prob) in do_test_zgemv_z_c()
2416 if (xrand(seed) >= test_prob) in do_test_zgemv_c_z()
2945 if (xrand(seed) >= test_prob) in do_test_zgemv_c_c()
3474 if (xrand(seed) >= test_prob) in do_test_cgemv_c_s()
4001 if (xrand(seed) >= test_prob) in do_test_cgemv_s_c()
4528 if (xrand(seed) >= test_prob) in do_test_cgemv_s_s()
15125 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-gemv2/
H A Ddo_test_gemv2.c323 if (xrand(seed) >= test_prob) in do_test_dgemv2_d_s()
865 if (xrand(seed) >= test_prob) in do_test_dgemv2_s_d()
1407 if (xrand(seed) >= test_prob) in do_test_dgemv2_s_s()
1954 if (xrand(seed) >= test_prob) in do_test_zgemv2_z_c()
2503 if (xrand(seed) >= test_prob) in do_test_zgemv2_c_z()
3052 if (xrand(seed) >= test_prob) in do_test_zgemv2_c_c()
3601 if (xrand(seed) >= test_prob) in do_test_cgemv2_c_s()
4148 if (xrand(seed) >= test_prob) in do_test_cgemv2_s_c()
4695 if (xrand(seed) >= test_prob) in do_test_cgemv2_s_s()
15665 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-symv2/
H A Ddo_test_symv2.c12000 test_prob, in main()
12037 test_prob, in main()
12074 test_prob, in main()
12111 test_prob, in main()
12148 test_prob, in main()
12185 test_prob, in main()
12222 test_prob, in main()
12259 test_prob, in main()
12296 test_prob, in main()
12333 test_prob, in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-hemv2/
H A Ddo_test_hemv2.c4982 test_prob, in main()
5019 test_prob, in main()
5056 test_prob, in main()
5093 test_prob, in main()
5167 test_prob, in main()
5204 test_prob, in main()
5241 test_prob, in main()
5278 test_prob, in main()
5315 test_prob, in main()
5352 test_prob, in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-trsv/
H A Ddo_test_trsv.c16 float test_prob, in do_test_dtrsv_s() argument
581 float test_prob, in do_test_ztrsv_c() argument
1181 float test_prob, in do_test_ctrsv_s() argument
1779 float test_prob, in do_test_ztrsv_d() argument
2378 float test_prob, in do_test_strsv_x() argument
2964 float test_prob, in do_test_dtrsv_x() argument
3550 float test_prob, in do_test_dtrsv_s_x() argument
4137 float test_prob, in do_test_ctrsv_x() argument
5381 float test_prob, in do_test_ztrsv_c_x() argument
6005 float test_prob, in do_test_ctrsv_s_x() argument
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-symm/
H A Ddo_test_symm.c290 if (xrand(seed) >= test_prob) in do_test_dsymm_d_s()
711 if (xrand(seed) >= test_prob) in do_test_dsymm_s_d()
1132 if (xrand(seed) >= test_prob) in do_test_dsymm_s_s()
1556 if (xrand(seed) >= test_prob) in do_test_zsymm_z_c()
1984 if (xrand(seed) >= test_prob) in do_test_zsymm_c_z()
2412 if (xrand(seed) >= test_prob) in do_test_zsymm_c_c()
2840 if (xrand(seed) >= test_prob) in do_test_csymm_c_s()
3268 if (xrand(seed) >= test_prob) in do_test_csymm_s_c()
3696 if (xrand(seed) >= test_prob) in do_test_csymm_s_s()
12386 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-ge_sum_mv/
H A Ddo_test_ge_sum_mv.c12703 test_prob, in main()
12743 test_prob, in main()
12783 test_prob, in main()
12823 test_prob, in main()
12863 test_prob, in main()
12903 test_prob, in main()
12943 test_prob, in main()
13183 test_prob, in main()
13222 test_prob, in main()
13261 test_prob, in main()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-gbmv/
H A Ddo_test_gbmv.c7395 if (xrand(seed) >= test_prob) in do_test_sgbmv_x()
7994 if (xrand(seed) >= test_prob) in do_test_dgbmv_x()
8597 if (xrand(seed) >= test_prob) in do_test_cgbmv_x()
9208 if (xrand(seed) >= test_prob) in do_test_zgbmv_x()
9816 if (xrand(seed) >= test_prob) in do_test_dgbmv_d_s_x()
10416 if (xrand(seed) >= test_prob) in do_test_dgbmv_s_d_x()
11016 if (xrand(seed) >= test_prob) in do_test_dgbmv_s_s_x()
11620 if (xrand(seed) >= test_prob) in do_test_zgbmv_z_c_x()
12233 if (xrand(seed) >= test_prob) in do_test_zgbmv_c_z_x()
16787 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-gbmv2/
H A Ddo_test_gbmv2.c7650 if (xrand(seed) >= test_prob) in do_test_sgbmv2_x()
8267 if (xrand(seed) >= test_prob) in do_test_dgbmv2_x()
8888 if (xrand(seed) >= test_prob) in do_test_cgbmv2_x()
9519 if (xrand(seed) >= test_prob) in do_test_zgbmv2_x()
10148 if (xrand(seed) >= test_prob) in do_test_dgbmv2_d_s_x()
10770 if (xrand(seed) >= test_prob) in do_test_dgbmv2_s_d_x()
11392 if (xrand(seed) >= test_prob) in do_test_dgbmv2_s_s_x()
12018 if (xrand(seed) >= test_prob) in do_test_zgbmv2_z_c_x()
12654 if (xrand(seed) >= test_prob) in do_test_zgbmv2_c_z_x()
17377 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-gemm/
H A Ddo_test_gemm.c302 if (xrand(seed) >= test_prob) in do_test_dgemm_d_s()
750 if (xrand(seed) >= test_prob) in do_test_dgemm_s_d()
1198 if (xrand(seed) >= test_prob) in do_test_dgemm_s_s()
1649 if (xrand(seed) >= test_prob) in do_test_zgemm_z_c()
2100 if (xrand(seed) >= test_prob) in do_test_zgemm_c_z()
2551 if (xrand(seed) >= test_prob) in do_test_zgemm_c_c()
3002 if (xrand(seed) >= test_prob) in do_test_cgemm_c_s()
3453 if (xrand(seed) >= test_prob) in do_test_cgemm_s_c()
3904 if (xrand(seed) >= test_prob) in do_test_cgemm_s_s()
13264 double thresh, test_prob; in main() local
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-hemm/
H A Ddo_test_hemm.c274 if (xrand(seed) >= test_prob) in do_test_zhemm_z_c()
710 if (xrand(seed) >= test_prob) in do_test_zhemm_c_z()
1146 if (xrand(seed) >= test_prob) in do_test_zhemm_c_c()
1582 if (xrand(seed) >= test_prob) in do_test_chemm_c_s()
2018 if (xrand(seed) >= test_prob) in do_test_zhemm_z_d()
2474 if (xrand(seed) >= test_prob) in do_test_chemm_x()
2934 if (xrand(seed) >= test_prob) in do_test_zhemm_x()
3396 if (xrand(seed) >= test_prob) in do_test_zhemm_z_c_x()
3858 if (xrand(seed) >= test_prob) in do_test_zhemm_c_z_x()
5457 double thresh, test_prob; in main() local
[all …]

123