Home
last modified time | relevance | path

Searched refs:t_num (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dnumber.c1418 bc_num int_part, frac_part, base, cur_dig, t_num, max_o_digit; in bc_out_num() local
1503 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()