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

/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtod.c50 static const char * const inf_strings[] = variable
124 for (size_t i = 0; i < __arraycount(inf_strings); i++) {
125 volatile double d = strtod(inf_strings[i], NULL);
142 for (size_t i = 0; i < __arraycount(inf_strings); i++) {
143 volatile float f = strtof(inf_strings[i], NULL);
162 for (size_t i = 0; i < __arraycount(inf_strings); i++) {
163 volatile long double ld = strtold(inf_strings[i], NULL);

Completed in 97 milliseconds