/glibc-2.36/stdlib/ |
D | tst-strtod-round-skeleton.c | 62 #define FTYPE_MEMBER(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 63 FTYPE FSUF; 66 #define BOOL_MEMBER(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 67 bool FSUF; 119 #define _ENTRY(FSUF, FTYPE, FTOSTR, LSUF, CSUF, ...) \ argument 120 CONCAT (CHOOSE_ ## FSUF (__VA_ARGS__), LSUF), 126 #define _XNTRY(FSUF, FTYPE, FTOSTR, LSUF, CSUF, ...) \ argument 127 CHOOSE_ ## FSUF (__VA_ARGS__), 205 #define GEN_ONE_TEST(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 208 FTYPE f = STRTO (FSUF) (s, NULL); \ [all …]
|
D | tst-strtod6.c | 8 #define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 10 test_strto ## FSUF (const char str[]) \ 15 FTYPE d = strto ## FSUF (str, &endp); \ 18 puts ("strto" #FSUF " did not return NAN"); \ 23 puts ("strto" #FSUF " returned a sNAN"); \ 28 puts ("strto" #FSUF " set incorrect end pointer"); \
|
D | tst-strfrom.h | 33 #define FTYPE_MEMBER(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 34 FTYPE FSUF; 38 #define ENTRY(FSUF, FTYPE, FTOSTR, LSUF, CSUF, ...) \ argument 74 #define TEST_STRFROM(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 76 test_ ## FSUF (void) \ 83 rc = FTOSTR (sbuf, stest[i].size, stest[i].fmt, stest[i].t.FSUF); \ 94 rc = FTOSTR (buf, tests[i].size, tests[i].fmt, tests[i].t.FSUF); \ 105 rc = FTOSTR (buf, 50, htest[i].fmt, htest[i].t.FSUF); \
|
D | bug-strtod.c | 25 #define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 27 test_strto ## FSUF (void) \ 41 f = strto ## FSUF (buf, NULL); \ 49 printf ("strto" #FSUF "(\"%s\") " \ 55 printf ( "strto" #FSUF "() fine for cnt == %d\n", cnt); \
|
D | tst-strtod-nan-locale-main.c | 35 #define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 37 test_strto ## FSUF (const char * loc, CHAR * s) \ 40 FTYPE val = FNX (FSUF) (s, &ep); \ 42 printf ("PASS: %s: " FNPFXS #FSUF " (" SFMT ")\n", loc, s); \ 45 printf ("FAIL: %s: " FNPFXS #FSUF " (" SFMT ")\n", loc, s); \
|
D | tst-strtod-nan-sign-main.c | 30 #define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 32 test_strto ## FSUF (void) \ 34 FTYPE val_pos = FNX (FSUF) (L_("nan"), NULL); \ 37 FTYPE val_neg = FNX (FSUF) (L_("-nan"), NULL); \
|
D | bug-strtod2.c | 15 #define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument 17 test_strto ## FSUF (void) \ 23 FTYPE d = strto ## FSUF (tests[i], &endp); \
|