Home
last modified time | relevance | path

Searched refs:DIMENSION (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.h84 MATH, DIMENSION, enumerator
H A Dcmds.c502 xml_insert_element (DIMENSION, arg); in cm_dmn()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dmatmul.m452 DIMENSION A(M,COUNT), B(COUNT,N), C(M,N)
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dmatmul.m452 DIMENSION A(M,COUNT), B(COUNT,N), C(M,N)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsguniq-a.in2089 msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
2097 msgid "~: index ~ for ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
2149 msgid "~: dimension ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
3714 msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
H A Dmsguniq-a.inp1380 !~\:\ subscripts\ ~\ for\ ~\ are\ not\ of\ type\ `(INTEGER\ 0\ (,ARRAY-DIMENSION-LIMIT))=
1386 !~\:\ index\ ~\ for\ ~\ is\ not\ of\ type\ `(INTEGER\ 0\ (,ARRAY-DIMENSION-LIMIT))=
1425 !~\:\ dimension\ ~\ is\ not\ of\ type\ `(INTEGER\ 0\ (,ARRAY-DIMENSION-LIMIT))=
H A Dmsguniq-a.out1921 msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1929 msgid "~: index ~ for ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1981 msgid "~: dimension ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi738 REAL(8), DIMENSION(3) :: x = (/ 1.0, 2.0, 3.0 /)
1458 REAL(8), DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
1848 REAL, DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
5301 @item @var{VALUES}@tab The type shall be @code{REAL(4), DIMENSION(2)}.
5610 @item @var{VALUES}@tab The type shall be @code{REAL(4), DIMENSION(2)}.
6690 @item @var{VALUES} @tab The type shall be @code{INTEGER(4), DIMENSION(13)}.
8095 @item @var{VALUES} @tab The type shall be @code{INTEGER, DIMENSION(3)} and
8985 @item @var{VALUES} @tab The type shall be @code{INTEGER, DIMENSION(3)}
9968 @item @var{VALUES} @tab The type shall be @code{INTEGER(4), DIMENSION(13)}.
11335 REAL, POINTER, DIMENSION(:) :: VEC => NULL ()
[all …]
H A Dgfortran.info2536 * Assumed-rank ('DIMENSION(..)').
3419 'POINTER' attributes. Pointers may not have the 'DIMENSION', 'POINTER',
4764 the 'DIMENSION' is explicitly specified. As 'DIMENSION(*)' only
4767 assumed-rank dummy arguments ('TYPE(*), DIMENSION(..)') allow for
4771 * Assumed-rank arrays ('DIMENSION(..)') as dummy argument allow that
7655 REAL(8), DIMENSION(3) :: x = (/ 1.0, 2.0, 3.0 /)
8258 REAL(8), DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
8573 REAL, DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
11490 VALUES The type shall be 'REAL(4), DIMENSION(2)'.
11749 VALUES The type shall be 'REAL(4), DIMENSION(2)'.
[all …]
H A Dgfortran.texi1155 @item Assumed-rank (@code{DIMENSION(..)}).
2096 may not have the @code{DIMENSION}, @code{POINTER}, @code{TARGET},
3537 unless the @code{DIMENSION} is explicitly specified. As
3538 @code{DIMENSION(*)} only supports array (including array elements) but
3541 (@code{TYPE(*), DIMENSION(..)}) allow for both scalars and arrays, but
3544 @item Assumed-rank arrays (@code{DIMENSION(..)}) as dummy argument
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi734 REAL(8), DIMENSION(3) :: x = (/ 1.0, 2.0, 3.0 /)
1454 REAL(8), DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
1844 REAL, DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
5297 @item @var{VALUES}@tab The type shall be @code{REAL(4), DIMENSION(2)}.
5606 @item @var{VALUES}@tab The type shall be @code{REAL(4), DIMENSION(2)}.
6688 @item @var{VALUES} @tab The type shall be @code{INTEGER(4), DIMENSION(13)}.
8092 @item @var{VALUES} @tab The type shall be @code{INTEGER, DIMENSION(3)} and
8977 @item @var{VALUES} @tab The type shall be @code{INTEGER, DIMENSION(3)}
9922 @item @var{VALUES} @tab The type shall be @code{INTEGER(4), DIMENSION(13)}.
11289 REAL, POINTER, DIMENSION(:) :: VEC => NULL ()
[all …]
H A Dgfortran.info3145 'POINTER' attributes. Pointers may not have the 'DIMENSION', 'POINTER',
4467 adds assumed-type ('TYPE(*)') and assumed-rank ('DIMENSION(..)')
7336 REAL(8), DIMENSION(3) :: x = (/ 1.0, 2.0, 3.0 /)
7937 REAL(8), DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
8251 REAL, DIMENSION(3) :: x = (/ -1.0, 0.0, 1.0 /)
11160 VALUES The type shall be 'REAL(4), DIMENSION(2)'.
11421 VALUES The type shall be 'REAL(4), DIMENSION(2)'.
12340 VALUES The type shall be 'INTEGER(4), DIMENSION(13)'.
13483 VALUES The type shall be 'INTEGER, DIMENSION(3)' and
14215 VALUES The type shall be 'INTEGER, DIMENSION(3)' and
[all …]
H A DChangeLog-20131725 (TS 29113 Status): Add TYPE(*) and DIMENSION(..).
H A DChangeLog-20202153 DIMENSION attributes in declarations of a submodule function.
H A DChangeLog-20032128 (check_conflict): Make EXTERNAL and DIMENSION attributes conflict.
H A DChangeLog-20191775 * decl.c (attr_decl): Check for duplicate DIMENSION attribute for a
H A Dgfortran.texi1712 may not have the @code{DIMENSION}, @code{POINTER}, @code{TARGET},
3161 (@code{DIMENSION(..)}) variables and allows for interoperability of
H A DChangeLog-200716 * decl.c (attr_decl1): Reject specifying the DIMENSION for
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog3006 * makeinfo/xml.c: new element DIMENSION.
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/
H A DUnicodeData.txt5935 2331;DIMENSION ORIGIN;So;0;ON;;;;;N;;;;;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A DUnicodeData.txt6275 2331;DIMENSION ORIGIN;So;0;ON;;;;;N;;;;;
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in1229 … COMMON structure and the automatic generation of the necessary COMMON, DIMENSION, EQUIVALENCE, an…
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A DUnicodeDataNames.txt6539 2331;DIMENSION ORIGIN;So;0;ON;;;;;N;;;;;
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A DUnicodeData.txt8050 2331;DIMENSION ORIGIN;So;0;ON;;;;;N;;;;;
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A DUnicodeData.txt8035 2331;DIMENSION ORIGIN;So;0;ON;;;;;N;;;;;