MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for ut::fast_modulo_t, including all inherited members.
compute(uint64_t x) const | ut::fast_modulo_t | inline |
fast_modulo_t()=default | ut::fast_modulo_t | |
fast_modulo_t(uint64_t mod) | ut::fast_modulo_t | inlineexplicit |
fast_modulo_t(uint64_t mod, uint64_t inv) | ut::fast_modulo_t | inlineexplicit |
get_inverse() const | ut::fast_modulo_t | inline |
get_mod() const | ut::fast_modulo_t | inline |
m_inv | ut::fast_modulo_t | private |
m_mod | ut::fast_modulo_t | private |
precompute_inv(uint64_t mod) | ut::fast_modulo_t | inlinestatic |