Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_lbl.h165 #define RSB_GET_NEXT_BLOCK_POINTER(BP,M,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWVAR,BLOCKCO…
181 (BLOCKCOLSVAR)=_bt->block_columns; \
188 #define RSB_GET_FIRST_BLOCK_POINTER(BP,M,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWVAR,BLOCKC…
195 (BLOCKCOLSVAR)=_bt->block_columns; \
H A Drsb_krnl.m474 #define RSB_BCSR_GET_FIRST_BLOCK_POINTER(BP,mtxAp,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWV…
77 (BLOCKCOLSVAR)=(mtxAp)->cpntr[1]-(mtxAp)->cpntr[0]; /* the current block column index */ \
79 …RSB_BCSR_GET_NEXT_BLOCK_POINTER(BP,mtxAp,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWVAR,BLOCK…
H A Drsb_krnl.h107 #define RSB_BCSR_GET_FIRST_BLOCK_POINTER(BP,mtxAp,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWV… argument
110 (BLOCKCOLSVAR)=(mtxAp)->cpntr[1]-(mtxAp)->cpntr[0]; /* the current block column index */ \
112 …RSB_BCSR_GET_NEXT_BLOCK_POINTER(BP,mtxAp,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWVAR,BLOCK…
H A Drsb_common.h553 #define RSB_GET_NEXT_BLOCK_POINTER(BP,M,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWVAR,BLOCKCO… argument
581 (BLOCKCOLSVAR)=GET_BLOCK_WIDTH( _j,(M)); /* the current block rows count */ \
586 #define RSB_GET_FIRST_BLOCK_POINTER(BP,M,ROWVAR,COLVAR,BLOCKROWSVAR,BLOCKCOLSVAR,BLOCKROWVAR,BLOCKC… argument
600 (BLOCKCOLSVAR)=GET_BLOCK_WIDTH( _j,(M)); /* the current block rows count */ \