Lines Matching defs:result
133 double result;
142 result = _Py_dg_strtod(nptr, endptr);
147 result = _Py_parse_inf_or_nan(nptr, endptr);
149 return result;
198 the system strtod. This ensures that the result of an underflow
341 double x, result=-1.0;
364 result = x;
368 return result;
372 the string and then call the `innerfunc` function on the result.
390 PyObject *result;
430 result = innerfunc(dup, end - dup, arg);
432 return result;
636 where the '%g'-formatted result already has as many
678 arrive here as a result of using the empty format code or
1051 /* We only need 5 bytes to hold the result "+inf\0" . */
1088 /* The result must be finite (not inf or nan). */