Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c4512 mpd_t inv10_p = {MPD_POS|MPD_STATIC|MPD_CONST_DATA, in _dec_hash() local
4520 mpd_t inv10_p = {MPD_POS|MPD_STATIC|MPD_CONST_DATA, in _dec_hash()
4575 mpd_qpowmod(exp_hash, &inv10_p, tmp, &p, &maxctx, &status); in _dec_hash()