Home
last modified time | relevance | path

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

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_do.c365 const int gdc = RSB_DIVIDE_IN_CHUNKS(mtxAp->nr,nt); in rsb__dodo_getdiag()
H A Drsb_common.h1082 #define RSB_DIVIDE_IN_CHUNKS(N,NTHREADS) RSB_MAX(((N)+(NTHREADS)-1)/(NTHREADS),1) macro