Home
last modified time | relevance | path

Searched refs:st_float (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_struct.c70 typedef struct { char c; float x; } st_float; typedef
77 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float))
/external/python/cpython3/Modules/
D_struct.c64 typedef struct { char c; float x; } st_float; typedef
73 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float))