Searched refs:_mpd_qadd (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 112 static void _mpd_qadd(mpd_t *result, const mpd_t *a, const mpd_t *b, 3026 _mpd_qadd(result, &big, &small, ctx, status); in mpd_qrotate() 3476 _mpd_qadd(mpd_t *result, const mpd_t *a, const mpd_t *b, in _mpd_qadd() function 7176 _mpd_qadd(&q, r, b, &workctx, &workctx.status); in mpd_qrem_near()
|