Searched refs:got (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/test/ |
D | test-put.c | 43 check(char *label, bool ok, int expect, int got) in check() argument 46 fprintf(stderr, "%s: expect %d got %d\n", label, expect, got); in check() 53 check_s(char *label, bool ok, size_t expect, size_t got) in check_s() argument 56 fprintf(stderr, "%s: expect %zd got %zd\n", label, expect, got); in check_s()
|
D | rand.c | 43 near(double got, double target, double close) in near() argument 45 if (got < target - close) in near() 47 if (got > target + close) in near()
|
D | ffs.c | 88 check(long long int x, int got, int expect, char *which) in check() argument 92 if (got != expect) { in check() 93 printf("failed %s(%08lx%08lx): got %d expect %d\n", which, high, low, got, expect); in check()
|
D | rounding-mode.c | 159 double want, got; in check() local 177 got = nearbyint(value); in check() 178 if (want != got) { in check() 179 printf("ERROR double %s: value %g want %g got %g\n", name, value, want, got); in check() 188 got = nearbyint(-value); in check() 189 if (want != got) { in check() 190 printf("ERROR double %s: -value %g want %g got %g\n", name, value, want, got); in check()
|
/picolibc-latest/semihost/ |
D | read.c | 55 ssize_t got = count - (ssize_t) ret; in read() local 56 return got; in read()
|
/picolibc-latest/ |
D | picolibc.ld.in | 126 .got : { 127 *(.got.plt) 128 *(.got)
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 97 *(.got .got.*)
|
D | TC-microbit.ld | 97 *(.got .got.*)
|
/picolibc-latest/doc/ |
D | linking.md | 131 * `.got`, `.got.*`
|