Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg7.C10 static const int dimensions = Engine<Dim, T, EngineTag>::dimensions; member
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py24 dimensions=None, run_under=None, post_spawn=None, argument
51 timeout=timeout, dimensions=dimensions, env=env)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpty_spawn.py39 encoding=None, codec_errors='strict', dimensions=None, argument
204 self._spawn(command, args, preexec_fn, dimensions)
239 def _spawn(self, command, args=[], preexec_fn=None, dimensions=None): argument
294 if dimensions is not None:
295 kwargs['dimensions'] = dimensions
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dunroll1.C76 enum { dimensions = 1 };
105 for (int i=0; i < DomainTraits<Interval>::dimensions; ++i)
137 enum { dimensions = 1 };
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp2.txt9 > The arrays with size lists the dimensions and the type in a single list.
14 > It is too confusing to have a list of 3 things, some of which are dimensions
H A D2001-02-06-TypeNotationDebateResp1.txt63 The arrays with size lists the dimensions and the type in a single list.
67 It is too confusing to have a list of 3 things, some of which are dimensions
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_srsrc_5dafbc.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx1030_srsrc_5dafbc.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx9_srsrc_79ffcd.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx90a_srsrc_79ffcd.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx1013_srsrc_5dafbc.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx1013_srsrc_cf7132.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx1030_srsrc_cf7132.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx7_srsrc_cf7132.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx10_srsrc_cf7132.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx8_srsrc_cf7132.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx11_srsrc_cf7132.rst13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
H A Dgfx7_vaddr_887f26.rst17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
H A Dgfx8_vaddr_887f26.rst17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
H A Dgfx90a_vaddr_cc213c.rst17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
H A Dgfx9_vaddr_cc213c.rst17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.def21 Operand 2 is the number of other dimensions of unspecified range.
27 Operand 1 is the signature of the dimensions this array contains.
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py181 dimensions=(24, 80)): argument
238 _setwinsize(STDIN_FILENO, *dimensions)
333 inst.setwinsize(*dimensions)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1069 symint_t dimensions [N_TQ]; /* dimensions for each array */ member
1985 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/ in add_aux_sym_tir()
1986 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */ in add_aux_sym_tir()
1988 : (t->sizes[i] * 8) / t->dimensions[i]); in add_aux_sym_tir()
2589 coff_type.dimensions[coff_type.num_dims] = dimens[i]; in ecoff_directive_dim()
2858 coff_type.sizes[i] = (coff_type.dimensions[i + 1] == 0 in ecoff_directive_endef()
2861 / coff_type.dimensions[i + 1])); in ecoff_directive_endef()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Decoff.c1068 symint_t dimensions [N_TQ]; /* dimensions for each array */ member
1984 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/ in add_aux_sym_tir()
1985 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */ in add_aux_sym_tir()
1987 : (t->sizes[i] * 8) / t->dimensions[i]); in add_aux_sym_tir()
2588 coff_type.dimensions[coff_type.num_dims] = dimens[i]; in ecoff_directive_dim()
2857 coff_type.sizes[i] = (coff_type.dimensions[i + 1] == 0 in ecoff_directive_endef()
2860 / coff_type.dimensions[i + 1])); in ecoff_directive_endef()

1234