Lines Matching refs:nptr
394 SI_atof(const char *nptr)401 f = strtof(nptr, &suffixptr);403 f = (float)strtod(nptr, &suffixptr);