Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/test/
Dfenv.c147 report(char *expr, test_t v, int e, int exception, int oexception) in report() argument
151 printf("%-20.20s: ", expr); in report()
169 #define TEST_CASE2(expr, exception, oexception) do { \ argument
173 v = expr; \
175 result += report(s(expr), v, e, exception, oexception); \
178 #define TEST_CASE(expr, exception) do { \ argument
180 TEST_CASE2(expr, exception, exception | my_inexact); \
182 TEST_CASE2(expr, exception, 0); \
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dcdefs.h340 #define __generic(expr, t, yes, no) \ argument
341 _Generic(expr, t: yes, default: no)
343 #define __generic(expr, t, yes, no) \ argument
345 __builtin_types_compatible_p(__typeof((0, (expr))), t), yes, no)
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h301 #define pick_float_except(expr,val) (val) argument
305 #define pick_float_except(expr,val) (expr) argument
311 #define pick_double_except(expr,val) (val) argument
315 #define pick_double_except(expr,val) (expr) argument
321 #define pick_long_double_except(expr,val) (val) argument
325 #define pick_long_double_except(expr,val) (expr) argument
/picolibc-3.7.0-3.6.0/
Dmeson.build64 …cc_install_dir = run_command(['expr', _line, ':', 'install: *\(.*\)'], check : false).stdout().spl…