Searched refs:nan_string (Results 1 – 1 of 1) sorted by relevance
916 static const char *nan_string = "nan"; in strtofloatingpoint() local945 if ((src[1] | 32) == nan_string[1] && (src[2] | 32) == nan_string[2]) { in strtofloatingpoint()