Home | History | Annotate | Download | only in gdtoa

Lines Matching refs:ANSI

224 extern Char *MALLOC ANSI((size_t));
531 extern void memcpy_D2A ANSI((void*, const void*, size_t));
590 extern Bigint *Balloc ANSI((int));
591 extern void Bfree ANSI((Bigint*));
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));
599 extern double b2d ANSI((Bigint*, int*));
600 extern int cmp ANSI((Bigint*, Bigint*));
601 extern void copybits ANSI((ULong*, int, Bigint*));
602 extern Bigint *d2b ANSI((double, int*, int*));
603 extern void decrement ANSI((Bigint*));
604 extern Bigint *diff ANSI((Bigint*, Bigint*));
605 extern char *dtoa ANSI((double d, int mode, int ndigits,
607 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t));
608 extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
610 extern int hexnan ANSI((CONST char**, CONST FPI*, ULong*));
611 extern int hi0bits_D2A ANSI((ULong));
612 extern Bigint *i2b ANSI((int));
613 extern Bigint *increment ANSI((Bigint*));
614 extern int lo0bits ANSI((ULong*));
615 extern Bigint *lshift ANSI((Bigint*, int));
616 extern int match ANSI((CONST char**, CONST char*));
617 extern Bigint *mult ANSI((Bigint*, Bigint*));
618 extern Bigint *multadd ANSI((Bigint*, int, int));
619 extern char *nrv_alloc ANSI((CONST char*, char **, size_t));
620 extern Bigint *pow5mult ANSI((Bigint*, int));
621 extern int quorem ANSI((Bigint*, Bigint*));
622 extern double ratio ANSI((Bigint*, Bigint*));
623 extern void rshift ANSI((Bigint*, int));
624 extern char *rv_alloc ANSI((size_t));
625 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, size_t));
626 extern Bigint *set_ones ANSI((Bigint*, int));
627 extern char *strcp ANSI((char*, const char*));
628 extern int strtoIg ANSI((CONST char*, char**, CONST FPI*, Long*, Bigint**, int*));
629 extern double strtod ANSI((const char *s00, char **se));
630 extern Bigint *sum ANSI((Bigint*, Bigint*));
631 extern int trailz ANSI((CONST Bigint*));
632 extern double ulp ANSI((U*));