Home
last modified time | relevance | path

Searched refs:FSUF (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/stdlib/
Dtst-strtod-round-skeleton.c62 #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 …]
Dtst-strtod6.c8 #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"); \
Dtst-strfrom.h33 #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); \
Dbug-strtod.c25 #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); \
Dtst-strtod-nan-locale-main.c35 #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); \
Dtst-strtod-nan-sign-main.c30 #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); \
Dbug-strtod2.c15 #define TEST_STRTOD(FSUF, FTYPE, FTOSTR, LSUF, CSUF) \ argument
17 test_strto ## FSUF (void) \
23 FTYPE d = strto ## FSUF (tests[i], &endp); \