Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:ULong

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));
593 extern void ULtod ANSI((ULong*, ULong*, Long, int));
594 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
595 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
596 extern void ULtox ANSI((UShort*, ULong*, Long, int));
597 extern void ULtoxL ANSI((ULong*, ULong*, Long, int));
598 extern ULong any_on ANSI((Bigint*, int));
601 extern void copybits ANSI((ULong*, int, Bigint*));
607 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t));
610 extern int hexnan ANSI((CONST char**, CONST FPI*, ULong*));
611 extern int hi0bits_D2A ANSI((ULong));
614 extern int lo0bits ANSI((ULong*));
625 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, size_t));