Searched refs:ltests (Results 1 – 1 of 1) sorted by relevance
162 static struct { const char *str; long double l; } ltests[] = in do_test() local169 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()