Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dconstants.c49 const mpd_size_t mpd_bits[64] = { variable
99 const mpd_size_t mpd_bits[32] = { variable
Dtranspose.c109 if (done[hn/dbits] & mpd_bits[hn%dbits]) { in swap_halfrows_pow2()
132 done[next/dbits] |= mpd_bits[next%dbits]; in swap_halfrows_pow2()
141 done[hn/dbits] |= mpd_bits[hn%dbits]; in swap_halfrows_pow2()
Dconstants.h77 extern const mpd_size_t mpd_bits[];
Dmpdecimal.c6299 n = mpd_bits[mpd_bsr(exp)]; in _mpd_qpow_uint()