Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c70 static PyStructSequence_Desc floatinfo_desc = { variable
2002 if (PyStructSequence_InitType2(&FloatInfoType, &floatinfo_desc) < 0) in _PyFloat_Init()
/external/python/cpython2/Objects/
Dfloatobject.c96 static PyStructSequence_Desc floatinfo_desc = { variable
2210 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()