Home
last modified time | relevance | path

Searched refs:got (Results 1 – 9 of 9) sorted by relevance

/picolibc-3.7.0-3.6.0/test/
Dtest-put.c43 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()
Drand.c42 near(double got, double target, double close) in near() argument
44 if (got < target - close) in near()
46 if (got > target + close) in near()
Drounding-mode.c146 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()
Dffs.c88 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/
Dread.c55 ssize_t got = count - (ssize_t) ret; in read() local
56 return got; in read()
/picolibc-3.7.0-3.6.0/
Dpicolibc.ld.in126 .got : {
127 *(.got.plt)
128 *(.got)
/picolibc-3.7.0-3.6.0/cmake/
DTC-microbit.ld97 *(.got .got.*)
DTC-arm-none-eabi.ld97 *(.got .got.*)
/picolibc-3.7.0-3.6.0/doc/
Dlinking.md131 * `.got`, `.got.*`