Searched refs:strtodErrno (Results 1 – 2 of 2) sorted by relevance
243 const int strtodErrno = errno; in stod() local247 if (strtodErrno == ERANGE) { in stod()250 } else if (strEnd == strStart || strtodErrno != 0) { in stod()