HomeSort by: relevance | last modified time | path
    Searched defs:ULong (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoa.h 49 #ifndef ULong
50 #define ULong uint32_t
136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp,
141 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*,
gdtoaimp.h 187 #define ULong uint32_t
297 typedef union { double d; ULong L[2]; } __attribute__((__may_alias__)) U;
302 #define word0(x) ((ULong *)x)[1]
303 #define word1(x) ((ULong *)x)[0]
305 #define word0(x) ((ULong *)x)[0]
306 #define word1(x) ((ULong *)x)[1]
522 ULong x[1];
532 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
534 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
592 extern void ULtof ANSI((ULong*, ULong*, Long, int))
    [all...]

Completed in 14 milliseconds