Home
last modified time | relevance | path

Searched refs:rVec (Results 1 – 5 of 5) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mult_real_f16.c87 f16x8_t rVec; in arm_cmplx_mult_real_f16() local
101 rVec = vldrhq_gather_shifted_offset_f16(pSrcReal, strideVec); in arm_cmplx_mult_real_f16()
102 dstVec = vmulq(cmplxVec, rVec); in arm_cmplx_mult_real_f16()
116 rVec = vldrhq_gather_shifted_offset_f16(pSrcReal, strideVec); in arm_cmplx_mult_real_f16()
117 dstVec = vmulq(cmplxVec, rVec); in arm_cmplx_mult_real_f16()
Darm_cmplx_mult_real_f32.c84 f32x4_t rVec; in arm_cmplx_mult_real_f32() local
99 rVec = vldrwq_gather_shifted_offset_f32(pSrcReal, strideVec); in arm_cmplx_mult_real_f32()
100 dstVec = vmulq(cmplxVec, rVec); in arm_cmplx_mult_real_f32()
Darm_cmplx_mult_real_q31.c64 q31x4_t rVec; in arm_cmplx_mult_real_q31() local
82 rVec = vldrwq_gather_shifted_offset_s32(pSrcReal, strideVec); in arm_cmplx_mult_real_q31()
83 dstVec = vqdmulhq(cmplxVec, rVec); in arm_cmplx_mult_real_q31()
Darm_cmplx_mult_real_q15.c63 q15x8_t rVec; in arm_cmplx_mult_real_q15() local
81 rVec = vldrhq_gather_shifted_offset_s16(pSrcReal, strideVec); in arm_cmplx_mult_real_q15()
82 dstVec = vqdmulhq(cmplxVec, rVec); in arm_cmplx_mult_real_q15()
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1268 LLVMValueRef rVec = LLVMBuildAlloca(builder, fFloat32VectorType, "rVec"); in compileStageFunctionLoop() local
1269 LLVMBuildStore(builder, params.get()[4], rVec); in compileStageFunctionLoop()
1315 LLVMBuildInsertElement(builder, LLVMBuildLoad(builder, rVec, "rVec"), in compileStageFunctionLoop()
1321 rVec); in compileStageFunctionLoop()
1368 LLVMBuildLoad(builder, rVec, "rVec"), in compileStageFunctionLoop()