Lines Matching defs:a

9 float16x4_t test_vcvt_f16_f32(float32x4_t a) {  in test_vcvt_f16_f32()
13 float32x4_t test_vcvt_f32_f16(float16x4_t a) { in test_vcvt_f32_f16()
17 float16x4_t test_vrnda_f16(float16x4_t a) { in test_vrnda_f16()
21 float16x8_t test_vrndaq_f16(float16x8_t a) { in test_vrndaq_f16()
25 float16x4_t test_vrnd_f16(float16x4_t a) { in test_vrnd_f16()
29 float16x8_t test_vrndq_f16(float16x8_t a) { in test_vrndq_f16()
33 float16x4_t test_vrndi_f16(float16x4_t a) { in test_vrndi_f16()
37 float16x8_t test_vrndiq_f16(float16x8_t a) { in test_vrndiq_f16()
41 float16x4_t test_vrndm_f16(float16x4_t a) { in test_vrndm_f16()
45 float16x8_t test_vrndmq_f16(float16x8_t a) { in test_vrndmq_f16()
49 float16x4_t test_vrndn_f16(float16x4_t a) { in test_vrndn_f16()
53 float16x8_t test_vrndnq_f16(float16x8_t a) { in test_vrndnq_f16()
57 float16x4_t test_vrndp_f16(float16x4_t a) { in test_vrndp_f16()
61 float16x8_t test_vrndpq_f16(float16x8_t a) { in test_vrndpq_f16()
65 float16x4_t test_vrndx_f16(float16x4_t a) { in test_vrndx_f16()
69 float16x8_t test_vrndxq_f16(float16x8_t a) { in test_vrndxq_f16()
73 float16x4_t test_vmaxnm_f16(float16x4_t a, float16x4_t b) { in test_vmaxnm_f16()
77 float16x8_t test_vmaxnmq_f16(float16x8_t a, float16x8_t b) { in test_vmaxnmq_f16()
81 float16x4_t test_vminnm_f16(float16x4_t a, float16x4_t b) { in test_vminnm_f16()
85 float16x8_t test_vminnmq_f16(float16x8_t a, float16x8_t b) { in test_vminnmq_f16()
89 float16x4_t test_vld1_f16(const float16_t *a) { in test_vld1_f16()
93 float16x8_t test_vld1q_f16(const float16_t *a) { in test_vld1q_f16()
97 float16x4_t test_vld1_dup_f16(const float16_t *a) { in test_vld1_dup_f16()
101 float16x8_t test_vld1q_dup_f16(const float16_t *a) { in test_vld1q_dup_f16()
105 float16x4_t test_vld1_lane_f16(const float16_t *a, float16x4_t b) { in test_vld1_lane_f16()
109 float16x8_t test_vld1q_lane_f16(const float16_t *a, float16x8_t b) { in test_vld1q_lane_f16()
113 float16x4x2_t test_vld1_f16_x2(const float16_t *a) { in test_vld1_f16_x2()
117 float16x8x2_t test_vld1q_f16_x2(const float16_t *a) { in test_vld1q_f16_x2()
121 float16x4x3_t test_vld1_f16_x3(const float16_t *a) { in test_vld1_f16_x3()
125 float16x8x3_t test_vld1q_f16_x3(const float16_t *a) { in test_vld1q_f16_x3()
129 float16x4x4_t test_vld1_f16_x4(const float16_t *a) { in test_vld1_f16_x4()
133 float16x8x4_t test_vld1q_f16_x4(const float16_t *a) { in test_vld1q_f16_x4()
137 float16x4x2_t test_vld2_f16(const float16_t *a) { in test_vld2_f16()
141 float16x8x2_t test_vld2q_f16(const float16_t *a) { in test_vld2q_f16()
145 float16x4x2_t test_vld2_lane_f16(const float16_t *a, float16x4x2_t b) { in test_vld2_lane_f16()
149 float16x8x2_t test_vld2q_lane_f16(const float16_t *a, float16x8x2_t b) { in test_vld2q_lane_f16()
161 float16x4x3_t test_vld3_f16(const float16_t *a) { in test_vld3_f16()
165 float16x8x3_t test_vld3q_f16(const float16_t *a) { in test_vld3q_f16()
169 float16x4x3_t test_vld3_lane_f16(const float16_t *a, float16x4x3_t b) { in test_vld3_lane_f16()
173 float16x8x3_t test_vld3q_lane_f16(const float16_t *a, float16x8x3_t b) { in test_vld3q_lane_f16()
185 float16x4x4_t test_vld4_f16(const float16_t *a) { in test_vld4_f16()
189 float16x8x4_t test_vld4q_f16(const float16_t *a) { in test_vld4q_f16()
193 float16x4x4_t test_vld4_lane_f16(const float16_t *a, float16x4x4_t b) { in test_vld4_lane_f16()
197 float16x8x4_t test_vld4q_lane_f16(const float16_t *a, float16x8x4_t b) { in test_vld4q_lane_f16()
209 void test_vst1_f16(float16_t *a, float16x4_t b) { in test_vst1_f16()
214 void test_vst1q_f16(float16_t *a, float16x8_t b) { in test_vst1q_f16()
219 void test_vst1_lane_f16(float16_t *a, float16x4_t b) { in test_vst1_lane_f16()
223 void test_vst1q_lane_f16(float16_t *a, float16x8_t b) { in test_vst1q_lane_f16()
227 void test_vst1_f16_x2(float16_t *a, float16x4x2_t b) { in test_vst1_f16_x2()
231 void test_vst1q_f16_x2(float16_t *a, float16x8x2_t b) { in test_vst1q_f16_x2()
235 void test_vst1_f16_x3(float16_t *a, float16x4x3_t b) { in test_vst1_f16_x3()
239 void test_vst1q_f16_x3(float16_t *a, float16x8x3_t b) { in test_vst1q_f16_x3()
243 void test_vst1_f16_x4(float16_t *a, float16x4x4_t b) { in test_vst1_f16_x4()
247 void test_vst1q_f16_x4(float16_t *a, float16x8x4_t b) { in test_vst1q_f16_x4()
251 void test_vst2_f16(float16_t *a, float16x4x2_t b) { in test_vst2_f16()
255 void test_vst2q_f16(float16_t *a, float16x8x2_t b) { in test_vst2q_f16()
259 void test_vst2_lane_f16(float16_t *a, float16x4x2_t b) { in test_vst2_lane_f16()
263 void test_vst2q_lane_f16(float16_t *a, float16x8x2_t b) { in test_vst2q_lane_f16()
267 void test_vst3_f16(float16_t *a, float16x4x3_t b) { in test_vst3_f16()
271 void test_vst3q_f16(float16_t *a, float16x8x3_t b) { in test_vst3q_f16()
275 void test_vst3_lane_f16(float16_t *a, float16x4x3_t b) { in test_vst3_lane_f16()
279 void test_vst3q_lane_f16(float16_t *a, float16x8x3_t b) { in test_vst3q_lane_f16()
283 void test_vst4_f16(float16_t *a, float16x4x4_t b) { in test_vst4_f16()
287 void test_vst4q_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_f16()
291 void test_vst4_lane_f16(float16_t *a, float16x4x4_t b) { in test_vst4_lane_f16()
295 void test_vst4q_lane_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_lane_f16()