Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Ddmisc.c130 /*debug*/ Bug("oversize b in quorem");
141 /*debug*/ Bug("oversized quotient in quorem");
Dmisc.c528 Bug("cmp called with a->x[a->wds-1] == 0");
530 Bug("cmp called with b->x[b->wds-1] == 0");
667 if (!y) Bug("zero y in b2d");
810 Bug("Zero passed to d2b");
Dgdtoaimp.h189 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro