Lines Matching refs:ULong
291 typedef union { double d; ULong L[2]; } U;
491 ULong x[1];
501 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
503 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
596 extern void ULtof ANSI((ULong*, ULong*, Long, int));
597 extern void ULtod ANSI((ULong*, ULong*, Long, int));
598 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
599 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
600 extern void ULtox ANSI((UShort*, ULong*, Long, int));
601 extern void ULtoxL ANSI((ULong*, ULong*, Long, int));
602 extern ULong any_on ANSI((Bigint*, int));
605 extern void copybits ANSI((ULong*, int, Bigint*));
612 extern char *gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
614 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t));
617 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
618 extern int hi0bits ANSI((ULong));
621 extern int lo0bits ANSI((ULong*));
632 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, int));
635 extern int strtodg_l ANSI((CONST char*, char**, FPI*, Long*, ULong*, locale_t));