Lines Matching defs:bigcomp
48 * failure. bigcomp now has return type int (it used to be void) and
291 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
1252 /* The bigcomp function handles some hard cases for strtod, for inputs
1257 The bigcomp function is only called after _Py_dg_strtod has found a
1299 bigcomp(U *rv, const char *s0, BCinfo *bc)
1923 break; /* Must use bigcomp(). */
1934 ulp(rv) or rv; in this case, use bigcomp to distinguish. */
1940 /* rv / 2^bc.scale = 2^(j - 1023 - bc.scale); use bigcomp if
1944 break; /* Use bigcomp. */
2117 error = bigcomp(&rv, s0, &bc);