/netbsd-src/external/mit/isl/dist/ |
H A D | basis_reduction_templ.c | 59 struct isl_vec *b_tmp; in isl_tab_compute_reduced_basis() local 106 b_tmp = isl_vec_alloc(ctx, dim); in isl_tab_compute_reduced_basis() 107 if (!b_tmp) in isl_tab_compute_reduced_basis() 192 isl_seq_combine(b_tmp->el, in isl_tab_compute_reduced_basis() 195 GBR_lp_set_obj(lp, b_tmp->el, dim); in isl_tab_compute_reduced_basis() 287 isl_vec_free(b_tmp); in isl_tab_compute_reduced_basis()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | mul.c | 914 mpfr_t b_tmp, c_tmp; in mpfr_mul() local 934 MPFR_SET_SAME_SIGN (b_tmp, b); in mpfr_mul() 935 MPFR_SET_EXP (b_tmp, MPFR_GET_EXP (b)); in mpfr_mul() 936 MPFR_PREC (b_tmp) = bn * GMP_NUMB_BITS; in mpfr_mul() 937 MPFR_MANT (b_tmp) = bp; in mpfr_mul() 947 return mpfr_mul (a, b_tmp, c_tmp, rnd_mode); in mpfr_mul() 954 return mpfr_mul (a, b_tmp, b_tmp, rnd_mode); in mpfr_mul()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | bntest.c | 1613 BIGNUM *b_tmp = BN_new(); in file_modmul() local 1615 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul() 1618 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx)) in file_modmul() 1620 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul() 1621 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul() 1630 BN_free(b_tmp); in file_modmul()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | bntest.c | 1609 BIGNUM *b_tmp = BN_new(); in file_modmul() local 1611 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul() 1614 || !TEST_true(BN_nnmod(b_tmp, b, m, ctx)) in file_modmul() 1616 || !TEST_true(BN_to_montgomery(b_tmp, b_tmp, mont, ctx)) in file_modmul() 1617 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul() 1626 BN_free(b_tmp); in file_modmul()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | frontend-passes.cc | 3148 bool a_tmp, b_tmp; in matmul_temp_args() local 3186 b_tmp = false; in matmul_temp_args() 3194 b_tmp = true; in matmul_temp_args() 3197 b_tmp = true; in matmul_temp_args() 3199 if (!a_tmp && !b_tmp) in matmul_temp_args() 3212 if (b_tmp) in matmul_temp_args()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | frontend-passes.c | 2882 bool a_tmp, b_tmp; in matmul_temp_args() local 2920 b_tmp = false; in matmul_temp_args() 2928 b_tmp = true; in matmul_temp_args() 2931 b_tmp = true; in matmul_temp_args() 2933 if (!a_tmp && !b_tmp) in matmul_temp_args() 2946 if (b_tmp) in matmul_temp_args()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2010 | 188 `**bp_location' helper variables, b_tmp for `*breakpoint' helper
|
H A D | ChangeLog-2009 | 1450 (remove_breakpoints_pid): New variable b_tmp. Update the
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2010 | 188 `**bp_location' helper variables, b_tmp for `*breakpoint' helper
|
H A D | ChangeLog-2009 | 1450 (remove_breakpoints_pid): New variable b_tmp. Update the
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 50295 if (b_tmp == b->related_breakpoint) 50296 b_tmp = b->related_breakpoint->next;
|