Searched refs:mul_size_t (Results 1 – 3 of 3) sorted by relevance
86 assert(cols == mul_size_t(2, rows)); in swap_halfrows_pow2()247 mpd_size_t size = mul_size_t(rows, cols); in transpose_pow2()255 else if (cols == mul_size_t(2, rows)) { in transpose_pow2()262 else if (rows == mul_size_t(2, cols)) { in transpose_pow2()
614 mul_size_t(mpd_size_t a, mpd_size_t b) in mul_size_t() function
5261 m = mul_size_t(m, 3); in _kmul_resultsize()5278 return add_size_t(mul_size_t(m, 2), _kmul_worksize(m, lim)); in _kmul_worksize()