Lines Matching refs:bd
320 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; in strtodg() local
654 bd = Balloc(bd0->k); in strtodg()
655 if (bd == NULL) in strtodg()
657 Bcopy(bd, bd0); in strtodg()
714 bd = pow5mult(bd, bd5); in strtodg()
715 if (bd == NULL) in strtodg()
719 bd = lshift(bd, bd2); in strtodg()
720 if (bd == NULL) in strtodg()
730 delta = diff(bb, bd); in strtodg()
970 Bfree(bd); in strtodg()
983 Bfree(bd); in strtodg()