Searched refs:mpd_qpow (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.h | 537 void mpd_qpow(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_context_t *ctx, uint32_…
|
D | mpdecimal.c | 6708 mpd_qpow(mpd_t *result, const mpd_t *base, const mpd_t *exp, in mpd_qpow() function
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 2332 mpd_qpow(d1, d1, d2, &maxctx, &status); in PyDecType_FromFloatExact() 4085 mpd_qpow(MPD(result), MPD(a), MPD(b), in nm_mpd_qpow() 5146 mpd_qpow(MPD(result), MPD(a), MPD(b), in ctx_mpd_qpow()
|