Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c3045 mpd_uint_t n, maxjump; in mpd_qscaleb() local
3066 maxjump = 2 * (mpd_uint_t)(ctx->emax + ctx->prec); in mpd_qscaleb()
3068 if (n > maxjump || workstatus&MPD_Invalid_operation) { in mpd_qscaleb()

Completed in 11 milliseconds