Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dlongobject.h43 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
/external/python/cpython3/Include/
Dlongobject.h81 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
/external/python/cpython2/Modules/
Dmathmodule.c1296 x = _PyLong_Frexp((PyLongObject *)arg, &e); in loghelper()
/external/python/cpython3/Modules/
Dmathmodule.c1908 x = _PyLong_Frexp((PyLongObject *)arg, &e); in loghelper()
/external/python/cpython2/Objects/
Dlongobject.c2216 _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e) in _PyLong_Frexp() function
2339 x = _PyLong_Frexp((PyLongObject *)v, &exponent); in PyLong_AsDouble()
/external/python/cpython3/Objects/
Dlongobject.c2749 _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e) in _PyLong_Frexp() function
2882 x = _PyLong_Frexp((PyLongObject *)v, &exponent); in PyLong_AsDouble()