Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmprec.c574 Bug ("cmp called with a->_x[a->_wds-1] == 0"); in cmp()
576 Bug ("cmp called with b->_x[b->_wds-1] == 0"); in cmp()
749 Bug ("zero y in b2d"); in b2d()
874 Bug ("Zero passed to d2b"); in d2b()
917 Bug ("Zero passed to d2b"); in d2b()
Ddtoa.c52 /*debug*/ Bug ("oversize b in quorem"); in quorem()
63 /*debug*/ Bug ("oversized quotient in quorem"); in quorem()
Dmprec.h51 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
/picolibc-latest/
DREADME.md836 3. Bug fix for converting denorms with sscanf and strto{d,f,ld}.