Searched refs:UShort (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/gdtoa/
H A Dstrtorx.c58 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k;
60 ULtox(UShort *L, ULong *bits, Long exp, int k)
76 L[_4] = (UShort)bits[0];
77 L[_3] = (UShort)(bits[0] >> 16);
78 L[_2] = (UShort)bits[1];
79 L[_1] = (UShort)(bits[1] >> 16);
84 L[_4] = (UShort)bits[0];
85 L[_3] = (UShort)(bits[0] >> 16);
86 L[_2] = (UShort)bits[1];
87 L[_1] = (UShort)((bit
[all...]
H A Dstrtopx.c65 UShort *L = (UShort*)V;
87 L[_4] = (UShort)bits[0];
88 L[_3] = (UShort)(bits[0] >> 16);
89 L[_2] = (UShort)bits[1];
90 L[_1] = (UShort)(bits[1] >> 16);
H A DstrtoIx.c45 UShort *L = (UShort *)a, *M = (UShort *)b;
H A Dg_xfmt.c64 UShort *L;
77 L = (UShort *)V;
H A Dgdtoa.h44 #ifndef UShort
45 typedef unsigned short UShort; typedef
H A Dgdtoaimp.h603 extern void ULtox ANSI((UShort*, ULong*, Long, int));
/barrelfish-master/include/
H A Dgdtoa.h44 #ifndef UShort
45 typedef unsigned short UShort; typedef

Completed in 44 milliseconds