Searched refs:mpd_qpow (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpsignal.c | 860 mpd_qpow(result, base, exp, ctx, &status); in mpd_pow()
|
H A D | mpdecimal.h | 551 void mpd_qpow(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_context_t *ctx, uint32_t *status);
|
H A D | mpdecimal.c | 6708 mpd_qpow(mpd_t *result, const mpd_t *base, const mpd_t *exp, in mpd_qpow() function
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 2369 mpd_qpow(d1, d1, d2, &maxctx, &status); in PyDecType_FromFloatExact() 4254 mpd_qpow(MPD(result), MPD(a), MPD(b), in nm_mpd_qpow() 5314 mpd_qpow(MPD(result), MPD(a), MPD(b), in ctx_mpd_qpow()
|
Completed in 21 milliseconds