Searched refs:exp (Results 1 – 2 of 2) sorted by relevance
/stdlib/ |
A D | tst-strfrom.h | 66 const char *exp[4]; member 106 if (strcmp (buf, htest[i].exp[0]) == 0 \ 107 || strcmp (buf, htest[i].exp[1]) == 0 \ 108 || strcmp (buf, htest[i].exp[2]) == 0 \ 109 || strcmp (buf, htest[i].exp[3]) == 0) \ 114 "or %s\n", buf, rc, htest[i].exp[0], htest[i].exp[1], \ 115 htest[i].exp[2], htest[i].exp[3]); \
|
A D | tst-strtod1i.c | 36 double exp; in do_test() member 64 if (d != tests[n].exp) in do_test() 67 tests[n].str, d, tests[n].exp); in do_test()
|
Completed in 5 milliseconds