Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/
Dconstants.c115 const char * const mpd_round_string[MPD_ROUND_GUARD] = { variable
Dmpdecimal.h238 extern const char * const mpd_round_string[MPD_ROUND_GUARD];
/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c1362 ctx->prec, mpd_round_string[ctx->round], ctx->emin, ctx->emax, in context_repr()
1468 ctx->prec, mpd_round_string[ctx->round], ctx->emin, ctx->emax, in context_reduce()
6062 ASSIGN_PTR(round_map[i], PyUnicode_InternFromString(mpd_round_string[i])); in PyInit__decimal()
6064 CHECK_INT(PyModule_AddObject(m, mpd_round_string[i], round_map[i])); in PyInit__decimal()