Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c127 static const unsigned short eone[NE] = { 0x0000, 0x0000, 0x0000, 0x0000, variable
139 static const unsigned short eone[NE] = { variable
3038 emov (eone, t); in etoasc()
3075 i = ecmp (eone, y); in etoasc()
3108 emov (eone, t); in etoasc()
3156 if (eone[NE - 1] <= u[1]) in etoasc()
3167 emov (eone, t); in etoasc()
3168 while (ecmp (eone, w) > 0) in etoasc()
3182 ediv (t, eone, t, ldp); in etoasc()
3601 emov (eone, xt);
[all …]
/picolibc-latest/newlib/
DChangeLog-20152816 (eone): Constify.