Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/Source/BasicMathFunctions/
Darm_clip_f16.c62 f16x8_t vecLow, vecHigh; in arm_clip_f16() local
64 vecLow = vdupq_n_f16(low); in arm_clip_f16()
77 curVec0 = vmaxnmq(curVec0, vecLow); in arm_clip_f16()
83 curVec1 = vmaxnmq(curVec1, vecLow); in arm_clip_f16()
96 curVec0 = vmaxnmq(curVec0, vecLow); in arm_clip_f16()
107 curVec0 = vmaxnmq(curVec0, vecLow); in arm_clip_f16()
Darm_clip_f32.c70 f32x4_t vecLow, vecHigh; in arm_clip_f32() local
72 vecLow = vdupq_n_f32(low); in arm_clip_f32()
85 curVec0 = vmaxnmq(curVec0, vecLow); in arm_clip_f32()
91 curVec1 = vmaxnmq(curVec1, vecLow); in arm_clip_f32()
104 curVec0 = vmaxnmq(curVec0, vecLow); in arm_clip_f32()
115 curVec0 = vmaxnmq(curVec0, vecLow); in arm_clip_f32()
Darm_clip_q15.c60 q15x8_t vecLow, vecHigh; in arm_clip_q15() local
62 vecLow = vdupq_n_s16(low); in arm_clip_q15()
75 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q15()
81 curVec1 = vmaxq(curVec1, vecLow); in arm_clip_q15()
94 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q15()
105 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q15()
Darm_clip_q31.c60 q31x4_t vecLow, vecHigh; in arm_clip_q31() local
62 vecLow = vdupq_n_s32(low); in arm_clip_q31()
75 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q31()
81 curVec1 = vmaxq(curVec1, vecLow); in arm_clip_q31()
94 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q31()
105 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q31()
Darm_clip_q7.c60 q7x16_t vecLow, vecHigh; in arm_clip_q7() local
62 vecLow = vdupq_n_s8(low); in arm_clip_q7()
75 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q7()
81 curVec1 = vmaxq(curVec1, vecLow); in arm_clip_q7()
94 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q7()
105 curVec0 = vmaxq(curVec0, vecLow); in arm_clip_q7()