Lines Matching refs:temp2
3250 BcNum temp, temp2, intn, frac; in bc_num_rng() local
3262 bc_num_init(&temp2, n->len); in bc_num_rng()
3298 bc_num_divmod(&frac, &vm.max, &temp, &temp2, 0); in bc_num_rng()
3305 state1 = (BcRand) bc_num_bigdig2(&temp2); in bc_num_rng()
3314 bc_num_divmod(&intn, &vm.max, &temp, &temp2, 0); in bc_num_rng()
3318 inc1 = (BcRand) bc_num_bigdig2(&temp2); in bc_num_rng()
3322 bc_num_copy(&temp2, &temp); in bc_num_rng()
3323 bc_num_mod(&temp2, &vm.max, &temp, 0); in bc_num_rng()
3338 bc_num_free(&temp2); in bc_num_rng()
3346 BcNum conv, temp1, temp2, temp3; in bc_num_createFromRNG() local
3359 bc_num_setup(&temp2, temp2_num, sizeof(temp2_num) / sizeof(BcDig)); in bc_num_createFromRNG()
3382 bc_num_add(&conv, &temp1, &temp2, 0); in bc_num_createFromRNG()
3385 bc_num_div(&temp2, &vm.max2, &temp3, BC_RAND_STATE_BITS); in bc_num_createFromRNG()
3398 bc_num_add(&conv, &temp1, &temp2, 0); in bc_num_createFromRNG()
3401 bc_num_add(&temp2, &temp3, n, 0); in bc_num_createFromRNG()