Searched refs:mpd_qadd (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 3492 mpd_qadd(mpd_t *result, const mpd_t *a, const mpd_t *b, in mpd_qadd() function 3514 mpd_qadd(result, a, b, ctx, &workstatus); in _mpd_qadd_exact() 3562 mpd_qadd(result, a, &bb, ctx, status); in mpd_qadd_ssize() 3576 mpd_qadd(result, a, &bb, ctx, status); in mpd_qadd_uint() 3651 mpd_qadd(result, a, &bb, ctx, status); in mpd_qadd_i64() 3665 mpd_qadd(result, a, &bb, ctx, status); in mpd_qadd_u64() 4562 mpd_qadd(&t1, result, &ulp, &workctx, &workctx.status); in mpd_qexp() 4605 mpd_qadd(result, result, c, ctx, &workstatus); in mpd_qfma() 4748 mpd_qadd(result, result, &tmp, &maxcontext, status); in mpd_qln10() 4966 mpd_qadd( in _mpd_qln() [all...] |
H A D | mpsignal.c | 499 mpd_qadd(result, a, b, ctx, &status); in mpd_add()
|
H A D | mpdecimal.h | 526 void mpd_qadd(mpd_t *result, const mpd_t *a, const mpd_t *b, const mpd_context_t *ctx, uint32_t *status);
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4163 Dec_BinaryNumberMethod(mpd_qadd) 5220 DecCtx_BinaryFunc(mpd_qadd)
|
Completed in 18 milliseconds