Searched defs:nan53 (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | ldtoa.c | 3798 static const unsigned short nan53[4] = { 0x7fff, 0xffff, 0xffff, 0xffff }; variable 3803 static const unsigned short nan53[4] = { 0x7ff8, 0, 0, 0 }; variable 3813 static const unsigned short nan53[4] = { 0x7ff7, 0xffff, 0xffff, 0xffff }; variable 3820 static const unsigned short nan53[4] = { 0, 0, 0, 0x7ff8 }; variable 3830 static const unsigned short nan53[4] = { 0xffff, 0xffff, 0xffff, 0x7ff7 }; variable
|