Searched refs:pVec (Results 1 – 9 of 9) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_q31.c | 71 q31_t const *pMat0Vec, *pMat1Vec, *pMat2Vec, *pVec; in arm_mat_vec_mult_q31() local 78 pVec = pSrcVec; in arm_mat_vec_mult_q31() 93 pVec = pSrcVecPtr; in arm_mat_vec_mult_q31() 104 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31() 105 pVec += 4; in arm_mat_vec_mult_q31() 125 vecIn = vldrwq_z_s32(pVec, p0); in arm_mat_vec_mult_q31() 148 q31_t const *pMat0Vec, *pMat1Vec, *pVec; in arm_mat_vec_mult_q31() local 157 pVec = pSrcVec; in arm_mat_vec_mult_q31() 170 pVec = pSrcVecPtr; in arm_mat_vec_mult_q31() 179 vecIn = vld1q(pVec); in arm_mat_vec_mult_q31() [all …]
|
D | arm_mat_vec_mult_q15.c | 74 q15_t const *pMat0Vec, *pMat1Vec, *pMat2Vec, *pVec; in arm_mat_vec_mult_q15() local 81 pVec = pSrcVec; in arm_mat_vec_mult_q15() 96 pVec = pSrcVecPtr; in arm_mat_vec_mult_q15() 107 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15() 108 pVec += 8; in arm_mat_vec_mult_q15() 128 vecIn = vldrhq_z_s16(pVec, p0); in arm_mat_vec_mult_q15() 151 q15_t const *pMat0Vec, *pMat1Vec, *pVec; in arm_mat_vec_mult_q15() local 160 pVec = pSrcVec; in arm_mat_vec_mult_q15() 173 pVec = pSrcVecPtr; in arm_mat_vec_mult_q15() 182 vecIn = vld1q(pVec); in arm_mat_vec_mult_q15() [all …]
|
D | arm_mat_vec_mult_q7.c | 74 q7_t const *pMat0Vec, *pMat1Vec, *pMat2Vec, *pMat3Vec, *pVec; in arm_mat_vec_mult_q7() local 80 pVec = pSrcVec; in arm_mat_vec_mult_q7() 98 pVec = pSrcVecPtr; in arm_mat_vec_mult_q7() 112 vecIn = vld1q(pVec); in arm_mat_vec_mult_q7() 113 pVec += 16; in arm_mat_vec_mult_q7() 135 vecIn = vldrbq_z_s8(pVec, p0); in arm_mat_vec_mult_q7() 160 q7_t const *pMat0Vec, *pMat1Vec, *pVec; in arm_mat_vec_mult_q7() local 169 pVec = pSrcVec; in arm_mat_vec_mult_q7() 182 pVec = pSrcVecPtr; in arm_mat_vec_mult_q7() 191 vecIn = vld1q(pVec); in arm_mat_vec_mult_q7() [all …]
|
D | arm_mat_vec_mult_f32.c | 290 void arm_mat_vec_mult_f32(const arm_matrix_instance_f32 *pSrcMat, const float32_t *pVec, float32_t … in arm_mat_vec_mult_f32() argument 315 pInVec = pVec; in arm_mat_vec_mult_f32() 368 pInVec = pVec; in arm_mat_vec_mult_f32()
|
D | arm_mat_vec_mult_f16.c | 285 void arm_mat_vec_mult_f16(const arm_matrix_instance_f16 *pSrcMat, const float16_t *pVec, float16_t … in arm_mat_vec_mult_f16() argument 310 pInVec = pVec; in arm_mat_vec_mult_f16() 363 pInVec = pVec; in arm_mat_vec_mult_f16()
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | matrix_functions.h | 364 const float32_t *pVec, 390 const q7_t *pVec, 416 const q15_t *pVec, 455 const q31_t *pVec,
|
D | matrix_functions_f16.h | 122 const float16_t *pVec,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 1169 tcu::Vec4* pVec = reinterpret_cast<tcu::Vec4*>(m_inputBufferAlloc->getHostPtr()); in buildBuffers() local 1173 pVec[ndx][component]= (float)(ndx * (component + 1u)); in buildBuffers() 1182 pVec = reinterpret_cast<tcu::Vec4*>(m_outputBufferAlloc[ndx]->getHostPtr()); in buildBuffers() 1185 pVec[i] = tcu::Vec4(0.0f); in buildBuffers()
|
D | vktPipelineTimestampTests.cpp | 2161 tcu::Vec4* pVec = reinterpret_cast<tcu::Vec4*>(m_inputBufAlloc->getHostPtr()); in BasicComputeTestInstance() local 2167 pVec[ndx][component]= (float)(ndx * (component + 1u)); in BasicComputeTestInstance()
|