Home
last modified time | relevance | path

Searched refs:PyFloat_ClearFreeList (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dfloatobject.h122 PyAPI_FUNC(int) PyFloat_ClearFreeList(void);
/external/python/cpython3/Include/
Dfloatobject.h113 PyAPI_FUNC(int) PyFloat_ClearFreeList(void);
/external/python/cpython3/Doc/c-api/
Dfloat.rst76 .. c:function:: int PyFloat_ClearFreeList()
/external/python/cpython2/Doc/c-api/
Dfloat.rst91 .. c:function:: int PyFloat_ClearFreeList()
/external/python/cpython3/Objects/
Dfloatobject.c2009 PyFloat_ClearFreeList(void) in PyFloat_ClearFreeList() function
2026 (void)PyFloat_ClearFreeList(); in PyFloat_Fini()
/external/python/cpython2/Objects/
Dfloatobject.c2214 PyFloat_ClearFreeList(void) in PyFloat_ClearFreeList() function
2265 u = PyFloat_ClearFreeList(); in PyFloat_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c845 (void)PyFloat_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Modules/
Dgcmodule.c786 (void)PyFloat_ClearFreeList(); in clear_freelists()