Searched refs:_PyLong_Frexp (Results 1 – 3 of 3) sorted by relevance
89 PyAPI_FUNC(double) _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e);
2291 x = _PyLong_Frexp((PyLongObject *)arg, &e); in loghelper()
2764 _PyLong_Frexp(PyLongObject *a, Py_ssize_t *e) in _PyLong_Frexp() function2896 x = _PyLong_Frexp((PyLongObject *)v, &exponent); in PyLong_AsDouble()