Lines Matching refs:a1
6 float32x2_t test_vfma_f32(float32x2_t a1, float32x2_t a2, float32x2_t a3) { in test_vfma_f32() argument
8 return vfma_f32(a1, a2, a3); in test_vfma_f32()
13 float32x4_t test_vfmaq_f32(float32x4_t a1, float32x4_t a2, float32x4_t a3) { in test_vfmaq_f32() argument
15 return vfmaq_f32(a1, a2, a3); in test_vfmaq_f32()
20 float64x2_t test_vfmaq_f64(float64x2_t a1, float64x2_t a2, float64x2_t a3) { in test_vfmaq_f64() argument
22 return vfmaq_f64(a1, a2, a3); in test_vfmaq_f64()
27 float32x2_t test_vfma_lane_f32(float32x2_t a1, float32x2_t a2, float32x2_t a3) { in test_vfma_lane_f32() argument
29 return vfma_lane_f32(a1, a2, a3, 1); in test_vfma_lane_f32()
36 float32x4_t test_vfmaq_lane_f32(float32x4_t a1, float32x4_t a2, float32x2_t a3) { in test_vfmaq_lane_f32() argument
38 return vfmaq_lane_f32(a1, a2, a3, 1); in test_vfmaq_lane_f32()
45 float64x2_t test_vfmaq_lane_f64(float64x2_t a1, float64x2_t a2, float64x1_t a3) { in test_vfmaq_lane_f64() argument
47 return vfmaq_lane_f64(a1, a2, a3, 0); in test_vfmaq_lane_f64()
54 float32x2_t test_vfma_n_f32(float32x2_t a1, float32x2_t a2, float32_t a3) { in test_vfma_n_f32() argument
56 return vfma_n_f32(a1, a2, a3); in test_vfma_n_f32()
63 float32x4_t test_vfmaq_n_f32(float32x4_t a1, float32x4_t a2, float32_t a3) { in test_vfmaq_n_f32() argument
65 return vfmaq_n_f32(a1, a2, a3); in test_vfmaq_n_f32()
72 float64x2_t test_vfmaq_n_f64(float64x2_t a1, float64x2_t a2, float64_t a3) { in test_vfmaq_n_f64() argument
74 return vfmaq_n_f64(a1, a2, a3); in test_vfmaq_n_f64()
81 float32x2_t test_vfms_f32(float32x2_t a1, float32x2_t a2, float32x2_t a3) { in test_vfms_f32() argument
83 return vfms_f32(a1, a2, a3); in test_vfms_f32()
89 float32x4_t test_vfmsq_f32(float32x4_t a1, float32x4_t a2, float32x4_t a3) { in test_vfmsq_f32() argument
91 return vfmsq_f32(a1, a2, a3); in test_vfmsq_f32()
97 float64x2_t test_vfmsq_f64(float64x2_t a1, float64x2_t a2, float64x2_t a3) { in test_vfmsq_f64() argument
99 return vfmsq_f64(a1, a2, a3); in test_vfmsq_f64()
105 float32x2_t test_vfms_lane_f32(float32x2_t a1, float32x2_t a2, float32x2_t a3) { in test_vfms_lane_f32() argument
107 return vfms_lane_f32(a1, a2, a3, 1); in test_vfms_lane_f32()
116 float32x4_t test_vfmsq_lane_f32(float32x4_t a1, float32x4_t a2, float32x2_t a3) { in test_vfmsq_lane_f32() argument
118 return vfmsq_lane_f32(a1, a2, a3, 1); in test_vfmsq_lane_f32()
127 float64x2_t test_vfmsq_lane_f64(float64x2_t a1, float64x2_t a2, float64x1_t a3) { in test_vfmsq_lane_f64() argument
129 return vfmsq_lane_f64(a1, a2, a3, 0); in test_vfmsq_lane_f64()