Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c2999 convert_op_cmp(PyObject **vcmp, PyObject **wcmp, PyObject *v, PyObject *w, in convert_op_cmp() argument
3008 *wcmp = w; in convert_op_cmp()
3011 *wcmp = PyDec_FromLongExact(w, context); in convert_op_cmp()
3016 *wcmp = NULL; in convert_op_cmp()
3020 *wcmp = PyDec_FromFloatExact(w, context); in convert_op_cmp()
3026 *wcmp = NULL; in convert_op_cmp()
3031 *wcmp = NULL; in convert_op_cmp()
3035 *wcmp = PyDec_FromFloatExact(tmp, context); in convert_op_cmp()
3041 *wcmp = Py_NotImplemented; in convert_op_cmp()
3047 *wcmp = NULL; in convert_op_cmp()
[all …]