Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dnum.c1380 bc_num_setup(&l1, dig_ptr, max); in bc_num_k()
1382 bc_num_setup(&h1, dig_ptr, max); in bc_num_k()
1384 bc_num_setup(&l2, dig_ptr, max); in bc_num_k()
1386 bc_num_setup(&h2, dig_ptr, max); in bc_num_k()
1388 bc_num_setup(&m1, dig_ptr, max); in bc_num_k()
1390 bc_num_setup(&m2, dig_ptr, max); in bc_num_k()
2961 bc_num_setup(&exp, digs, BC_NUM_BIGDIG_LOG10); in bc_num_printExponent()
3288 bc_num_setup(&digit, digit_digs, sizeof(digit_digs) / sizeof(BcDig)); in bc_num_printNum()
3407 bc_num_setup(BcNum* restrict n, BcDig* restrict num, size_t cap) in bc_num_setup() function
3436 bc_num_setup(n, num, req); in bc_num_init()
[all …]
H A Dvm.c1760 bc_num_setup(&vm->zero, vm->zero_num, BC_VM_ONE_CAP);
1764 bc_num_setup(&vm->one, vm->one_num, BC_VM_ONE_CAP);
1774 bc_num_setup(&vm->max, vm->max_num, BC_NUM_BIGDIG_LOG10);
1775 bc_num_setup(&vm->max2, vm->max2_num, BC_NUM_BIGDIG_LOG10);
H A Dlibrary.c1493 bc_num_setup(&exp, exp_digs, BC_NUM_BIGDIG_LOG10); in bcl_frandHelper()
1494 bc_num_setup(&ten, ten_digs, BC_NUM_BIGDIG_LOG10); in bcl_frandHelper()
H A Dprogram.c2921 bc_num_setup(&p->strmb, p->strmb_num, BC_NUM_BIGDIG_LOG10); in bc_program_init()
/freebsd/contrib/bc/include/
H A Dnum.h437 bc_num_setup(BcNum* restrict n, BcDig* restrict num, size_t cap);