Home
last modified time | relevance | path

Searched refs:a_tmp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbntest.c1612 BIGNUM *a_tmp = BN_new(); in file_modmul() local
1615 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1617 || !TEST_true(BN_nnmod(a_tmp, a, m, ctx)) in file_modmul()
1619 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()
1621 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1629 BN_free(a_tmp); in file_modmul()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c1608 BIGNUM *a_tmp = BN_new(); in file_modmul() local
1611 if (mont == NULL || a_tmp == NULL || b_tmp == NULL in file_modmul()
1613 || !TEST_true(BN_nnmod(a_tmp, a, m, ctx)) in file_modmul()
1615 || !TEST_true(BN_to_montgomery(a_tmp, a_tmp, mont, ctx)) in file_modmul()
1617 || !TEST_true(BN_mod_mul_montgomery(ret, a_tmp, b_tmp, in file_modmul()
1625 BN_free(a_tmp); in file_modmul()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc3148 bool a_tmp, b_tmp; in matmul_temp_args() local
3173 a_tmp = false; in matmul_temp_args()
3181 a_tmp = true; in matmul_temp_args()
3184 a_tmp = true; in matmul_temp_args()
3199 if (!a_tmp && !b_tmp) in matmul_temp_args()
3205 if (a_tmp) in matmul_temp_args()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c2882 bool a_tmp, b_tmp; in matmul_temp_args() local
2907 a_tmp = false; in matmul_temp_args()
2915 a_tmp = true; in matmul_temp_args()
2918 a_tmp = true; in matmul_temp_args()
2933 if (!a_tmp && !b_tmp) in matmul_temp_args()
2939 if (a_tmp) in matmul_temp_args()