Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-strtoll.c340 char exp1[5], exp2[5]; in do_test() local
341 expand (exp1, *ep); in do_test()
343 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
372 char exp1[5], exp2[5]; in do_test() local
373 expand (exp1, *ep); in do_test()
375 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
Dtst-strtol.c565 char exp1[5], exp2[5]; in do_test() local
566 expand (exp1, *ep); in do_test()
568 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
597 char exp1[5], exp2[5]; in do_test() local
598 expand (exp1, *ep); in do_test()
600 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
Dtst-strtod.c111 char exp1[5], exp2[5]; in do_test() local
112 expand (exp1, *ep); in do_test()
114 printf (" leaves '%s', expected '%s'\n", exp1, exp2); in do_test()
Dtst-strfrom.h69 #define HTEST(fmt, exp1, exp2, exp3, exp4, val) \ argument
71 fmt, exp1, exp2, exp3, exp4, { GEN_TEST_STRTOD_FOREACH (ENTRY, val) } \
/glibc-2.36/math/
Datest-exp.c36 static const char exp1[102] = "2" /* point */ variable
173 exp1[i + 1]) in do_test()