| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | defarg5.C | 3 template <int dim> 6 Point (Point<dim> &); 7 Point<dim> & operator = (Point<dim> &); 12 template <int dim> 15 void foo (Point<dim> p = Point<dim>()); 22 const int dim = 2; in foo() local 23 Point<dim> q = p; in foo()
|
| H A D | instantiate8.C | 19 template <int dim> 31 template <int dim> 34 const X<dim> x; in f() 35 const X<dim+1> y[3]; in f()
|
| H A D | inherit1.C | 8 template <int dim> class Derived; 13 template <int dim> 14 class FinalClass : public Derived<dim> {
|
| H A D | recursion2.C | 11 public T< F::dim > 17 enum { dim = i } ;
|
| H A D | spec39.C | 9 template <int dim> struct Outer 15 Inner<dim> i; // ERROR - non-template in f()
|
| H A D | spec34.C | 11 template <int dim> struct Y
|
| H A D | spec37.C | 9 template <int dim> struct X
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
| H A D | access5.C | 8 template <int dim> struct Inner { 16 template <int dim> 17 typename Outer::Inner<dim>::T Outer::Inner<dim>::foo () { in foo()
|
| H A D | access4.C | 7 template <int dim> class Base { 12 template <int dim> class D : public Base<dim> { 14 typedef typename Base<dim>::T T1;
|
| H A D | instantiate2.C | 7 template <int dim> void f (int=0) {};
|
| H A D | spec4.C | 8 template <int dim> void f(int=0);
|
| /openbsd-src/sys/arch/arm64/dev/ |
| H A D | aplhidev.c | 205 struct aplhidev_dim dim; in aplhidev_attach() local 281 if (sc->sc_dimdesclen == sizeof(dim) + 1) { in aplhidev_attach() 282 memcpy(&dim, &sc->sc_dimdesc[1], sizeof(dim)); in aplhidev_attach() 283 sc->sc_x_min = dim.x_min; in aplhidev_attach() 284 sc->sc_x_max = dim.x_max; in aplhidev_attach() 285 sc->sc_y_min = dim.y_min; in aplhidev_attach() 286 sc->sc_y_max = dim.y_max; in aplhidev_attach() 287 sc->sc_h_res = (100 * (dim.x_max - dim.x_min)) / dim.width; in aplhidev_attach() 288 sc->sc_v_res = (100 * (dim.y_max - dim.y_min)) / dim.height; in aplhidev_attach()
|
| H A D | apldc.c | 1053 struct mtp_dim dim; in apldchidev_get_dimensions() local 1061 if (sc->sc_retcode == 0 && sc->sc_data_len == sizeof(dim) + 1 && in apldchidev_get_dimensions() 1063 memcpy(&dim, &sc->sc_data[1], sizeof(dim)); in apldchidev_get_dimensions() 1064 sc->sc_x_min = dim.x_min; in apldchidev_get_dimensions() 1065 sc->sc_x_max = dim.x_max; in apldchidev_get_dimensions() 1066 sc->sc_y_min = dim.y_min; in apldchidev_get_dimensions() 1067 sc->sc_y_max = dim.y_max; in apldchidev_get_dimensions() 1068 sc->sc_h_res = (100 * (dim.x_max - dim.x_min)) / dim.width; in apldchidev_get_dimensions() 1069 sc->sc_v_res = (100 * (dim.y_max - dim.y_min)) / dim.height; in apldchidev_get_dimensions()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | rdcoff.c | 169 unsigned short *dim; in parse_coff_type() local 177 dim = pauxent->x_sym.x_fcnary.x_ary.x_dimen; in parse_coff_type() 178 n = dim[0]; in parse_coff_type() 179 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++) in parse_coff_type() 180 *dim = *(dim + 1); in parse_coff_type() 181 *dim = 0; in parse_coff_type()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | rdcoff.c | 169 unsigned short *dim; in parse_coff_type() local 177 dim = pauxent->x_sym.x_fcnary.x_ary.x_dimen; in parse_coff_type() 178 n = dim[0]; in parse_coff_type() 179 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++) in parse_coff_type() 180 *dim = *(dim + 1); in parse_coff_type() 181 *dim = 0; in parse_coff_type()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | MIMGInstructions.td | 373 Dim:$dim, UNorm:$unorm, CPol:$cpol, 376 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" 386 Dim:$dim, UNorm:$unorm, CPol:$cpol, 389 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" 398 Dim:$dim, UNorm:$unorm, CPol:$cpol, 401 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" 411 Dim:$dim, UNorm:$unorm, CPol:$cpol, 414 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" 542 DMask:$dmask, Dim:$dim, UNorm:$unorm, CPol:$cpol, 545 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 667 AMDGPUDimProps dim> { 668 AMDGPUDimProps Dim = dim; 689 !if(Gradients, dim.GradientArgs, []), 690 !listconcat(!if(IsSample, dim.CoordSliceArgs, dim.CoordSliceIntArgs), 722 AMDGPUDimProps dim, 723 AMDGPUSampleVariant sample> : AMDGPUDimProfile<opmod, dim> { 735 AMDGPUDimProps dim, 738 bit Mip = false> : AMDGPUDimProfile<opmod, dim> { 745 AMDGPUDimProps dim, 746 list<AMDGPUArg> dataargs> : AMDGPUDimProfile<opmod, dim> { [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ |
| H A D | template1.C | 11 static void bar(double (*)[dim]) {} // ERROR - dim not declared in bar()
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | parser.c | 273 static int parse_dimension(struct dcp_parse_ctx *handle, struct dimension *dim) in parse_dimension() argument 284 ret = parse_int(it.handle, &dim->active); in parse_dimension() 286 ret = parse_int(it.handle, &dim->total); in parse_dimension() 288 ret = parse_int(it.handle, &dim->front_porch); in parse_dimension() 290 ret = parse_int(it.handle, &dim->sync_width); in parse_dimension() 292 ret = parse_int(it.handle, &dim->precise_sync_rate); in parse_dimension()
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX1030.rst | 540 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 541 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 542 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 543 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 544 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 545 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 546 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 547 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 548 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 549 …mdgpu_synid_gfx1030_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … [all …]
|
| H A D | AMDGPUAsmGFX10.rst | 564 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 565 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 566 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 567 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 568 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 569 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 570 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 571 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 572 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … 573 …<amdgpu_synid_gfx10_srsrc_cf7132>` :ref:`dmask<amdgpu_synid_dmask>` :ref:`dim<amdgpu_synid_dim>` … [all …]
|
| H A D | gfx1030_vaddr_a5639c.rst | 17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
|
| H A D | gfx1013_vaddr_a5639c.rst | 17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
|
| H A D | gfx10_vaddr_a5639c.rst | 17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
|
| H A D | gfx11_vaddr_a5639c.rst | 17 *Size:* 1-12 dwords. Actual size depends on opcode, :ref:`dim<amdgpu_synid_dim>` and :ref:`a16<amdg…
|