Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c171 #define _Py_DEC_MINALLOC 4 macro
177 mpd_uint_t data[_Py_DEC_MINALLOC];
2038 MPD(dec)->alloc = _Py_DEC_MINALLOC; in PyDecType_New()
5864 mpd_setminalloc(_Py_DEC_MINALLOC); in _decimal_exec()