Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeSize.h49 static constexpr auto Dimensions = LinearPolyBaseTypeTraits<LeafTy>::Dimensions; variable
50 static_assert(Dimensions != std::numeric_limits<unsigned>::max(),
54 std::array<ScalarTy, Dimensions> Coefficients;
63 for (unsigned I=0; I<Dimensions; ++I)
69 for (unsigned I=0; I<Dimensions; ++I)
127 static constexpr unsigned Dimensions = 2;
168 static constexpr auto Dimensions = LinearPolyBaseTypeTraits<LeafTy>::Dimensions;
169 static_assert(Dimensions != std::numeric_limits<unsigned>::max(),
178 assert(UnivariateDim < Dimensions && "Dimension out of range");
383 static constexpr unsigned Dimensions = 2;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp298 const std::vector<int64_t> &Dimensions);
431 const std::vector<int64_t> &Dimensions) { in initInput() argument
433 for (auto &D : Dimensions) in initInput()
437 TF_AllocateTensor(Type, Dimensions.data(), Dimensions.size(), TotalSize); in initInput()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp562 if (Dimensions->Count == 0) in outputDimensionsImpl()
565 outputOneDimension(OS, Flags, Dimensions->Nodes[0]); in outputDimensionsImpl()
566 for (size_t I = 1; I < Dimensions->Count; ++I) { in outputDimensionsImpl()
568 outputOneDimension(OS, Flags, Dimensions->Nodes[I]); in outputDimensionsImpl()
H A DMicrosoftDemangle.cpp2101 ATy->Dimensions = nodeListToNodeArray(Arena, Head, Rank); in demangleArrayType()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dmatmull.m433 /* Dimensions: retarray(x,y) a(x, count) b(count,y).
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dmatmull.m433 /* Dimensions: retarray(x,y) a(x, count) b(count,y).
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2862 SmallVector<llvm::APInt, 3> Dimensions; in mangleArrayType() local
2867 Dimensions.push_back(CAT->getSize()); in mangleArrayType()
2872 Dimensions.push_back(llvm::APInt(32, 0)); in mangleArrayType()
2877 Dimensions.push_back(llvm::APInt(32, 0)); in mangleArrayType()
2895 mangleNumber(Dimensions.size()); in mangleArrayType()
2896 for (const llvm::APInt &Dimension : Dimensions) in mangleArrayType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h495 NodeArrayNode *Dimensions = nullptr; member
/netbsd-src/tests/ipf/regress/
H A Dp6.whois230 Microsoft Corporation - Secure Dimensions ( RSPC-33955-12072007 (NET-67-192-39-48-1) 67.192.39.48 -…
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1350 SmallVector<CodeGenFunction::VlaSizePair, 4> Dimensions; in EmitAndRegisterVariableArrayDimensions() local
1358 Dimensions.emplace_back(C, Type1D.getUnqualifiedType()); in EmitAndRegisterVariableArrayDimensions()
1369 Dimensions.emplace_back(SizeExprAddr.getPointer(), in EmitAndRegisterVariableArrayDimensions()
1382 for (auto &VlaSize : Dimensions) { in EmitAndRegisterVariableArrayDimensions()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.def396 arguments (e.g., "int... Dimensions") or function arguments ("const
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.def378 arguments (e.g., "int... Dimensions") or function arguments ("const
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfilesystems165 >0 ubyte 0xe3 DOS R/O or Storage Dimensions
173 >0 ubyte 0xf1 SpeedStor or Storage Dimensions
/netbsd-src/external/gpl3/gdb/dist/gdb/mi/
H A DChangeLog-1999-2003753 * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
/netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/
H A DChangeLog-1999-2003753 * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok2596 Two and Three Dimensions . . . . . . . . 87--93
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dtexinfo.tex147 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl2/diffutils/dist/config/
H A Dtexinfo.tex192 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl2/grep/dist/doc/
H A Dtexinfo.tex179 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl2/gmake/dist/config/
H A Dtexinfo.tex262 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dtexinfo.tex272 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dtexinfo.tex272 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl3/gdb.old/dist/texinfo/
H A Dtexinfo.tex276 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex276 % Dimensions to add cropmarks at corners.
/netbsd-src/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex276 % Dimensions to add cropmarks at corners.

12