Searched refs:nu_double (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 468 nu_double(const char *p, const formatdef *f) in nu_double() function 711 {'d', sizeof(double), DOUBLE_ALIGN, nu_double, np_double},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 516 nu_double(const char *p, const formatdef *f) in nu_double() function 788 {'d', sizeof(double), DOUBLE_ALIGN, nu_double, np_double},
|