Home | History | Annotate | Download | only in Python

Lines Matching refs:PyOS_string_to_double

284                      "deprecated.  Use PyOS_string_to_double "

309 /* PyOS_string_to_double is the recommended replacement for the deprecated
336 PyOS_string_to_double(const char *s,
344 PyFPE_START_PROTECT("PyOS_string_to_double", return -1.0)