Home
last modified time | relevance | path

Searched defs:check (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/test/
Dtest-fgetc.c43 #define check(condition, message) do { \ macro
Dtest-fopen.c43 #define check(condition, message) do { \ macro
Dtest-put.c43 check(char *label, bool ok, int expect, int got) in check() function
Dtest-strchr.c42 #define check(func, needle, expect) do { \ macro
Dtest-mktemp.c40 #define check(condition, message) do { \ macro
Dffs.c88 check(long long int x, int got, int expect, char *which) in check() function
Dtest-long-long.c123 check(long long x) in check() function
Dtest-funopen.c110 #define check(condition, message) do { \ macro
Dtest-memset.c86 check(char *label, void *buf, size_t size, size_t start, size_t end, int c) in check() function
Dtest-fread-fwrite.c45 #define check(condition, message) do { \ macro
Drounding-mode.c151 check(int mode, char *name, double value) in check() function
Dmath_errhandling.c344 volatile long double check = nextafterl(zero, one); in main() local
Dlong_double.c478 volatile long double check = nextafterl(zero, one); in main() local
/picolibc-latest/newlib/libm/test/
Dstring.c38 #define check(thing) checkit(thing, __LINE__) macro
Dconvert.c636 volatile long double check = nextafterl(zero, one); in test_cvt() local