Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dgdtoa-dmisc.c135 /*debug*/ Bug("oversize b in quorem");
146 /*debug*/ Bug("oversized quotient in quorem");
Dmprec.c565 Bug ("cmp called with a->_x[a->_wds-1] == 0"); in cmp()
567 Bug ("cmp called with b->_x[b->_wds-1] == 0"); in cmp()
740 Bug ("zero y in b2d"); in b2d()
865 Bug ("Zero passed to d2b"); in d2b()
908 Bug ("Zero passed to d2b"); in d2b()
Ddtoa.c53 /*debug*/ Bug ("oversize b in quorem"); in quorem()
64 /*debug*/ Bug ("oversized quotient in quorem"); in quorem()
Dmprec.h52 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
/picolibc-3.5.0-3.4.0/
DREADME.md527 3. Bug fix for converting denorms with sscanf and strto{d,f,ld}.