/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_mult_f16.c | 60 static const uint16_t offsetA[8] = { 0, 0, 2, 2, 0, 0, 2, 2 }; in arm_mat_mult_f16_2x2_mve() local 70 vecOffsA = vldrhq_u16((uint16_t const *) offsetA); in arm_mat_mult_f16_2x2_mve() 129 static const uint16_t offsetA[8] = { 0, 0, 0, 3, 3, 3, 6, 6 }; in arm_mat_mult_f16_3x3_mve() local 139 vecOffsA = vldrhq_u16((uint16_t const *) offsetA); in arm_mat_mult_f16_3x3_mve() 227 static const uint16_t offsetA[8] = { 0, 0, 0, 0, 4, 4, 4, 4 }; in arm_mat_mult_f16_4x4_mve() local 237 vecOffsA = vldrhq_u16((uint16_t const *) offsetA); in arm_mat_mult_f16_4x4_mve()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 195 deUint32 offsetA, in createDescriptorSet() argument 207 …vk::makeDescriptorBufferInfo(viewA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)sizeof(tcu::Vec4[… in createDescriptorSet()
|
D | vktApiBufferComputeInstance.hpp | 64 vk::VkBuffer viewA, deUint32 offsetA,
|
/third_party/typescript/src/compiler/ |
D | core.ts | 871 loopB: for (let offsetA = 0, offsetB = 0; offsetB < arrayB.length; offsetB++) { 877 loopA: for (const startA = offsetA; offsetA < arrayA.length; offsetA++) { 878 if (offsetA > startA) { 881 …Debug.assertGreaterThanOrEqual(comparer(arrayA[offsetA], arrayA[offsetA - 1]), Comparison.EqualTo); 884 switch (comparer(arrayB[offsetB], arrayA[offsetA])) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1592 …deUint32 offsetA = offsets[(setNdx * getInterfaceNumResources(shaderInterface)) % offsets… in createDescriptorSets() local 1608 …ayout, setNdx, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB… in createDescriptorSets() 1612 …ayout, setNdx, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB… in createDescriptorSets() 1616 …writeDescriptorSet(vki, device, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offset… in createDescriptorSets() 1620 …writeDescriptorSet(vki, device, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offset… in createDescriptorSets() 1633 const deUint32 offsetA, in writeDescriptorSet() argument 1643 …vk::makeDescriptorBufferInfo(bufferA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSet() 1699 const deUint32 offsetA, in writeDescriptorSetWithTemplate() argument 1711 …vk::makeDescriptorBufferInfo(bufferA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSetWithTemplate() 2329 …escriptorSetLayout layout, deUint32 setNdx, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer vie… [all …]
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 930 loopB: for (var offsetA = 0, offsetB = 0; offsetB < arrayB.length; offsetB++) { 935 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) { 936 if (offsetA > startA) { 939 …ts.Debug.assertGreaterThanOrEqual(comparer(arrayA[offsetA], arrayA[offsetA - 1]), 0 /* Comparison.… 941 switch (comparer(arrayB[offsetB], arrayA[offsetA])) {
|
D | tsc.js | 833 loopB: for (var offsetA = 0, offsetB = 0; offsetB < arrayB.length; offsetB++) { 837 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) { 838 if (offsetA > startA) { 839 … ts.Debug.assertGreaterThanOrEqual(comparer(arrayA[offsetA], arrayA[offsetA - 1]), 0); 841 switch (comparer(arrayB[offsetB], arrayA[offsetA])) {
|