Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dtranspose.c73 swap_halfrows_pow2(mpd_uint_t *matrix, mpd_size_t rows, mpd_size_t cols, int dir) in swap_halfrows_pow2() function
256 if (!swap_halfrows_pow2(matrix, rows, cols, FORWARD_CYCLE)) { in transpose_pow2()
265 if (!swap_halfrows_pow2(matrix, cols, rows, BACKWARD_CYCLE)) { in transpose_pow2()