Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dfnt.c48 assert(ispower2(n)); in std_fnt()
67 assert(ispower2(n)); in std_inv_fnt()
Dconvolute.c62 if (ispower2(n)) { in fnt_convolute()
129 if (ispower2(n)) { in fnt_autoconvolute()
Dsixstep.c61 assert(ispower2(n)); in six_step_fnt()
146 assert(ispower2(n)); in inv_six_step_fnt()
Dtranspose.c249 assert(ispower2(rows)); in transpose_pow2()
250 assert(ispower2(cols)); in transpose_pow2()
Dnumbertheory.c86 assert(ispower2(n)); in _mpd_init_fnt_params()
Dbits.h39 ispower2(mpd_size_t n) in ispower2() function
Ddifradix2.c87 assert(ispower2(n)); in fnt_dif2()