Lines Matching refs:bb
99 Bigint *bb = NULL, *bb1, *bd0; in strtod() local
152 switch((i = gethex(&s, &fpi, &expt, &bb, sign)) & STRTOG_Retmask) { in strtod()
160 if (bb) { in strtod()
161 copybits(bits, fpi.nbits, bb); in strtod()
162 Bfree(bb); in strtod()
551 bb = d2b(dval(rv), &bbe, &bbbits); /* rv = bb * 2^bbe */ in strtod()
552 if (bb == NULL) in strtod()
615 bb1 = mult(bs, bb); in strtod()
618 Bfree(bb); in strtod()
619 bb = bb1; in strtod()
622 bb = lshift(bb, bb2); in strtod()
623 if (bb == NULL) in strtod()
641 delta = diff(bb, bd); in strtod()
989 Bfree(bb); in strtod()
1025 Bfree(bb); in strtod()