Searched refs:mpd_qfma (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpsignal.c | 704 mpd_qfma(result, a, b, c, ctx, &status); in mpd_fma()
|
H A D | mpdecimal.h | 541 void mpd_qfma(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_t *c, const mpd_context_t *ctx, uint32_t *status);
|
H A 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
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4297 Dec_TernaryFuncVA(mpd_qfma) 5333 DecCtx_TernaryFunc(mpd_qfma)
|
Completed in 22 milliseconds