Home
last modified time | relevance | path

Searched refs:_PyFloat_Pack4 (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_floatobject.h44 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python310/Python-3.10.1/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python39/Python-3.9.9/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dfloatobject.h103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python27/Python-2.7.18/Include/
H A Dfloatobject.h103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dfloatobject.h87 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfloatobject.h103 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python37/Python-3.7.12/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python38/Python-3.8.12/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dfloatobject.h88 PyAPI_FUNC(int) _PyFloat_Pack4(double x, unsigned char *p, int le);
/dports/databases/py-gdbm/Python-3.8.12/Modules/_ctypes/
H A Dcfield.c1086 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1089 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()
/dports/lang/python37/Python-3.7.12/Modules/_ctypes/
H A Dcfield.c1083 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1086 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()
/dports/lang/python311/Python-3.11.0a3/Modules/_ctypes/
H A Dcfield.c1060 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1063 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()
/dports/lang/python310/Python-3.10.1/Modules/_ctypes/
H A Dcfield.c1052 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1055 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()
/dports/lang/python-tools/Python-3.8.12/Modules/_ctypes/
H A Dcfield.c1086 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1089 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/
H A Dcfield.c1103 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1106 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()
/dports/lang/python39/Python-3.9.9/Modules/_ctypes/
H A Dcfield.c1080 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 1)) in f_set_sw()
1083 if (_PyFloat_Pack4(x, (unsigned char *)ptr, 0)) in f_set_sw()

123