Searched defs:BCinfo (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Ddtoa.c285 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
287 typedef struct BCinfo BCinfo; typedef in typeref:struct:BCinfo
289 BCinfo { struct
1334 sulp(U *x, BCinfo *bc)
1397 bigcomp(U *rv, const char *s0, BCinfo *bc)
1516 BCinfo bc;
/external/python/cpython3/Python/
H A Ddtoa.c286 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
288 typedef struct BCinfo BCinfo; typedef in typeref:struct:BCinfo
290 BCinfo { struct
1231 sulp(U *x, BCinfo *bc)
1294 bigcomp(U *rv, const char *s0, BCinfo *bc)
1443 BCinfo bc;

Completed in 191 milliseconds