Home
last modified time | relevance | path

Searched full:dimension (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c62 int dimension; /* dimension of the torus */ member
191 int dimension; /* mesh dimension */ member
721 for (i = 1; (t = &mesh_info[i])->dimension != -1; i++) { in classify_mesh_type()
726 s->node->dimension = t->dimension; in classify_mesh_type()
847 if (!node->matrix || !node->dimension) in seed_axes()
850 for (c = 1; c <= 2*node->dimension; c++) { in seed_axes()
1132 * reorder the links out of a switch in sign/dimension order
1145 int dimension = mesh->dimension; in reorder_node_links() local
1163 for (i = 0; i < dimension; i++) { in reorder_node_links()
1218 unsigned int dimension = mesh->dimension; in make_coord() local
[all …]
/freebsd/sys/arm/ti/
H A Dti_edma3.h42 uint32_t syncdim:1; /* Transfer synchronization dimension */
58 uint16_t acnt; /* Count for 1st Dimension */
59 uint16_t bcnt; /* Count for 2nd Dimension */
67 uint16_t ccnt; /* Count for 3rd Dimension */
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h42 /// Return in Subscripts the access functions for each dimension in Sizes
59 /// Remainder is the subscript of the innermost dimension. Loop over all
101 /// The remainder is the subscript of the innermost array dimension: [5i].
106 /// The Remainder is the subscript of the next array dimension: [2i].
108 /// The subscript of the outermost dimension is the Quotient: [j+k].
122 /// is no known size available for the outermost array dimension. Returns true
H A DLoopCacheAnalysis.h75 /// dimension is less than the cache line size. Return std::nullopt if unsure.
80 /// have distance smaller than \p MaxDistance in the dimension associated with
123 /// Return the coefficient used in the rightmost dimension.
165 /// dimension is less than or equal to 'd' (where 'd' is less than the cache
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DUgaDraw.h25 @param HorizontalResolution The size of video screen in pixels in the X dimension.
26 @param VerticalResolution The size of video screen in pixels in the Y dimension.
49 @param HorizontalResolution The size of video screen in pixels in the X dimension.
50 @param VerticalResolution The size of video screen in pixels in the Y dimension.
H A DGraphicsOutput.h66 /// The size of video screen in pixels in the X dimension.
70 /// The size of video screen in pixels in the Y dimension.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeDimension.h1 //===- PDBSymbolTypeDimension.h - array dimension type info -----*- C++ -*-===//
20 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Dimension)
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp44 /// Every dimension of the array and the total size is checked for validity.
76 // Walk over the VLAs for every dimension until a non-VLA is found. in checkVLA()
77 // There is a VariableArrayType for every dimension (fixed or variable) until in checkVLA()
79 // Dimension sizes are collected into 'VLASizes'. 'VLALast' is set to the in checkVLA()
93 "Array should have at least one variably-modified dimension."); in checkVLA()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h304 /// 1..3 and the code produced must only be dispatched with a dimension that
425 /// work-groups in the X dimension for the grid being executed. Computed from
431 /// work-groups in the Y dimension for the grid being executed. Computed from
439 /// work-groups in the Z dimension for the grid being executed. Computed
446 /// Number of System SGPR registers: 1. 32 bit work group id in X dimension
450 /// Number of System SGPR registers: 1. 32 bit work group id in Y dimension
454 /// Number of System SGPR registers: 1. 32 bit work group id in Z dimension
480 /// Number of registers: 1. 32 bit work item id in X dimension of work-group
484 /// Number of registers: 1. 32 bit work item id in Y dimension of work-group
488 /// Number of registers: 1. 32 bit work item id in Z dimension of work-group
H A DAMDGPUSubtarget.h288 /// 2) dimension.
289 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h66 int dimension; /* apparent dimension of mesh around node */ member
H A Dosm_mcast_tbl.h109 * The first dimension is MLID offset, second dimension is mask position.
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h321 * @a: dimension one
322 * @b: dimension two
333 * @a: dimension one
334 * @b: dimension two
335 * @c: dimension three
/freebsd/contrib/ofed/opensm/man/
H A Dopensm.81198 reduce to Dimension Order Routing in certain topologies, it is topology
1226 the dimension and size of a mesh. If it determines that the mesh
1228 in dimension order before the rest of the LASH algorithm runs.
1232 The Dimension Order Routing algorithm is based on the Min Hop
1237 dimension or a mesh dimension. Alternatively, the -O option can be
1239 and the associated dimension. Paths are grown from a destination back
1240 to a source using the lowest dimension (port) of available paths at
1243 represent only one dimension and traffic is balanced across them
1246 hypercube dimension and match on both ends of the cable, or the -O
1248 dimension should consistently use the same pair of ports, one port on
[all …]
/freebsd/contrib/flex/src/
H A Dtables_shared.h120 flex_uint32_t td_hilen; /**< num elements in highest dimension array */
121 flex_uint32_t td_lolen; /**< num elements in lowest dimension array */
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h228 /// HLSL Matching Dimension Reduction
253 /// HLSL Dimension reduction with promotion
256 /// HLSL Dimension reduction with conversion
264 ImplicitConversionKind Dimension);
305 /// Dimension - Between the second and third conversion a vector or matrix
306 /// dimension conversion may occur. If this is not ICK_Identity this
308 ImplicitConversionKind Dimension : 8; variable
406 return Second == ICK_Identity && Dimension == ICK_Identity && in isIdentityConversion()
/freebsd/usr.sbin/moused/moused/
H A Dutil.c160 * Parses a simple dimension string in the form of "10x40". The two
166 * @param w Returns the first component of the dimension
167 * @param h Returns the second component of the dimension
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Dompx.h.var37 /// for each grid dimension, and three (nested) parallel loops, one for each
38 /// block dimension. This fallback is not supposed to be optimal and should be
/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx8qxp-dc-blitblend.yaml11 same dimension.
H A Dfsl,imx8qxp-dc-rop.yaml11 having the same dimension.
H A Dfsl,imx8qxp-dc-scaling-engine.yaml10 The unit can change the dimension of the input frame by nearest or linear
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp387 // the access function of the innermost dimension. in computeAccessFunctions()
433 /// Note that the outermost dimension remains of UnknownSize because there are
434 /// no strides that would help identifying the size of the last dimension: when
436 /// dimension by dividing the overall size of the array by the size of the known
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h772 Node *Dimension; variable
779 Base(Base_), Dimension(Dimension_) {} in ArrayType()
781 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } in match()
792 if (Dimension) in printRight()
793 Dimension->print(OB); in printRight()
1151 const Node *Dimension; variable
1155 : Node(KVectorType), BaseType(BaseType_), Dimension(Dimension_) {} in VectorType()
1158 const Node *getDimension() const { return Dimension; } in getDimension()
1160 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } in match()
1165 if (Dimension) in printLeft()
[all …]
/freebsd/contrib/ncurses/man/
H A Dwresize.3x47 If either dimension is larger than its current value,
/freebsd/contrib/file/magic/Magdir/
H A Dvacuum-cleaner24 # int32_t cell_dim; /* 36: 10 == cell dimension */

123456