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

  /src/external/mit/isl/dist/
basis_reduction_templ.c 59 struct isl_vec *b_tmp; local
106 b_tmp = isl_vec_alloc(ctx, dim);
107 if (!b_tmp)
192 isl_seq_combine(b_tmp->el,
195 GBR_lp_set_obj(lp, b_tmp->el, dim);
287 isl_vec_free(b_tmp);
  /src/external/lgpl3/mpfr/dist/src/
mul.c 914 mpfr_t b_tmp, c_tmp; local
934 MPFR_SET_SAME_SIGN (b_tmp, b);
935 MPFR_SET_EXP (b_tmp, MPFR_GET_EXP (b));
936 MPFR_PREC (b_tmp) = bn * GMP_NUMB_BITS;
937 MPFR_MANT (b_tmp) = bp;
947 return mpfr_mul (a, b_tmp, c_tmp, rnd_mode);
954 return mpfr_mul (a, b_tmp, b_tmp, rnd_mode);
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 1635 BIGNUM *b_tmp = BN_new(); local
1637 if (mont == NULL || a_tmp == NULL || b_tmp == NULL
1640 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx))
1642 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx))
1643 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp,
1652 BN_free(b_tmp);
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 1613 BIGNUM *b_tmp = BN_new(); local
1615 if (mont == NULL || a_tmp == NULL || b_tmp == NULL
1618 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx))
1620 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx))
1621 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp,
1630 BN_free(b_tmp);
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 1609 BIGNUM *b_tmp = BN_new(); local
1611 if (mont == NULL || a_tmp == NULL || b_tmp == NULL
1614 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx))
1616 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx))
1617 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp,
1626 BN_free(b_tmp);
  /src/external/gpl3/gcc/dist/gcc/fortran/
frontend-passes.cc 3163 bool a_tmp, b_tmp; local
3201 b_tmp = false;
3209 b_tmp = true;
3212 b_tmp = true;
3214 if (!a_tmp && !b_tmp)
3227 if (b_tmp)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
frontend-passes.cc 3148 bool a_tmp, b_tmp; local
3186 b_tmp = false;
3194 b_tmp = true;
3197 b_tmp = true;
3199 if (!a_tmp && !b_tmp)
3212 if (b_tmp)

Completed in 59 milliseconds