Home
last modified time | relevance | path

Searched refs:RSB_BLK_MUL_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_struct.h65 #define RSB_BLK_MUL_OVERFLOW(R,C) RSB_MUL_OVERFLOW((R),(C),rsb_blk_idx_t,rsb_non_overflowing_t) macro
H A Drsb_util.m42364 if(RSB_BLK_MUL_OVERFLOW(rows,cols))
H A Drsb_util.c6026 if(RSB_BLK_MUL_OVERFLOW(rows,cols)) in rsb__dump_block()