HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 801 - 825 of 4075) sorted by null

<<31323334353637383940>>

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorLayoutSwap.h 44 typedef typename XprTraits::Index Index;
76 typedef typename Eigen::internal::traits<TensorLayoutSwapOp>::Index Index;
114 typedef typename XprType::Index Index;
116 typedef DSizes<Index, NumDims> Dimensions;
147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const
149 return m_impl.coeff(index);
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 57 Index &iters, const Index &restart, typename Dest::RealScalar & tol_error) {
68 const Index maxIters = iters;
71 const Index m = mat.rows();
103 for (Index k = 1; k <= restart; ++k)
111 for (Index i = k - 1; i >= 0; --i) {
121 for (Index i = 0; i < k; ++i) {
140 for (Index i = 0; i < k - 1; ++i)
171 for (Index i = k - 1; i >= 0; --i)
270 Index m_restart
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 167 /// This is a simple wrapper around an index into the reverse-post-order
174 IndexType Index;
176 bool operator==(const BlockNode &X) const { return Index == X.Index; }
177 bool operator!=(const BlockNode &X) const { return Index != X.Index; }
178 bool operator<=(const BlockNode &X) const { return Index <= X.Index; }
179 bool operator>=(const BlockNode &X) const { return Index >= X.Index; }
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 157 UINTN Index;
166 Index = 0;
168 EfiTime->Year = (Str[Index++] - '0') * 10;
169 EfiTime->Year += (Str[Index++] - '0');
174 EfiTime->Year = (Str[Index++] - '0') * 1000;
175 EfiTime->Year += (Str[Index++] - '0') * 100;
176 EfiTime->Year += (Str[Index++] - '0') * 10;
177 EfiTime->Year += (Str[Index++] - '0');
183 EfiTime->Month = (Str[Index++] - '0') * 10;
184 EfiTime->Month += (Str[Index++] - '0');
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 62 #define TOKEN_NEXT(Index) (((Index) + 1) % NUM_RX_TOKENS)
160 UINTN Index;
162 for (Index = 0; Index < NUM_RX_TOKENS; Index++) {
163 gBS->CloseEvent (mReceiveToken[Index].CompletionToken.Event);
248 UINTN Index;
280 for (Index = 0; Index < NUM_RX_TOKENS; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 150 UINTN Index;
173 for (Index = 0; Index < HandleCount; Index++) {
175 Handles[Index],
566 INTN Index;
568 for (Index = 0; Index < IP4_MASK_NUM; Index++) {
569 if (NetMask == gIp4AllMasks[Index]) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiLibNullClass.c 44 UINTN Index;
53 for (Index = 0; Index < Size; Index += 1) {
54 TempByte = Data[Index];
55 Val[Index * 3 + 0] = mVarCheckHiiHex[TempByte >> 4];
56 Val[Index * 3 + 1] = mVarCheckHiiHex[TempByte & 0xF];
57 Val[Index * 3 + 2] = (CHAR8) ((Index == 7) ? '-' : ' ');
58 Str[Index] = (CHAR8) ((TempByte < ' ' || TempByte > 'z') ? '.' : TempByte);
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 32 UINTN Index;
45 for (Index = 0; Index < TrsRing->TrbNumber; Index++) {
63 ASSERT (Index != TrsRing->TrbNumber);
95 UINTN Index;
106 for (Index = 0; Index < EvtRing->TrbNumber; Index++) {
119 if (Index < EvtRing->TrbNumber) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.c 81 // Get the max index of basic CPUID
100 // Sub-leaf index 0 (ECX= 0 as input) provides enumeration parameters to extract
109 // value to be related to any sub-leaf index, except sub-leaf 0.
162 UINTN Index;
165 for (Index = 0; Index < TotalProcessorNumber; Index ++) {
166 if (PeiCpuMpData->CpuData[Index].ApicId == GetInitialApicId ()) {
167 *ProcessorNumber = Index;
240 UINTN Index;
    [all...]
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 65 typedef typename internal::plain_row_type<MatrixType, Index>::type IntRowVectorType;
100 ColPivHouseholderQR(Index rows, Index cols)
255 inline Index rank() const
260 Index result = 0;
261 for(Index i = 0; i < m_nonzero_pivots; ++i)
272 inline Index dimensionOfKernel() const
327 inline Index rows() const { return m_qr.rows(); }
328 inline Index cols() const { return m_qr.cols(); }
394 inline Index nonzeroPivots() cons
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 142 MachOObject::getLoadCommandInfo(unsigned Index) const {
143 assert(Index < getHeader().NumLoadCommands && "Invalid index!");
146 if (Index >= NumLoadedCommands) {
148 if (Index == 0) {
151 const LoadCommandInfo &Prev = getLoadCommandInfo(Index - 1);
155 LoadCommandInfo &Info = LoadCommands[Index];
163 NumLoadedCommands = Index + 1;
166 return LoadCommands[Index];
261 SwapValue(Value.Index);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FtwMisc.c 36 UINTN Index;
40 for (Index = 0; Index < BufferSize; Index += 1) {
161 UINTN Index;
181 for (Index = 0; Index < HandleCount; Index += 1) {
182 Status = FtwGetFvbByHandle (HandleBuffer[Index], &Fvb);
204 FvbHandle = HandleBuffer[Index];
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 92 template<typename LhsScalar, typename RhsScalar, int KcFactor, typename Index>
93 void evaluateProductBlockingSizesHeuristic(Index& k, Index& m, Index& n, Index num_threads = 1)
118 const Index k_cache = (numext::mini<Index>)((l1-ksub)/kdiv, 320);
124 const Index n_cache = (l2-l1) / (nr * sizeof(RhsScalar) * k);
125 const Index n_per_thread = numext::div_ceil(n, num_threads);
128 eigen_internal_assert(n_cache >= static_cast<Index>(nr))
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsImages.c 59 UINT32 Index;
76 for (Index = Footer->RegionCount; Index < HW_IMAGE_DESCRIPTION_REGION_MAX; Index++) {
77 Description->Region[Index].Checksum = 0;
78 Description->Region[Index].LoadAddress = 0;
79 Description->Region[Index].Offset = 0;
80 Description->Region[Index].Size = 0;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
AcpiVariableHobOnSmramReserveHobThunk.c 72 UINTN Index;
133 for (Index = 0; Index <= SmramRanges; Index++) {
134 if (NewDescriptorBlock->Descriptor[Index].PhysicalSize == 0) {
140 if (NewDescriptorBlock->Descriptor[Index].PhysicalStart < BASE_1MB) {
145 for (SubIndex = Index; SubIndex < NewDescriptorBlock->NumberOfSmmReservedRegions - 1; SubIndex++) {
157 // Decrease Index to let it test mew entry
159 Index --;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Misc.c 257 UINTN Index;
266 for (Index = 0; Index < Count; Index++) {
334 UINTN Index;
343 for (Index = 0; Index < Count; Index++) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Ppi/
EmuThunk.h 27 This service is called from Index == 0 until it returns EFI_UNSUPPORTED.
31 Index - Which memory region to use
37 EFI_UNSUPPORTED - If Index is not supported
43 IN UINTN Index,
56 Index - Which FD, starts at zero.
63 EFI_UNSUPPORTED - Index does nto map to an FD in the system
69 IN UINTN Index,

Completed in 673 milliseconds

<<31323334353637383940>>