Searched refs:ptr_c (Results 1 – 1 of 1) sorted by relevance
1054 BcDig* ptr_c; in bc_num_as() local1132 ptr_c = c->num; in bc_num_as()1148 memcpy(ptr_c, ptr_l, BC_NUM_SIZE(diff)); in bc_num_as()1169 memcpy(ptr_c, ptr_r, BC_NUM_SIZE(diff)); in bc_num_as()1178 ptr_c += diff; in bc_num_as()1220 ptr_c[i] = bc_num_addDigits(0, 0, &carry); in bc_num_as()1249 BcDig* ptr_c; in bc_num_m_simp() local1260 ptr_c = c->num; in bc_num_m_simp()1262 memset(ptr_c, 0, BC_NUM_SIZE(c->cap)); in bc_num_m_simp()1298 ptr_c[i] = (BcDig) sum; in bc_num_m_simp()[all …]