Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc392 gfc_expr *matrix_b, int stride_b, int offset_b, in compute_dot_product() argument
437 offset_b += stride_b; in compute_dot_product()
4748 int stride_a, offset_a, stride_b, offset_b; in gfc_simplify_matmul() local
4777 stride_b = mpz_get_si (matrix_b->shape[0]); in gfc_simplify_matmul()
4788 stride_b = 1; in gfc_simplify_matmul()
4799 stride_b = mpz_get_si (matrix_b->shape[0]); in gfc_simplify_matmul()
4824 offset_b += stride_b; in gfc_simplify_matmul()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c360 gfc_expr *matrix_b, int stride_b, int offset_b, in compute_dot_product() argument
405 offset_b += stride_b; in compute_dot_product()
4640 int stride_a, offset_a, stride_b, offset_b; in gfc_simplify_matmul() local
4669 stride_b = mpz_get_si (matrix_b->shape[0]); in gfc_simplify_matmul()
4680 stride_b = 1; in gfc_simplify_matmul()
4691 stride_b = mpz_get_si (matrix_b->shape[0]); in gfc_simplify_matmul()
4716 offset_b += stride_b; in gfc_simplify_matmul()