HomeSort by: relevance | last modified time | path
    Searched refs:UShort (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/gdtoa/
strtopx.c 63 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);
strtorx.c 58 ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k;
60 ULtox(UShort *L, ULong *bits, Long expt, int k)
77 L[_4] = (UShort)bits[0];
78 L[_3] = (UShort)(bits[0] >> 16);
79 L[_2] = (UShort)bits[1];
80 L[_1] = (UShort)(bits[1] >> 16);
123 ULtox((UShort*)L, bits, expt, k);
strtoIx.c 47 UShort *L = (UShort *)a, *M = (UShort *)b;
g_xfmt.c 66 UShort *L;
79 L = (UShort *)V;
gdtoa.h 52 #ifndef UShort
53 #define UShort uint16_t
gdtoaimp.h 185 #define UShort uint16_t
596 extern void ULtox ANSI((UShort*, ULong*, Long, int));
  /src/lib/libc/gdtoa/test/
xtest.c 86 union { long double d; UShort bits[5]; } u, v[2];

Completed in 13 milliseconds