| version 1.12, 2011/06/04 14:18:10 |
version 1.12.2.1, 2012/04/17 00:05:18 |
|
|
| |
|
| /* #define IEEE_{BIG,LITTLE}_ENDIAN in ${ARCHDIR}/gdtoa/arith.h */ |
/* #define IEEE_{BIG,LITTLE}_ENDIAN in ${ARCHDIR}/gdtoa/arith.h */ |
| |
|
| |
#include <assert.h> |
| #include <stdint.h> |
#include <stdint.h> |
| #define Short int16_t |
#define Short int16_t |
| #define UShort uint16_t |
#define UShort uint16_t |
| Line 617 extern void memcpy_D2A ANSI((void*, cons |
|
| Line 618 extern void memcpy_D2A ANSI((void*, cons |
|
| extern double ratio ANSI((Bigint*, Bigint*)); |
extern double ratio ANSI((Bigint*, Bigint*)); |
| extern void rshift ANSI((Bigint*, int)); |
extern void rshift ANSI((Bigint*, int)); |
| extern char *rv_alloc ANSI((size_t)); |
extern char *rv_alloc ANSI((size_t)); |
| extern Bigint *s2b ANSI((CONST char*, int, int, ULong, int)); |
extern Bigint *s2b ANSI((CONST char*, int, int, ULong, size_t)); |
| extern Bigint *set_ones ANSI((Bigint*, int)); |
extern Bigint *set_ones ANSI((Bigint*, int)); |
| extern char *strcp ANSI((char*, const char*)); |
extern char *strcp ANSI((char*, const char*)); |
| extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*)); |
extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*)); |