Searched refs:BC_NUM_BIGDIG_LOG10 (Results 1 – 8 of 8) sorted by relevance
/external/bc/include/ |
D | vm.h | 408 BcDig max_num[BC_NUM_BIGDIG_LOG10]; 409 BcDig max2_num[BC_NUM_BIGDIG_LOG10];
|
D | program.h | 102 BcDig strmb_num[BC_NUM_BIGDIG_LOG10];
|
D | rand.h | 171 #define BC_RAND_NUM_SIZE (BC_NUM_BIGDIG_LOG10 * 2 + 2)
|
D | num.h | 126 #define BC_NUM_BIGDIG_LOG10 (BC_NUM_DEF_SIZE) macro
|
/external/bc/src/ |
D | num.c | 1575 bc_num_init(&temp, BC_NUM_BIGDIG_LOG10); in bc_num_parseBase() 1576 bc_num_init(&mult1, BC_NUM_BIGDIG_LOG10); in bc_num_parseBase() 1599 bc_num_init(&mult2, BC_NUM_BIGDIG_LOG10); in bc_num_parseBase() 1743 BcDig digs[BC_NUM_BIGDIG_LOG10]; in bc_num_printExponent() 1787 bc_num_setup(&exp, digs, BC_NUM_BIGDIG_LOG10); in bc_num_printExponent() 1869 BcDig digit_digs[BC_NUM_BIGDIG_LOG10 + 1]; in bc_num_printNum() 1983 bc_num_init(&flen1, BC_NUM_BIGDIG_LOG10); in bc_num_printNum() 1984 bc_num_init(&flen2, BC_NUM_BIGDIG_LOG10); in bc_num_printNum() 2129 bc_num_init(n, BC_NUM_BIGDIG_LOG10); in bc_num_createFromBigdig() 2259 bc_num_expand(n, BC_NUM_BIGDIG_LOG10); in bc_num_bigdig2num() [all …]
|
D | library.c | 954 BcDig exp_digs[BC_NUM_BIGDIG_LOG10]; in bcl_frandHelper() 955 BcDig ten_digs[BC_NUM_BIGDIG_LOG10]; in bcl_frandHelper() 957 bc_num_setup(&exp, exp_digs, BC_NUM_BIGDIG_LOG10); in bcl_frandHelper() 958 bc_num_setup(&ten, ten_digs, BC_NUM_BIGDIG_LOG10); in bcl_frandHelper()
|
D | vm.c | 974 bc_num_setup(&vm.max, vm.max_num, BC_NUM_BIGDIG_LOG10); 975 bc_num_setup(&vm.max2, vm.max2_num, BC_NUM_BIGDIG_LOG10);
|
D | program.c | 1755 bc_num_setup(&p->strmb, p->strmb_num, BC_NUM_BIGDIG_LOG10); in bc_program_init()
|