reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
385 CHECK(z != NULL); 390 return mp_int_init(z); 394 if ((MP_DIGITS(z) = s_alloc(prec)) == NULL) 397 z->digits[0] = 0; 398 MP_USED(z) = 1; 399 MP_ALLOC(z) = prec; 400 MP_SIGN(z) = MP_ZPOS;