Home
last modified time | relevance | path

Searched refs:_PyLong_Frexp (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dlongobject.h13 /* _PyLong_Frexp returns a double x and an exponent e such that the
19 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
/third_party/python/Modules/
H A Dmathmodule.c2336 x = _PyLong_Frexp((PyLongObject *)arg, &e); in loghelper()
/third_party/python/Objects/
H A Dlongobject.c2954 _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e) in _PyLong_Frexp() function
3086 x = _PyLong_Frexp((PyLongObject *)v, &exponent); in PyLong_AsDouble()

Completed in 12 milliseconds