Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_csr2coo.c67 RSB_COA_MEMCPY(IA,IP,0,0,m+1); in rsb__do_switch_fullword_array_to_compressed()
94 RSB_COA_MEMCPY(IA,IP,0,0,m+1); in rsb__do_switch_compressed_array_to_fullword_coo()
137 RSB_COA_MEMCPY(IA,mtxAp->bpntr,0,0,mtxAp->Mdim+1); in rsb_do_switch_in_place_csr_to_in_place_coo()
H A Drsb_rec.c854 RSB_COA_MEMCPY(IT,IB,ti,bi,(nnzB-bi)); in rsb__cor_merge()
855 RSB_COA_MEMCPY(JT,JB,ti,bi,(nnzB-bi)); in rsb__cor_merge()
863 RSB_COA_MEMCPY(IT,IC,ti,ci,(nnzC-ci)); in rsb__cor_merge()
864 RSB_COA_MEMCPY(JT,JC,ti,ci,(nnzC-ci)); in rsb__cor_merge()
870 RSB_COA_MEMCPY(IA,IT,offB,0,(coo.nnz)); in rsb__cor_merge()
871 RSB_COA_MEMCPY(JA,JT,offB,0,(coo.nnz)); in rsb__cor_merge()
H A Drsb_get.c524 RSB_COA_MEMCPY(JA,mJA,zoff,nnz0,nnz); in rsb__do_get_rows_sparse_rec()
527 RSB_COA_MEMCPY(IA,mIA,zoff,nnz0,nnz), in rsb__do_get_rows_sparse_rec()
H A Drsb_coo2rec.c60 #define RSB_COA_MEMCPY_SMALL(ID,IS,DOFF,SOFF,NNZ) RSB_COA_MEMCPY(ID,IS,DOFF,SOFF,NNZ)
2549 RSB_COA_MEMCPY(JA,WA,0,0,nnz); in rsb_do_coo2rec_shuffle()
H A Drsb_common.h769 #define RSB_COA_MEMCPY(ID,IS,DOFF,SOFF,NNZ) \ macro
H A Drsb_util.m42787 RSB_COA_MEMCPY(IA,IT,offB,0,(coo.nnz));
2788 RSB_COA_MEMCPY(JA,JT,offB,0,(coo.nnz));
H A Drsb_util.c7021 RSB_COA_MEMCPY(IA,IT,offB,0,(coo.nnz)); in rsb__cor_merge_dups()
7022 RSB_COA_MEMCPY(JA,JT,offB,0,(coo.nnz)); in rsb__cor_merge_dups()