Home
last modified time | relevance | path

Searched refs:_PyFloat_Pack2 (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Dfloatobject.h87 PyAPI_FUNC(int) _PyFloat_Pack2(double x, unsigned char *p, int le);
/third_party/python/Objects/
Dfloatobject.c2080 _PyFloat_Pack2(double x, unsigned char *p, int le) in _PyFloat_Pack2() function
/third_party/python/Modules/
D_struct.c322 return _PyFloat_Pack2(x, (unsigned char *)p, le); in pack_halffloat()