Searched refs:offsetInc (Results 1 – 3 of 3) sorted by relevance
131 uint16x8_t offset,offsetInc,vecTmp; in arm_levinson_durbin_f16() local138 offsetInc = vld1q_u16((uint16_t*)offsetIncArray); in arm_levinson_durbin_f16()170 offset = vaddq(offset,offsetInc); in arm_levinson_durbin_f16()
134 uint32x4_t offset,offsetInc,vecTmp; in arm_levinson_durbin_f32() local141 offsetInc = vld1q_u32((uint32_t*)offsetIncArray); in arm_levinson_durbin_f32()173 offset = vaddq(offset,offsetInc); in arm_levinson_durbin_f32()
198 uint32x4_t offset,offsetInc,vecTmp; in arm_levinson_durbin_q31() local205 offsetInc = vld1q_u32((uint32_t*)offsetIncArray); in arm_levinson_durbin_q31()242 offset = vaddq(offset,offsetInc); in arm_levinson_durbin_q31()