Searched refs:ezero (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | ldtoa.c | 122 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/ |
D | ChangeLog-2015 | 2815 (ezero): Constify.
|