HomeSort by relevance Sort by last modified time
    Searched full:loopindex (Results 1 - 11 of 11) sorted by null

  /external/eigen/Eigen/src/Core/
SolveTriangular.h 110 template<typename Lhs, typename Rhs, int Mode, int LoopIndex, int Size,
111 bool Stop = LoopIndex==Size>
114 template<typename Lhs, typename Rhs, int Mode, int LoopIndex, int Size>
115 struct triangular_solver_unroller<Lhs,Rhs,Mode,LoopIndex,Size,false> {
118 DiagIndex = IsLower ? LoopIndex : Size - LoopIndex - 1,
123 if (LoopIndex>0)
124 rhs.coeffRef(DiagIndex) -= lhs.row(DiagIndex).template segment<LoopIndex>(StartIndex).transpose()
125 .cwiseProduct(rhs.template segment<LoopIndex>(StartIndex)).sum();
130 triangular_solver_unroller<Lhs,Rhs,Mode,LoopIndex+1,Size>::run(lhs,rhs)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 84 PHINode *LoopIndex = LoopBuilder.CreatePHI(TypeOfCopyLen, 0);
85 LoopIndex->addIncoming(ConstantInt::get(TypeOfCopyLen, 0), OrigBB);
87 // load from SrcAddr+LoopIndex
92 LoopBuilder.getInt8Ty(), SrcAddr, LoopIndex),
94 // store at DstAddr+LoopIndex
97 DstAddr, LoopIndex),
100 // The value for LoopIndex coming from backedge is (LoopIndex + 1)
102 LoopBuilder.CreateAdd(LoopIndex, ConstantInt::get(TypeOfCopyLen, 1));
103 LoopIndex->addIncoming(NewIndex, LoopBB)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c 185 UINTN LoopIndex;
252 for(LoopIndex = 0; LoopIndex <= SECTOR_SIZE_4KB; LoopIndex++) {
253 IFWIVerStruct = (MANIFEST_OEM_DATA *)(Data8 + LoopIndex);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 156 UINTN LoopIndex;
219 for (LoopIndex = 0; LoopIndex < NumHandles; LoopIndex++) {
222 AllHandles[LoopIndex],
271 Entry->PartitionHandle = AllHandles[LoopIndex];
  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio_callback.cpp 274 for (int loopIndex = 0; loopIndex < 2; loopIndex++) {
287 if ((loopIndex & 1) == 0) {
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastboot.c 170 UINTN LoopIndex;
234 for (LoopIndex = 0; LoopIndex < NumHandles; LoopIndex++) {
237 AllHandles[LoopIndex],
261 Entry->PartitionHandle = AllHandles[LoopIndex];
298 Entry->PartitionHandle = AllHandles[LoopIndex];
  /external/skia/src/gpu/
GrPathUtils.h 166 // loopIndex: This value will tell the caller which of the chopped sections (if any) are the
173 int* loopIndex);
GrPathUtils.cpp 833 int* loopIndex) {
835 *loopIndex = -1;
844 *loopIndex = 0;
847 *loopIndex = 1;
851 *loopIndex = chops.count() - 1;
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c     [all...]
  /external/skia/gm/
beziereffects.cpp 168 int loopIndex;
172 &loopIndex);
207 bool flipKL = (c == loopIndex && cnt != 3);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]

Completed in 317 milliseconds