/stdlib/ |
A D | tst-strtod-round-data.h | 375 TEST ("1.0000000596", 406 TEST ("1.000000060", 437 TEST ("1.00000006", 468 TEST ("1.0000001", 499 TEST ("1.000000", 6853 TEST ("0x1p-150", 11975 TEST ("1.5", 12006 TEST ("1.25", 12037 TEST ("1.125", 12068 TEST ("1.0625", [all …]
|
A D | tst-strfrom-locale.c | 23 TEST ("9,999", "%.3f", 50, 5, 9.999), 24 TEST ("0,125000", "%f", 50, 8, .125), 25 TEST ("0,000000", "%f", 50, 8, .0), 26 TEST ("0", "%g", 50, 1, .0), 27 TEST ("9,900000", "%f", 50, 8, 9.9), 40 TEST ("-NAN", "%G", 50, 4, -NAN_), 41 TEST ("-inf", "%g", 50, 4, -INF), 42 TEST ("inf", "%g", 50, 3, INF) 47 TEST ("0,12", "%f", 5, 8, .125), 48 TEST ("9,99", "%.3f", 5, 5, 9.999), [all …]
|
A D | tst-strfrom.c | 23 TEST ("9.999", "%.3f", 50, 5, 9.999), 24 TEST ("0.125000", "%f", 50, 8, .125), 25 TEST ("0.000000", "%f", 50, 8, .0), 26 TEST ("0", "%g", 50, 1, .0), 27 TEST ("9.900000", "%f", 50, 8, 9.9), 40 TEST ("-NAN", "%G", 50, 4, -NAN_), 41 TEST ("-inf", "%g", 50, 4, -INF), 42 TEST ("inf", "%g", 50, 3, INF) 47 TEST ("0.12", "%f", 5, 8, .125), 48 TEST ("9.99", "%.3f", 5, 5, 9.999), [all …]
|
A D | tst-limits.c | 24 #define TEST(name, format, expected) \ in do_test() macro 32 TEST (CHAR_BIT, "d", 8); in do_test() 33 TEST (SCHAR_MIN, "d", -128); in do_test() 34 TEST (SCHAR_MAX, "d", 127); in do_test() 35 TEST (UCHAR_MAX, "d", 255); in do_test() 43 TEST (UINT_MAX, "u", in do_test() 46 TEST (LONG_MIN, "ld", in do_test() 49 TEST (ULONG_MAX, "lu", in do_test() 54 TEST (ULLONG_MAX, "llu", in do_test() 60 TEST (PAGESIZE, "d", getpagesize ()); in do_test() [all …]
|
A D | tst-strtol-locale-main.c | 32 #define TEST(LOC, STR, EXP_VAL, FN, TYPE, FMT) \ macro 62 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale() 63 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale() 64 TEST (loc, s, i, ll, long long int, "%lld"); in test_one_locale() 65 TEST (loc, s, i, ull, unsigned long long int, "%llu"); in test_one_locale() 68 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale() 69 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale() 70 TEST (loc, s, i, ll, long long int, "%lld"); in test_one_locale() 71 TEST (loc, s, i, ull, unsigned long long int, "%llu"); in test_one_locale()
|
A D | tst-fmtmsg.c | 17 char TEST[] = "ABCD"; in do_test() local 18 if (addseverity (MM_TEST, TEST) != MM_OK) in do_test() 23 strcpy (TEST, "TEST"); in do_test()
|
A D | tst-fmtmsg.sh | 76 GLIBC:tst-fmtmsg: TEST: halt 89 TEST 95 GLIBC:tst-fmtmsg: TEST 113 TEST: halt 119 GLIBC:tst-fmtmsg: TEST: halt 178 TEST: halt 190 GLIBC:tst-fmtmsg: TEST: halt 209 TEST: GLIBC:tst-fmtmsg:6 250 TEST: halt 262 GLIBC:tst-fmtmsg: TEST: halt [all …]
|
A D | tst-strfrom.h | 58 #define TEST(s, fmt, size, rc, val) \ macro
|
A D | tst-strtod-round-skeleton.c | 140 #define TEST(s, \ macro
|