Searched refs:INF (Results 1 – 1 of 1) sorted by relevance
462 static const char INF[] = "Infinity"; // NOLINT(modernize-avoid-c-arrays) in StringToDouble() local463 if (*p == INF[0]) { in StringToDouble()465 for (const char *i = &INF[1]; *i != '\0'; ++i) { in StringToDouble()