Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c2193 PyDecType_FromLongExact(PyTypeObject *type, const PyObject *v, in PyDecType_FromLongExact() function
2251 return PyDecType_FromLongExact(type, v, context); in PyDecType_FromFloatExact()
2309 dec = PyDecType_FromLongExact(type, n, context); in PyDecType_FromFloatExact()
2640 PyDecType_FromLongExact(&PyDec_Type, pylong, context)
2718 return PyDecType_FromLongExact(type, v, context); in PyDecType_FromObjectExact()