Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_sys.h211 #define RSB_MEMCMP memcmp /**< we have the chance of using a custom memcmp function in this way */ macro
H A Drsb_garbage.c64 if(RSB_MEMCMP(IA,new_IA,sizeof(rsb_coo_idx_t)*(nnz))) in rsb_are_same_coo()
67 if(RSB_MEMCMP(JA,new_JA,sizeof(rsb_coo_idx_t)*(nnz))) in rsb_are_same_coo()
70 if(RSB_MEMCMP(VA,new_VA,el_size*(nnz))) in rsb_are_same_coo()
H A Drsb_bio.c394 …if(RSB_MEMCMP(signature,RSB_BINARY_SPARSE_MATRIX_FILE_SIGNATURE,RSB_BINARY_SPARSE_MATRIX_FILE_SIGN… in rsb__do_load_matrix_file_as_binary()
H A Drsb_internals.c812 if(RSB_MEMCMP(src,moff,mtxAp->el_size)) in rsb__recheck_insertion()
3287 if(RSB_MEMCMP(cm1->IA,cm2->IA,sizeof(rsb_coo_idx_t)*nnz)) in rsb__are_coo_matrices_equal()
3293 if(RSB_MEMCMP(cm1->JA,cm2->JA,sizeof(rsb_coo_idx_t)*nnz)) in rsb__are_coo_matrices_equal()
3304 …if(RSB_MEMCMP(cm1->VA,cm2->VA,RSB_SIZEOF(cm1->typecode)*nnz)) /* This is too strict: for it, -0.0 … in rsb__are_coo_matrices_equal()
H A Drsb_common.h1022RSB_MEMCMP(RSB_VA_OFFSET_POINTER((LVA),(ES),(LOFF)),RSB_VA_OFFSET_POINTER((RVA),(ES),(ROFF)),(ES))…
H A Drsb_test_matops.m43445 if(RSB_MEMCMP(new_VA,VA,mtxAp->el_size*mtxAp->element_count)!=0)
3594 if(RSB_MEMCMP(lhs,out2,mtxAp->el_size*(nrA+br*0))!=0)
H A Drsb_test_matops.c2942 if(RSB_MEMCMP(lhs,out2,mtxAp->el_size*(nrA+br*0))!=0) in rsb__main_block_partitioned_spmv_uaua()