Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 2 of 2) sorted by relevance

/math/
A Dtest-nan-payload.c26 #define WRAP_NAN(FUNC, STR) \ argument
27 ({ const char *volatile wns = (STR); FUNC (wns); })
28 #define WRAP_STRTO(FUNC, STR) \ argument
29 ({ const char *volatile wss = (STR); FUNC (wss, NULL); })
A Dlibm-test-driver.c35 #define STR(x) STRX (x) macro
36 #define STR_FLOAT STR (FLOAT)
37 #define STR_ARG_FLOAT STR (ARG_FLOAT)
38 #define STR_VEC_LEN STR (VEC_LEN)

Completed in 9 milliseconds