Searched refs:exp1 (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/stdlib/ |
D | tst-strtoll.c | 340 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()
|
D | tst-strtol.c | 565 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()
|
D | tst-strtod.c | 111 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()
|
D | tst-strfrom.h | 69 #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/ |
D | atest-exp.c | 36 static const char exp1[102] = "2" /* point */ variable 173 exp1[i + 1]) in do_test()
|