Lines Matching refs:temp2
3704 BcNum temp, temp2, intn, frac; in bc_num_rng() local
3719 bc_num_init(&temp2, n->len); in bc_num_rng()
3757 bc_num_divmod(&frac, &vm->max, &temp, &temp2, 0); in bc_num_rng()
3764 state1 = (BcRand) bc_num_bigdig2(&temp2); in bc_num_rng()
3773 bc_num_divmod(&intn, &vm->max, &temp, &temp2, 0); in bc_num_rng()
3777 inc1 = (BcRand) bc_num_bigdig2(&temp2); in bc_num_rng()
3782 bc_num_copy(&temp2, &temp); in bc_num_rng()
3783 bc_num_mod(&temp2, &vm->max, &temp, 0); in bc_num_rng()
3798 bc_num_free(&temp2); in bc_num_rng()
3807 BcNum conv, temp1, temp2, temp3; in bc_num_createFromRNG() local
3823 bc_num_setup(&temp2, temp2_num, sizeof(temp2_num) / sizeof(BcDig)); in bc_num_createFromRNG()
3846 bc_num_add(&conv, &temp1, &temp2, 0); in bc_num_createFromRNG()
3849 bc_num_div(&temp2, &vm->max2, &temp3, BC_RAND_STATE_BITS); in bc_num_createFromRNG()
3862 bc_num_add(&conv, &temp1, &temp2, 0); in bc_num_createFromRNG()
3865 bc_num_add(&temp2, &temp3, n, 0); in bc_num_createFromRNG()