Searched refs:Bug (Results 1 – 3 of 3) sorted by relevance
130 /*debug*/ Bug("oversize b in quorem");141 /*debug*/ Bug("oversized quotient in quorem");
528 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");
189 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro