Searched defs:b1 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddtoa.c126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
529 b1 = mult(mhi, b);
530 if (b1 == NULL)
533 b = b1;
H A Dgdtoa.c162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
552 b1 = mult(mhi, b);
553 if (b1 == NULL)
556 b = b1;
H A Dmisc.c180 Bigint *b1; local
208 b1 = Balloc(b->k+1);
209 if (b1 == NULL)
211 Bcopy(b1, b);
213 b = b1;
395 Bigint *b1, *p5, *p51; local
427 b1 = mult(b, p5);
428 if (b1 == NULL)
431 b = b1;
466 Bigint *b1; local
[all...]
H A Dstrtodg.c55 Bigint *b1; local
82 b1 = Balloc(b->k+1);
83 if (b1 == NULL)
85 Bcopy(b1,b);
87 b = b1;

Completed in 59 milliseconds