Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_libspblas.c1458 RSB_SET_IF_NOT_NULL(A,istatv); in blas_suscr_begin_()
1492 RSB_SET_IF_NOT_NULL(A,istatv); in blas_duscr_begin_()
1526 RSB_SET_IF_NOT_NULL(A,istatv); in blas_cuscr_begin_()
1560 RSB_SET_IF_NOT_NULL(A,istatv); in blas_zuscr_begin_()
1595 RSB_SET_IF_NOT_NULL(A,istatv); in blas_suscr_block_begin_()
1629 RSB_SET_IF_NOT_NULL(A,istatv); in blas_duscr_block_begin_()
1663 RSB_SET_IF_NOT_NULL(A,istatv); in blas_cuscr_block_begin_()
1697 RSB_SET_IF_NOT_NULL(A,istatv); in blas_zuscr_block_begin_()
1733 RSB_SET_IF_NOT_NULL(A,istatv); in blas_suscr_variable_block_begin_()
1768 RSB_SET_IF_NOT_NULL(A,istatv); in blas_duscr_variable_block_begin_()
[all …]
H A Dlibspblas_macros.m4424 RSB_SET_IF_NOT_NULL(istat,istatv);
442 RSB_SET_IF_NOT_NULL(istat,RSB_BLAS_ERROR);
643 RSB_SET_IF_NOT_NULL(istat,istatv);
744 RSB_SET_IF_NOT_NULL(istat,istatv);
747 RSB_SET_IF_NOT_NULL(A,istatv);
750 RSB_SET_IF_NOT_NULL(istat,RSB_BLAS_NO_ERROR);
754 RSB_SET_IF_NOT_NULL(istat,RSB_BLAS_ERROR);
775 RSB_SET_IF_NOT_NULL(istat,RSB_BLAS_INVALID_VAL);
887 RSB_SET_IF_NOT_NULL(istat,istatv);
H A Drsb_common.h938 #define RSB_SET_IF_NOT_NULL(P,V) if((P)!=NULL)*(P)=V macro
H A Drsb_util.c7483 RSB_SET_IF_NOT_NULL(rp,ac); in rsb__BLAS_Xusdot()
7500 RSB_SET_IF_NOT_NULL(rp,ac); in rsb__BLAS_Xusdot()
7524 RSB_SET_IF_NOT_NULL(rp,ac); in rsb__BLAS_Xusdot()
7548 RSB_SET_IF_NOT_NULL(rp,ac); in rsb__BLAS_Xusdot()
H A Drsb_util.m43047 RSB_SET_IF_NOT_NULL(rp,ac);