Home
last modified time | relevance | path

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

/picolibc-latest/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.c43 near(double got, double target, double close) in near() argument
45 if (got < target - close) in near()
47 if (got > target + close) in near()
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()
Drounding-mode.c159 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/
Dread.c55 ssize_t got = count - (ssize_t) ret; in read() local
56 return got; in read()
/picolibc-latest/
Dpicolibc.ld.in126 .got : {
127 *(.got.plt)
128 *(.got)
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld97 *(.got .got.*)
DTC-microbit.ld97 *(.got .got.*)
/picolibc-latest/doc/
Dlinking.md131 * `.got`, `.got.*`