Lines Matching defs:a
55 static int32x4_t vmull_s16(int16x4_t a, int16x4_t b) in vmull_s16()
62 static int32x4_t vmlal_s16(int32x4_t r, int16x4_t a, int16x4_t b) in vmlal_s16()
70 static int64x2_t vpadalq_s32(int64x2_t a, int32x4_t b) in vpadalq_s32()
103 static int16x4_t vext_s16(int16x4_t a, int16x4_t b, const int n) in vext_s16()
189 static float32x2_t vneg_f32(float32x2_t a) in vneg_f32()
195 static float32x4_t vnegq_f32(float32x4_t a) in vnegq_f32()
201 static float32x4_t vaddq_f32(float32x4_t a, float32x4_t b) in vaddq_f32()
208 static float32x4_t vsubq_f32(float32x4_t a, float32x4_t b) in vsubq_f32()
215 static float32x2_t vfma_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vfma_f32()
222 static float32x4_t vfmaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) in vfmaq_f32()
230 static float32x2_t vfms_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vfms_f32()
237 static float32x4_t vfmsq_f32(float32x4_t a, float32x4_t b, float32x4_t c) in vfmsq_f32()
257 static float32x4_t vcombine_f32(float32x2_t a, float32x2_t b) in vcombine_f32()
263 static float32x2_t vget_low_f32(float32x4_t a) in vget_low_f32()
269 static float32x2_t vget_high_f32(float32x4_t a) in vget_high_f32()
293 static float32x2_t vtrn1_f32(float32x2_t a, float32x2_t b) in vtrn1_f32()
299 static float32x2_t vtrn2_f32(float32x2_t a, float32x2_t b) in vtrn2_f32()
305 static float32x4_t vtrn1q_f32(float32x4_t a, float32x4_t b) in vtrn1q_f32()
311 static float32x4_t vtrn2q_f32(float32x4_t a, float32x4_t b) in vtrn2q_f32()
317 static float32x4_t vzip1q_f32(float32x4_t a, float32x4_t b) in vzip1q_f32()
323 static float32x4_t vzip2q_f32(float32x4_t a, float32x4_t b) in vzip2q_f32()