Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c71 typedef struct { char c; double x; } st_double; typedef
78 #define DOUBLE_ALIGN (sizeof(st_double) - sizeof(double))
/external/python/cpython3/Modules/
D_struct.c65 typedef struct { char c; double x; } st_double; typedef
74 #define DOUBLE_ALIGN (sizeof(st_double) - sizeof(double))