Home
last modified time | relevance | path

Searched refs:mpd_qformat_spec (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c1232 mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, in mpd_qformat_spec() function
1394 return mpd_qformat_spec(dec, &spec, ctx, status); in mpd_qformat()
Dmpdecimal.h409 char *mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, const mpd_context_t *ctx, uint32_t…
/external/python/cpython3/Modules/_decimal/
D_decimal.c3158 decstring = mpd_qformat_spec(MPD(dec), &spec, CTX(context), &status); in dec_format()