Searched refs:t_num (Results 1 – 1 of 1) sorted by relevance
1418 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local1503 t_num = bc_copy_num (_one_); in bc_out_num()1504 while (t_num->n_len <= num->n_scale) { in bc_out_num()1515 bc_multiply (t_num, base, &t_num, 0); in bc_out_num()1517 bc_free_num (&t_num); in bc_out_num()