Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c6433 _qcheck_pow_bounds(mpd_t *result, const mpd_t *x, const mpd_t *y, in _qcheck_pow_bounds() function
6615 if (_qcheck_pow_bounds(result, base, exp, resultsign, ctx, status)) { in mpd_qpow()