Home
last modified time | relevance | path

Searched refs:Bug (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Ddmisc.c131 /*debug*/ Bug("oversize b in quorem");
142 /*debug*/ Bug("oversized quotient in quorem");
Dmisc.c532 Bug("cmp called with a->x[a->wds-1] == 0");
534 Bug("cmp called with b->x[b->wds-1] == 0");
671 if (!y) Bug("zero y in b2d");
814 Bug("Zero passed to d2b");
Dgdtoaimp.h189 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
/bionic/docs/
Dstatus.md74 * Bug fixes to handling of UTF-8 U+fffe/U+ffff and code points above U+10ffff.