Searched refs:STR (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | tst-strtol-locale-main.c | 26 #define STR(X) STR_(X) macro 27 #define FNPFXS STR (FNPFX) 32 #define TEST(LOC, STR, EXP_VAL, FN, TYPE, FMT) \ argument 36 TYPE val = FNX (FN) (STR, &ep, 36); \ 37 printf ("%s: " FNPFXS #FN " (" SFMT ") == " FMT "\n", LOC, STR, val); \ 39 printf ("PASS: %s: " FNPFXS #FN " (" SFMT ")\n", LOC, STR); \ 42 printf ("FAIL: %s: " FNPFXS #FN " (" SFMT ")\n", LOC, STR); \
|
A D | tst-strtod-nan-locale-main.c | 29 #define STR(X) STR_(X) macro 30 #define FNPFXS STR (FNPFX)
|
A D | tst-strtod-round-skeleton.c | 194 #define STR(x) STRX (x) macro 195 #define FNPFXS STR (FNPFX)
|
Completed in 7 milliseconds