Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_libspblas_tests.c2171 size_t maxcoo_bytes=0; in rsb_blas_runtime_limits_tester() local
2181 maxcoo_bytes=((size_t)maxcoo)*sizeof(rsb_coo_idx_t); in rsb_blas_runtime_limits_tester()
2198 if(tot_mem<maxcoo_bytes || RSB_MUL_OVERFLOW(maxcoo,sizeof(rsb_coo_idx_t),rsb_nnz_idx_t,size_t)) in rsb_blas_runtime_limits_tester()
2202 maxcoo_bytes=sizeof(rsb_coo_idx_t)*maxcoo; in rsb_blas_runtime_limits_tester()
2203 …an on the maximal coordinate indices array (%zu) allows.\n",maxcoo_bytes/(1024*1024),maxcoo_bytes); in rsb_blas_runtime_limits_tester()
2206 if(tot_mem<maxcoo_bytes) in rsb_blas_runtime_limits_tester()
2212 if(free_mem<maxcoo_bytes) in rsb_blas_runtime_limits_tester()
2229 maxcoo_bytes = sizeof(rsb_coo_idx_t)*maxcoo; in rsb_blas_runtime_limits_tester()
2235 RSB_INFO("Failed (c)allocating of %zd nnz (%zd bytes)\n",(size_t)maxcoo,maxcoo_bytes); in rsb_blas_runtime_limits_tester()
2236 if(free_mem>maxcoo_bytes) in rsb_blas_runtime_limits_tester()
[all …]