Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c30 #define NE 10 macro
33 #define NI (NE+3)
120 #if NE == 10
122 static const unsigned short ezero[NE] = { 0x0000, 0x0000, 0x0000, 0x0000,
127 static const unsigned short eone[NE] = { 0x0000, 0x0000, 0x0000, 0x0000,
134 static const unsigned short ezero[NE] = {
139 static const unsigned short eone[NE] = {
474 for (i = 0; i < NE; i++) in eclear()
490 for (i = 0; i < NE; i++) in emov()
510 x[NE - 1] ^= 0x8000; /* Toggle the sign bit */ in eneg()
[all …]