Searched refs:vector_b (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c2622 gfc_check_dot_product (gfc_expr *vector_a, gfc_expr *vector_b) argument
2627 if (!type_check (vector_b, 1, BT_LOGICAL))
2634 if (!numeric_check (vector_b, 1))
2648 if (!rank_check (vector_b, 1, 1))
2651 if (! identical_dimen_shape (vector_a, 0, vector_b, 0))
H A Dsimplify.c2348 gfc_simplify_dot_product (gfc_expr *vector_a, gfc_expr *vector_b) argument
2361 || !is_constant_array_expr (vector_b))
2364 return compute_dot_product (vector_a, 1, 0, vector_b, 1, 0, true);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.cc2626 gfc_check_dot_product (gfc_expr *vector_a, gfc_expr *vector_b) argument
2631 if (!type_check (vector_b, 1, BT_LOGICAL))
2638 if (!numeric_check (vector_b, 1))
2652 if (!rank_check (vector_b, 1, 1))
2655 if (! identical_dimen_shape (vector_a, 0, vector_b, 0))
H A Dsimplify.cc2381 gfc_simplify_dot_product (gfc_expr *vector_a, gfc_expr *vector_b) argument
2394 || !is_constant_array_expr (vector_b))
2397 return compute_dot_product (vector_a, 1, 0, vector_b, 1, 0, true);

Completed in 229 milliseconds