Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c1185 PyObject *oexp; in math_ldexp() local
1188 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()