OpenGrok
Cross Reference: mathmodule.c
xref
: /
external
/
python
/
cpython3
/
Modules
/
mathmodule.c
Home
|
History
|
Annotate
|
Download
|
only in
Modules
Lines Matching
refs:PyLongObject
1696
x = _PyLong_Frexp((
PyLongObject
*)arg, &e);