Searched refs:infnan (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c1099 const char *infnan = NULL; local
1136 infnan = (flags & PRINT_F_UP) ? "NAN" : "nan";
1138 infnan = (flags & PRINT_F_UP) ? "INF" : "inf";
1140 if (infnan != NULL) {
1143 while (*infnan != '\0')
1144 iconvert[ipos++] = *infnan++;

Completed in 106 milliseconds