Lines Matching refs:bd
100 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */ in strtod() local
547 bd = Balloc(bd0->k); in strtod()
548 if (bd == NULL) in strtod()
550 Bcopy(bd, bd0); in strtod()
627 bd = pow5mult(bd, bd5); in strtod()
628 if (bd == NULL) in strtod()
632 bd = lshift(bd, bd2); in strtod()
633 if (bd == NULL) in strtod()
641 delta = diff(bb, bd); in strtod()
990 Bfree(bd); in strtod()
1026 Bfree(bd); in strtod()