Home
last modified time | relevance | path

Searched refs:comb_odd_part (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dmathmodule.c3406 comb_odd_part << shift in perm_comb_small()
3409 and comb_odd_part is comb(n, k) >> shift. comb_odd_part can be in perm_comb_small()
3413 uint64_t comb_odd_part = reduced_factorial_odd_part[n] in perm_comb_small() local
3419 return PyLong_FromUnsignedLongLong(comb_odd_part << shift); in perm_comb_small()

Completed in 8 milliseconds