HomeSort by: relevance | last modified time | path
    Searched refs:Bigint (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoaimp.h 519 Bigint {
520 struct Bigint *next;
525 typedef struct Bigint Bigint;
590 extern Bigint *Balloc ANSI((int));
591 extern void Bfree ANSI((Bigint*));
598 extern ULong any_on ANSI((Bigint*, int));
599 extern double b2d ANSI((Bigint*, int*));
600 extern int cmp ANSI((Bigint*, Bigint*));
    [all...]
sum.c 36 Bigint *
38 sum(a, b) Bigint *a; Bigint *b;
40 sum(Bigint *a, Bigint *b)
43 Bigint *c;
gmisc.c 38 rshift(b, k) Bigint *b; int k;
40 rshift(Bigint *b, int k)
74 trailz(b) CONST Bigint *b;
76 trailz(CONST Bigint *b)
smisc.c 36 Bigint *
44 Bigint *b;
86 (a, b) Bigint *a, *b;
88 (Bigint *a, Bigint *b)
146 copybits(c, n, b) ULong *c; int n; Bigint *b;
148 copybits(ULong *c, int n, Bigint *b)
176 any_on(b, k) Bigint *b; int k;
178 any_on(Bigint *b, int k)
misc.c 36 static Bigint *freelist[Kmax+1];
45 Bigint *
54 Bigint *rv;
68 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
70 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
73 rv = (Bigint*)(void *)pmem_next;
77 rv = (Bigint*)MALLOC(len*sizeof(double));
94 (v) Bigint *v;
96 (Bigint *v
    [all...]
strtoIQ.c 45 Bigint *B[2];
strtoId.c 45 Bigint *B[2];
strtoIf.c 45 Bigint *B[2];
strtoIx.c 45 Bigint *B[2];
strtoIxL.c 45 Bigint *B[2];
dmisc.c 52 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
98 Bigint *b = (Bigint *)(void *)((int *)(void *)s - 1);
110 (b, S) Bigint *b, *S;
112 (Bigint *b, Bigint *S)
strtoIg.c 38 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; CONST FPI *fpi; Long *exp; Bigint **B; int *rvp;
40 strtoIg(CONST char *s00, char **se, CONST FPI *fpi, Long *exp, Bigint **B, int *rvp)
43 Bigint *b, *b1;
strtoIdd.c 49 Bigint *B[2];
strtodg.c 48 Bigint *
50 increment(b) Bigint *b;
52 increment(Bigint *b)
56 Bigint *b1;
97 decrement(b) Bigint *b;
99 decrement(Bigint *b)
129 all_on(b, n) CONST Bigint *b; int n;
131 all_on(CONST Bigint *b, int n)
146 Bigint *
148 set_ones(b, n) Bigint *b; int n
    [all...]
gethex.c 41 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign, locale_t loc)
43 Bigint *b;
g_ddfmt.c 47 Bigint *x, *y, *z;
gdtoa.c 36 static Bigint *
44 Bigint *b;
166 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S;
dtoa.c 129 Bigint *b, *b1, *delta, *mhi, *S;
130 Bigint *mlo = NULL; /* pacify gcc */
strtod.c 106 Bigint *bb = NULL, *bb1, *bd0;
107 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */

Completed in 40 milliseconds