Searched refs:__UShort (Results 1 – 3 of 3) sorted by relevance
59 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);
101 typedef unsigned short __UShort; typedef
143 * libc/stdlib/gdtoa.h (__UShort): Define.