Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c3798 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
3857 p = nan53; in enan()
/picolibc-latest/newlib/
DChangeLog-20151869 * libc/stdlib/ldtoa.c (nan113, nan64, nan53, nan24): Add MIPS
2822 (nan53): Constify.