Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h89 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
/third_party/python/Modules/
Dmathmodule.c2291 x = _PyLong_Frexp((PyLongObject *)arg, &e); in loghelper()
/third_party/python/Objects/
Dlongobject.c2764 _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e) in _PyLong_Frexp() function
2896 x = _PyLong_Frexp((PyLongObject *)v, &exponent); in PyLong_AsDouble()