Lines Matching refs:temp
1458 BcNum l1, h1, l2, h2, m2, m1, z0, z1, z2, temp;
1515 bc_num_init(&temp, max + max);
1532 s = bc_num_sub(&z1, &z0, &temp, 0);
1534 s = bc_num_sub(&temp, &z2, &z1, 0);
1541 s = bc_num_add(&z0, &z1, &temp, 0);
1543 s = bc_num_add(&temp, &z2, c, 0);
1546 bc_num_free(&temp);
1666 BcNum temp;
1676 bc_num_init(&temp, d->cap);
1681 s = bc_num_m(c, b, &temp, scale);
1683 s = bc_num_sub(a, &temp, d, scale);
1693 bc_num_free(&temp);
1840 BcNum temp, mult, result;
1849 bc_num_init(&temp, BC_NUM_LONG_LOG10);
1858 bc_num_ulong2num(&temp, v);
1859 s = bc_num_add(&mult, &temp, n, 0);
1874 bc_num_ulong2num(&temp, v);
1875 s = bc_num_add(&result, &temp, &result, 0);
1896 bc_num_free(&temp);
2204 BcNum num1, num2, half, f, fprime, *x0, *x1, *temp;
2280 temp = x0;
2282 x1 = temp;
4492 size_t temp = ((size_t) ((int) (uchar) code[*bgn]) & UCHAR_MAX);
4493 res |= (temp << (i * CHAR_BIT));
5087 unsigned long temp;
5091 s = bc_num_ulong(num, &temp);
5094 if (temp > BC_MAX_DIM) {
5099 r.d.id.len = temp;