HomeSort by: relevance | last modified time | path
    Searched defs:tmp2_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpq/
cmp_ui.c 41 mp_size_t tmp1_size, tmp2_size; local
72 Same for NUM2 x DEN1 with respect to TMP2_SIZE. */
93 tmp2_size = den1_size + (cy_limb != 0);
95 cc = tmp1_size - tmp2_size;
cmp.c 44 mp_size_t tmp1_size, tmp2_size; local
84 tmp2_size = num2_size + den1_size;
90 Same for NUM1 x DEN1 with respect to TMP2_SIZE. */
91 if (tmp1_size > tmp2_size + 1)
94 if (tmp2_size + op2_is_int > tmp1_size + 1)
109 bits2 = (mp_bitcnt_t) tmp2_size * GMP_NUMB_BITS - cnt1 - cnt2 + 2 * GMP_NAIL_BITS;
122 tmp2_ptr = TMP_ALLOC_LIMBS (tmp2_size);
128 TMP_ALLOC_LIMBS_2 (tmp1_ptr,tmp1_size, tmp2_ptr,tmp2_size);
141 tmp2_size -= 0 == mpn_mul (tmp2_ptr,
145 tmp2_size -= 0 == mpn_mul (tmp2_ptr
    [all...]

Completed in 26 milliseconds