Home
last modified time | relevance | path

Searched refs:PyFloat_AsString (Results 1 – 14 of 14) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Doc/c-api/
H A Dfloat.rst99 .. c:function:: void PyFloat_AsString(char *buf, PyFloatObject *v)
113 Same as PyFloat_AsString, except uses the same rules as
/dports/lang/python27/Python-2.7.18/Doc/c-api/
H A Dfloat.rst99 .. c:function:: void PyFloat_AsString(char *buf, PyFloatObject *v)
113 Same as PyFloat_AsString, except uses the same rules as
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dfloatobject.h69 PyAPI_FUNC(void) PyFloat_AsString(char*, PyFloatObject *v);
/dports/lang/python27/Python-2.7.18/Include/
H A Dfloatobject.h69 PyAPI_FUNC(void) PyFloat_AsString(char*, PyFloatObject *v);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfloatobject.h69 PyAPI_FUNC(void) PyFloat_AsString(char*, PyFloatObject *v);
/dports/lang/python-legacy/Python-2.7.18/PC/os2vacpp/
H A Dpython.def181 PyFloat_AsString
/dports/lang/python27/Python-2.7.18/PC/os2vacpp/
H A Dpython.def181 PyFloat_AsString
/dports/lang/python27/Python-2.7.18/PC/os2emx/
H A Dpython27.def320 "PyFloat_AsString"
/dports/lang/python-legacy/Python-2.7.18/PC/os2emx/
H A Dpython27.def320 "PyFloat_AsString"
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dfloatobject.c336 PyFloat_AsString(char *buf, PyFloatObject *v) in PyFloat_AsString() function
/dports/lang/python27/Python-2.7.18/Objects/
H A Dfloatobject.c336 PyFloat_AsString(char *buf, PyFloatObject *v) in PyFloat_AsString() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dfloatobject.c327 PyFloat_AsString(char *buf, PyFloatObject *v) in PyFloat_AsString() function
/dports/lang/python-legacy/Python-2.7.18/Misc/
H A DNEWS8819 - bpo-7168: Document ``PyFloat_AsString()`` and ``PyFloat_AsReprString()``,
/dports/lang/python27/Python-2.7.18/Misc/
H A DNEWS8819 - bpo-7168: Document ``PyFloat_AsString()`` and ``PyFloat_AsReprString()``,