Home
last modified time | relevance | path

Searched refs:offsetA (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/
DMatMatProduct.h85 Index offsetA = 0, Index offsetB = 0);
94 Index strideB, Index offsetA, Index offsetB) {
101 eigen_assert(offsetA == 0);
158 Index offsetA = 0, Index offsetB = 0);
167 Index strideB, Index offsetA, Index offsetB) {
174 eigen_assert(offsetA == 0);
231 Index offsetA = 0, Index offsetB = 0);
240 Index strideB, Index offsetA, Index offsetB) {
247 eigen_assert(offsetA == 0);
303 Index offsetA = 0, Index offsetB = 0);
[all …]
/external/llvm-project/polly/test/ScopInfo/
Dinvariant_load_dereferenceable.ll51 %offsetA = add i64 %sext.i, %prodA
52 %ptrA = getelementptr double, double* %A, i64 %offsetA
97 %offsetA = add i64 %sext.i, %prodA
98 %ptrA = getelementptr double, double* %A, i64 %offsetA
Dinvariant_load_canonicalize_array_baseptrs_4.ll42 %offsetA = mul i64 %indvar, %n
43 %offsetA2 = add i64 %offsetA, %indvar
Dinvariant_load_canonicalize_array_baseptrs_4b.ll43 %offsetA = mul i64 %indvar, %n
44 %offsetA2 = add i64 %offsetA, %indvar
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.hpp64 vk::VkBuffer viewA, deUint32 offsetA,
DvktApiBufferComputeInstance.cpp195 deUint32 offsetA, in createDescriptorSet() argument
207 …vk::makeDescriptorBufferInfo(viewA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)sizeof(tcu::Vec4[… in createDescriptorSet()
/external/eigen/unsupported/Eigen/
DMPRealSupport175 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0)
190 const mpreal *A = blockA + i*strideA + offsetA;
/external/llvm-project/lld/ELF/
DICF.cpp300 uint64_t offsetA = in constantEq() local
304 if (offsetA != offsetB) in constantEq()
/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h887 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0);
895 Index strideA, Index strideB, Index offsetA, Index offsetB)
938 const LhsScalar* blA = &blockA[i*strideA+offsetA*(3*LhsProgress)];
1076 const LhsScalar* blA = &blockA[i*strideA+offsetA*(3*Traits::LhsProgress)];
1171 const LhsScalar* blA = &blockA[i*strideA+offsetA*(2*Traits::LhsProgress)];
1281 const LhsScalar* blA = &blockA[i*strideA+offsetA*(2*Traits::LhsProgress)];
1362 const LhsScalar* blA = &blockA[i*strideA+offsetA*(1*Traits::LhsProgress)];
1453 const LhsScalar* blA = &blockA[i*strideA+offsetA*(1*Traits::LhsProgress)];
1522 const LhsScalar* blA = &blockA[i*strideA+offsetA];
1654 const LhsScalar* blA = &blockA[i*strideA+offsetA];
/external/pdfium/third_party/lcms/src/
Dcmstypes.c2491 cmsUInt32Number offsetA; // Offset to first "A" curve in Type_LUTA2B_Read() local
2506 if (!_cmsReadUInt32Number(io, &offsetA)) return NULL; in Type_LUTA2B_Read()
2515 if (offsetA!= 0) { in Type_LUTA2B_Read()
2516 …PipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetA, inputChan))) in Type_LUTA2B_Read()
2697 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local
2735 offsetA = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2769 if (!_cmsWriteUInt32Number(io, offsetA)) return FALSE; in Type_LUTA2B_Write()
2810 cmsUInt32Number offsetA; // Offset to first "A" curve in Type_LUTB2A_Read() local
2829 if (!_cmsReadUInt32Number(io, &offsetA)) return NULL; in Type_LUTB2A_Read()
2855 if (offsetA!= 0) { in Type_LUTB2A_Read()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1597 …deUint32 offsetA = offsets[(setNdx * getInterfaceNumResources(shaderInterface)) % offsets… in createDescriptorSets() local
1613 …ayout, setNdx, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB… in createDescriptorSets()
1617 …ayout, setNdx, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB… in createDescriptorSets()
1621 …writeDescriptorSet(vki, device, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offset… in createDescriptorSets()
1625 …writeDescriptorSet(vki, device, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offset… in createDescriptorSets()
1638 const deUint32 offsetA, in writeDescriptorSet() argument
1648 …vk::makeDescriptorBufferInfo(bufferA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSet()
1704 const deUint32 offsetA, in writeDescriptorSetWithTemplate() argument
1716 …vk::makeDescriptorBufferInfo(bufferA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSetWithTemplate()
2334 …escriptorSetLayout layout, deUint32 setNdx, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer vie…
[all …]
/external/clang/docs/
DUsersManual.rst1347 offsetA[.discriminator]: fnA:num_of_total_samples
1378 ``offsetA[.discriminator]: fnA:num_of_total_samples``
/external/llvm-project/clang/docs/
DUsersManual.rst1984 offsetA[.discriminator]: fnA:num_of_total_samples
2015 ``offsetA[.discriminator]: fnA:num_of_total_samples``