Home
last modified time | relevance | path

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

12

/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD112 DIM memory_image% memory_image_size% : REM claim the space
130 DIM relocinstr% relocsize%
135 REM maybe a bug in BASIC but if I DIM this variable in a procedure it
138 DIM memoryblock% (totalpages%*12+4)
182 DIM buf 8
194 DIM magic% 3
213 DIM hdr% 52
233 DIM phdrs% phnum% * phentsize% - 1 : REM array with headers ?
271 DIM shdrs% shnum% * shentsize% - 1
384 DIM hdr% 32
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi129 * @code{DIM}: DIM, Positive difference
1014 @section @code{ALL} --- All values in @var{MASK} along @var{DIM} are true
1021 @code{ALL(MASK [, DIM])} determines if all the values are true in @var{MASK}
1022 in the array along dimension @var{DIM}.
1031 @code{RESULT = ALL(MASK [, DIM])}
1037 @item @var{DIM} @tab (Optional) @var{DIM} shall be a scalar integer
1044 @var{MASK}. If @var{DIM} is present, then @code{ALL(MASK, DIM)} returns
1046 the shape of @var{MASK} where the @var{DIM} dimension is elided.
1053 If the rank of @var{MASK} is one, then @code{ALL(MASK,DIM)} is equivalent
1054 to @code{ALL(MASK)}. If the rank is greater than one, then @code{ALL(MASK,DIM)}
[all …]
H A Dgfortran.info7111 * 'DIM': DIM, Positive difference
7885 9.14 'ALL' -- All values in MASK along DIM are true
7889 'ALL(MASK [, DIM])' determines if all the values are true in MASK
7890 in the array along dimension DIM.
7899 'RESULT = ALL(MASK [, DIM])'
7904 DIM (Optional) DIM shall be a scalar integer with a
7911 DIM is present, then 'ALL(MASK, DIM)' returns an array with the
7913 MASK where the DIM dimension is elided.
7919 If the rank of MASK is one, then 'ALL(MASK,DIM)' is equivalent
7921 'ALL(MASK,DIM)' is determined by applying 'ALL' to the array
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi129 * @code{DIM}: DIM, Positive difference
1010 @section @code{ALL} --- All values in @var{MASK} along @var{DIM} are true
1017 @code{ALL(MASK [, DIM])} determines if all the values are true in @var{MASK}
1018 in the array along dimension @var{DIM}.
1027 @code{RESULT = ALL(MASK [, DIM])}
1033 @item @var{DIM} @tab (Optional) @var{DIM} shall be a scalar integer
1040 @var{MASK}. If @var{DIM} is present, then @code{ALL(MASK, DIM)} returns
1042 the shape of @var{MASK} where the @var{DIM} dimension is elided.
1049 If the rank of @var{MASK} is one, then @code{ALL(MASK,DIM)} is equivalent
1050 to @code{ALL(MASK)}. If the rank is greater than one, then @code{ALL(MASK,DIM)}
[all …]
H A Dgfortran.info6805 * 'DIM': DIM, Positive difference
7565 8.14 'ALL' -- All values in MASK along DIM are true
7569 'ALL(MASK [, DIM])' determines if all the values are true in MASK
7570 in the array along dimension DIM.
7579 'RESULT = ALL(MASK [, DIM])'
7584 DIM (Optional) DIM shall be a scalar integer with a
7591 DIM is present, then 'ALL(MASK, DIM)' returns an array with the
7593 MASK where the DIM dimension is elided.
7599 If the rank of MASK is one, then 'ALL(MASK,DIM)' is equivalent
7601 'ALL(MASK,DIM)' is determined by applying 'ALL' to the array
[all …]
H A DChangeLog-20092279 * check.c (gfc_check_spread): Check DIM.
2294 * check.c (gfc_check_all_any): Check rank of DIM.
2316 * check.c (dim_rank_check): Return SUCCESS if DIM=NULL.
2317 (gfc_check_lbound): Removed (now) redundant check for DIM=NULL.
H A DChangeLog-2007568 * check.c (gfc_check_cshift): Enable dim_check to allow DIM as an
633 for converting the DIM type appropriately in trans-expr.c.
636 (gfc_check_cshift): Enable dim_check to allow DIM as an optional.
4044 and UBOUND when DIM argument is not present.
H A DChangeLog-20062607 * iresolve.c (maxloc, minloc): If DIM is not present, pass the
2609 shape of ARRAY, less the dimension DIM.
2610 (maxval, minval): The same, when DIM is present, otherwise no
H A DChangeLog1329 * check.cc (gfc_check_norm2): Check that optional argument DIM is
H A DChangeLog-2017562 bounds without the DIM argument instead of ICEing.
H A DChangeLog-20191307 * intrinsic.texi: Add GNU extension notes to DIM, MOD, MODULO.
H A DChangeLog-20111594 superfluous initialisation of DIM field.
H A DChangeLog-20103062 their argument. Spread is an exception, where DIM can
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dspecific.m420 dnl - AIMAG, CONJG, DIM, SIGN require no libm function
H A Dcshift1.m473 runtime_error ("Argument ''`DIM''` is out of range in call to ''`CSHIFT''`");
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dspecific.m435 dnl - AIMAG, CONJG, DIM, SIGN require no libm function
H A Dcshift1.m473 runtime_error ("Argument ''`DIM''` is out of range in call to ''`CSHIFT''`");
/netbsd-src/tests/lib/libcurses/tests/
H A Dstd_defines29 assign DIM 0x00001000
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DProgressBar.py62 DIM = '' #: Turn on half-bright mode variable in TerminalController
/netbsd-src/distrib/acorn32/stand/BtNetBSD/misc/
H A Dbb_netbsd45 DIM buf% 512
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/src/Banner/
H A DBanner44 DIM code% &20000
/netbsd-src/external/public-domain/xz/dist/po/
H A Dit.po691 " --block-size=DIM\n"
692 " Avvia un nuovo blocco .xz dopo ogni DIM byte di input:\n"
702 " --block-list=DIM\n"
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm648 LD A,20H ; MWI[76]=0 IWI[54]=2(3wait) DMS[32]=0 DIM[10]=0
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A DUnicodeData.txt21445 12074;CUNEIFORM SIGN DIM;Lo;0;L;;;;;N;;;;;
21446 12075;CUNEIFORM SIGN DIM TIMES SHE;Lo;0;L;;;;;N;;;;;
21526 120C5;CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE;Lo;0;L;;;;;N;;;;;
22377 1248A;CUNEIFORM SIGN DIM TIMES IGI;Lo;0;L;;;;;N;;;;;
22378 1248B;CUNEIFORM SIGN DIM TIMES U U U;Lo;0;L;;;;;N;;;;;
22422 124B7;CUNEIFORM SIGN GA2 TIMES DIM GUNU;Lo;0;L;;;;;N;;;;;
22529 12522;CUNEIFORM SIGN NINDA2 TIMES DIM GUNU;Lo;0;L;;;;;N;;;;;
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A DUnicodeData.txt21255 12074;CUNEIFORM SIGN DIM;Lo;0;L;;;;;N;;;;;
21256 12075;CUNEIFORM SIGN DIM TIMES SHE;Lo;0;L;;;;;N;;;;;
21336 120C5;CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE;Lo;0;L;;;;;N;;;;;
22187 1248A;CUNEIFORM SIGN DIM TIMES IGI;Lo;0;L;;;;;N;;;;;
22188 1248B;CUNEIFORM SIGN DIM TIMES U U U;Lo;0;L;;;;;N;;;;;
22232 124B7;CUNEIFORM SIGN GA2 TIMES DIM GUNU;Lo;0;L;;;;;N;;;;;
22339 12522;CUNEIFORM SIGN NINDA2 TIMES DIM GUNU;Lo;0;L;;;;;N;;;;;

12