Lines Matching refs:lt
88 const struct ltest *lt; in do_test() local
93 for (lt = tests; lt->str != NULL; ++lt) in do_test()
98 d = strtod(lt->str, &ep); in do_test()
101 lt->str, (unsigned int) (lt - tests)); in do_test()
102 if (d == lt->expect && *ep == lt->left && save_errno == lt->err) in do_test()
107 if (d != lt->expect) in do_test()
108 printf (" returns %.60g, expected %.60g\n", d, lt->expect); in do_test()
109 if (lt->left != *ep) in do_test()
113 expand (exp2, lt->left); in do_test()
116 if (save_errno != lt->err) in do_test()
119 lt->err, strerror (lt->err)); in do_test()