Home
last modified time | relevance | path

Searched refs:mpd_qfma (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.h527 void mpd_qfma(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_t *c, const mpd_context_t *c…
Dmpdecimal.c4465 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.c4128 Dec_TernaryFuncVA(mpd_qfma) in Dec_UnaryFuncVA()
5165 DecCtx_TernaryFunc(mpd_qfma) in DecCtx_TernaryFunc() argument