Searched refs:_mpd_qexp (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 4310 * Get the number of iterations for the Horner scheme in _mpd_qexp(). 4382 _mpd_qexp(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx, in _mpd_qexp() function 4538 _mpd_qexp(result, a, &workctx, &workstatus); in mpd_qexp() 4580 _mpd_qexp(result, a, &workctx, status); in mpd_qexp() 4744 _mpd_qexp(&tmp, result, &varcontext, status); in mpd_qln10() 4952 _mpd_qexp(&tmp, z, &varcontext, status); in _mpd_qln() 6686 * This triggers the Overflow/Underflow shortcut in _mpd_qexp(), in _mpd_qpow_real() 6690 * Use (see _mpd_qexp): in _mpd_qpow_real()
|
Completed in 12 milliseconds