Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.cc4689 int shape_size; in gfc_check_reshape() local
4708 shape_size = mpz_get_ui (size); in gfc_check_reshape()
4711 if (shape_size <= 0) in gfc_check_reshape()
4718 else if (shape_size > GFC_MAX_DIMENSIONS) in gfc_check_reshape()
4732 for (i = 0; i < shape_size; ++i) in gfc_check_reshape()
4779 if (order_size != shape_size) in gfc_check_reshape()
4785 order_size, shape_size); in gfc_check_reshape()
H A Dsimplify.cc6861 int order_size, shape_size; in gfc_simplify_reshape() local
6871 shape_size = mpz_get_ui (size); in gfc_simplify_reshape()
6876 if (order_size != shape_size) in gfc_simplify_reshape()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c4670 int shape_size; in gfc_check_reshape() local
4689 shape_size = mpz_get_ui (size); in gfc_check_reshape()
4692 if (shape_size <= 0) in gfc_check_reshape()
4699 else if (shape_size > GFC_MAX_DIMENSIONS) in gfc_check_reshape()
4713 for (i = 0; i < shape_size; ++i) in gfc_check_reshape()
4760 if (order_size != shape_size) in gfc_check_reshape()
4766 order_size, shape_size); in gfc_check_reshape()
H A Dsimplify.c6729 int order_size, shape_size; in gfc_simplify_reshape() local
6739 shape_size = mpz_get_ui (size); in gfc_simplify_reshape()
6744 if (order_size != shape_size) in gfc_simplify_reshape()