Searched defs:mpd_ssize_t (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dmpdecimal.h157 typedef int64_t mpd_ssize_t; typedef
201 typedef int32_t mpd_ssize_t; typedef
261 mpd_ssize_t prec; /* precision */
262 mpd_ssize_t emax; /* max positive exp */
263 mpd_ssize_t emin; /* min negative exp */
322 extern mpd_ssize_t MPD_MINALLOC;
326 void mpd_setminalloc(mpd_ssize_t n);
327 void mpd_init(mpd_context_t *ctx, mpd_ssize_t prec);
334 mpd_ssize_t mpd_getprec(const mpd_context_t *ctx);
335 mpd_ssize_t mpd_getema
[all...]

Completed in 104 milliseconds