Searched refs:oexp (Results 1 – 1 of 1) sorted by relevance
1185 PyObject *oexp; in math_ldexp() local1188 if (! PyArg_ParseTuple(args, "dO:ldexp", &x, &oexp)) in math_ldexp()1191 if (_PyAnyInt_Check(oexp)) { in math_ldexp()1194 exp = PyLong_AsLongAndOverflow(oexp, &overflow); in math_ldexp()