Searched refs:_mpd_qmul (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 114 static inline void _mpd_qmul(mpd_t *result, const mpd_t *a, const mpd_t *b, 4603 _mpd_qmul(result, a, b, ctx, &workstatus); in mpd_qfma() 5893 * Internal function: Multiply a and b. _mpd_qmul deals with specials but 5897 _mpd_qmul(mpd_t *result, const mpd_t *a, const mpd_t *b, in _mpd_qmul() function 5995 _mpd_qmul(result, a, b, ctx, status); in mpd_qmul() 7594 _mpd_qmul(qq, &aa, rr, &workctx, &workctx.status); in _mpd_base_ndivmod() 7606 _mpd_qmul(rr, &bb, qq, &workctx, &workctx.status); in _mpd_base_ndivmod()
|
Completed in 16 milliseconds