Home
last modified time | relevance | path

Searched refs:stride_a (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc391 compute_dot_product (gfc_expr *matrix_a, int stride_a, int offset_a, in compute_dot_product() argument
434 offset_a += stride_a; in compute_dot_product()
4748 int stride_a, offset_a, stride_b, offset_b; in gfc_simplify_matmul() local
4776 stride_a = 1; in gfc_simplify_matmul()
4787 stride_a = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul()
4798 stride_a = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul()
4816 gfc_expr *e = compute_dot_product (matrix_a, stride_a, offset_a, in gfc_simplify_matmul()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c359 compute_dot_product (gfc_expr *matrix_a, int stride_a, int offset_a, in compute_dot_product() argument
402 offset_a += stride_a; in compute_dot_product()
4640 int stride_a, offset_a, stride_b, offset_b; in gfc_simplify_matmul() local
4668 stride_a = 1; in gfc_simplify_matmul()
4679 stride_a = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul()
4690 stride_a = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul()
4708 gfc_expr *e = compute_dot_product (matrix_a, stride_a, offset_a, in gfc_simplify_matmul()