Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dldtoa.c23 #define NE 10 macro
26 #define NI (NE+3)
113 #if NE == 10
115 static const unsigned short ezero[NE] = { 0x0000, 0x0000, 0x0000, 0x0000,
120 static const unsigned short eone[NE] = { 0x0000, 0x0000, 0x0000, 0x0000,
127 static const unsigned short ezero[NE] = {
132 static const unsigned short eone[NE] = {
467 for (i = 0; i < NE; i++) in eclear()
483 for (i = 0; i < NE; i++) in emov()
503 x[NE - 1] ^= 0x8000; /* Toggle the sign bit */ in eneg()
[all …]