Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dstrtorx.c59 ULtox(__UShort *L, __ULong *bits, Long exp, int k) in ULtox()
75 L[_4] = (__UShort)bits[0]; in ULtox()
76 L[_3] = (__UShort)(bits[0] >> 16); in ULtox()
77 L[_2] = (__UShort)bits[1]; in ULtox()
78 L[_1] = (__UShort)(bits[1] >> 16); in ULtox()
116 ULtox((__UShort*)L, bits, exp, k);
Dgdtoa.h101 typedef unsigned short __UShort; typedef
/picolibc-latest/newlib/
DChangeLog-2015143 * libc/stdlib/gdtoa.h (__UShort): Define.