Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-strtod.c162 static struct { const char *str; long double l; } ltests[] = in do_test() local
169 for (n = 0; n < sizeof (ltests) / sizeof (ltests[0]); ++n) in do_test()
170 if (strtold (ltests[n].str, NULL) != ltests[n].l) in do_test()
173 strtold (ltests[n].str, NULL), ltests[n].l); in do_test()