Home
last modified time | relevance | path

Searched refs:nan_string (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h916 static const char *nan_string = "nan"; in strtofloatingpoint() local
945 if ((src[1] | 32) == nan_string[1] && (src[2] | 32) == nan_string[2]) { in strtofloatingpoint()