Searched refs:got (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/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 | 42 near(double got, double target, double close) in near() argument 44 if (got < target - close) in near() 46 if (got > target + close) in near()
|
D | rounding-mode.c | 146 double want, got; in check() local 153 got = nearbyint(value); in check() 154 if (want != got) { in check() 155 printf("ERROR double %s: value %g want %g got %g\n", name, value, want, got); in check() 164 got = nearbyint(-value); in check() 165 if (want != got) { in check() 166 printf("ERROR double %s: -value %g want %g got %g\n", name, value, want, got); in check()
|
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()
|
/picolibc-3.7.0-3.6.0/semihost/ |
D | read.c | 55 ssize_t got = count - (ssize_t) ret; in read() local 56 return got; in read()
|
/picolibc-3.7.0-3.6.0/ |
D | picolibc.ld.in | 126 .got : { 127 *(.got.plt) 128 *(.got)
|
/picolibc-3.7.0-3.6.0/cmake/ |
D | TC-microbit.ld | 97 *(.got .got.*)
|
D | TC-arm-none-eabi.ld | 97 *(.got .got.*)
|
/picolibc-3.7.0-3.6.0/doc/ |
D | linking.md | 131 * `.got`, `.got.*`
|