Home | History | Annotate | Download | only in Modules

Lines Matching refs:lx

1094         PyObject *lx;

1101 lx = PyLong_FromDouble(dx);
1102 if (lx == NULL)
1104 x = PyLong_AsLong(lx);
1105 Py_DECREF(lx);