Home | History | Annotate | Download | only in Python

Lines Matching refs:strtod

67  * This function behaves like the standard strtod() function

75 * locale-sensitive system strtod() function.
83 * This function resets %errno before calling strtod() so that
117 Use system strtod; since strtod is locale aware, we may
120 Note that unlike _Py_dg_strtod, the system strtod may not always give
159 the system strtod. This ensures that the result of an underflow
186 call strtod. On the other hand, if we find the current
236 val = strtod(copy, &fail_pos);
253 val = strtod(digits_pos, &fail_pos);