Lines Matching defs:temp2
3704 BcNum temp, temp2, intn, frac;
3719 bc_num_init(&temp2, n->len);
3757 bc_num_divmod(&frac, &vm->max, &temp, &temp2, 0);
3764 state1 = (BcRand) bc_num_bigdig2(&temp2);
3773 bc_num_divmod(&intn, &vm->max, &temp, &temp2, 0);
3775 // Because temp2 is the mod of vm->max, from above, it is guaranteed
3777 inc1 = (BcRand) bc_num_bigdig2(&temp2);
3782 bc_num_copy(&temp2, &temp);
3783 bc_num_mod(&temp2, &vm->max, &temp, 0);
3798 bc_num_free(&temp2);
3807 BcNum conv, temp1, temp2, temp3;
3823 bc_num_setup(&temp2, temp2_num, sizeof(temp2_num) / sizeof(BcDig));
3846 bc_num_add(&conv, &temp1, &temp2, 0);
3849 bc_num_div(&temp2, &vm->max2, &temp3, BC_RAND_STATE_BITS);
3862 bc_num_add(&conv, &temp1, &temp2, 0);
3865 bc_num_add(&temp2, &temp3, n, 0);