Searched refs:mpd_divmod (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/examples/ |
H A D | divmod.c | 61 mpd_divmod(q, r, a, b, &ctx); in main()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpsignal.c | 676 mpd_divmod(mpd_t *q, mpd_t *r, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx) in mpd_divmod() function
|
H A D | mpdecimal.h | 655 void mpd_divmod(mpd_t *q, mpd_t *r, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx);
|
Completed in 4 milliseconds