Home
last modified time | relevance | path

Searched refs:TEST (Results 1 – 9 of 9) sorted by relevance

/stdlib/
A Dtst-strtod-round-data.h375 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 Dtst-strfrom-locale.c23 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 Dtst-strfrom.c23 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 Dtst-limits.c24 #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 Dtst-strtol-locale-main.c32 #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 Dtst-fmtmsg.c17 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 Dtst-fmtmsg.sh76 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 Dtst-strfrom.h58 #define TEST(s, fmt, size, rc, val) \ macro
A Dtst-strtod-round-skeleton.c140 #define TEST(s, \ macro

Completed in 43 milliseconds