Home
last modified time | relevance | path

Searched refs:ezero (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c122 static const unsigned short ezero[NE] = { 0x0000, 0x0000, 0x0000, 0x0000, variable
134 static const unsigned short ezero[NE] = { variable
1602 if (((ecmp (a, ezero) == 0) && (ecmp (b, ezero) == 0)) in ediv()
1708 if ((eisinf (a) && (ecmp (b, ezero) == 0)) in emul()
1709 || (eisinf (b) && (ecmp (a, ezero) == 0))) in emul()
3192 while ((digit == 0) && (ecmp (y, ezero) != 0)) in etoasc()
3260 if (ecmp (t, ezero) != 0) in etoasc()
/picolibc-latest/newlib/
DChangeLog-20152815 (ezero): Constify.