Searched defs:check (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/test/ |
D | test-fgetc.c | 43 #define check(condition, message) do { \ macro
|
D | test-fopen.c | 43 #define check(condition, message) do { \ macro
|
D | test-put.c | 43 check(char *label, bool ok, int expect, int got) in check() function
|
D | test-strchr.c | 42 #define check(func, needle, expect) do { \ macro
|
D | test-mktemp.c | 40 #define check(condition, message) do { \ macro
|
D | ffs.c | 88 check(long long int x, int got, int expect, char *which) in check() function
|
D | test-long-long.c | 123 check(long long x) in check() function
|
D | test-funopen.c | 110 #define check(condition, message) do { \ macro
|
D | test-memset.c | 86 check(char *label, void *buf, size_t size, size_t start, size_t end, int c) in check() function
|
D | test-fread-fwrite.c | 45 #define check(condition, message) do { \ macro
|
D | rounding-mode.c | 151 check(int mode, char *name, double value) in check() function
|
D | math_errhandling.c | 344 volatile long double check = nextafterl(zero, one); in main() local
|
D | long_double.c | 478 volatile long double check = nextafterl(zero, one); in main() local
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 38 #define check(thing) checkit(thing, __LINE__) macro
|
D | convert.c | 636 volatile long double check = nextafterl(zero, one); in test_cvt() local
|