Searched refs:mpd_qfma (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.h | 527 void mpd_qfma(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_t *c, const mpd_context_t *c…
|
D | mpdecimal.c | 4465 mpd_qfma(&sum, &sum, &tmp, &one, &workctx, &workctx.status); in _mpd_qexp() 4589 mpd_qfma(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_t *c, in mpd_qfma() function
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 4128 Dec_TernaryFuncVA(mpd_qfma) in Dec_UnaryFuncVA() 5165 DecCtx_TernaryFunc(mpd_qfma) in DecCtx_TernaryFunc() argument
|