• Home
  • Raw
  • Download

Lines Matching defs:a

13 float16_t test_vabsh_f16(float16_t a) {  in test_vabsh_f16()
21 uint16_t test_vceqzh_f16(float16_t a) { in test_vceqzh_f16()
29 uint16_t test_vcgezh_f16(float16_t a) { in test_vcgezh_f16()
37 uint16_t test_vcgtzh_f16(float16_t a) { in test_vcgtzh_f16()
45 uint16_t test_vclezh_f16(float16_t a) { in test_vclezh_f16()
53 uint16_t test_vcltzh_f16(float16_t a) { in test_vcltzh_f16()
60 float16_t test_vcvth_f16_s16 (int16_t a) { in test_vcvth_f16_s16()
67 float16_t test_vcvth_f16_s32 (int32_t a) { in test_vcvth_f16_s32()
74 float16_t test_vcvth_f16_s64 (int64_t a) { in test_vcvth_f16_s64()
81 float16_t test_vcvth_f16_u16 (uint16_t a) { in test_vcvth_f16_u16()
88 float16_t test_vcvth_f16_u32 (uint32_t a) { in test_vcvth_f16_u32()
95 float16_t test_vcvth_f16_u64 (uint64_t a) { in test_vcvth_f16_u64()
103 int16_t test_vcvth_s16_f16 (float16_t a) { in test_vcvth_s16_f16()
110 int32_t test_vcvth_s32_f16 (float16_t a) { in test_vcvth_s32_f16()
117 int64_t test_vcvth_s64_f16 (float16_t a) { in test_vcvth_s64_f16()
125 uint16_t test_vcvth_u16_f16 (float16_t a) { in test_vcvth_u16_f16()
132 uint32_t test_vcvth_u32_f16 (float16_t a) { in test_vcvth_u32_f16()
139 uint64_t test_vcvth_u64_f16 (float16_t a) { in test_vcvth_u64_f16()
147 int16_t test_vcvtah_s16_f16 (float16_t a) { in test_vcvtah_s16_f16()
154 int32_t test_vcvtah_s32_f16 (float16_t a) { in test_vcvtah_s32_f16()
161 int64_t test_vcvtah_s64_f16 (float16_t a) { in test_vcvtah_s64_f16()
169 uint16_t test_vcvtah_u16_f16 (float16_t a) { in test_vcvtah_u16_f16()
176 uint32_t test_vcvtah_u32_f16 (float16_t a) { in test_vcvtah_u32_f16()
183 uint64_t test_vcvtah_u64_f16 (float16_t a) { in test_vcvtah_u64_f16()
191 int16_t test_vcvtmh_s16_f16 (float16_t a) { in test_vcvtmh_s16_f16()
198 int32_t test_vcvtmh_s32_f16 (float16_t a) { in test_vcvtmh_s32_f16()
205 int64_t test_vcvtmh_s64_f16 (float16_t a) { in test_vcvtmh_s64_f16()
213 uint16_t test_vcvtmh_u16_f16 (float16_t a) { in test_vcvtmh_u16_f16()
220 uint32_t test_vcvtmh_u32_f16 (float16_t a) { in test_vcvtmh_u32_f16()
227 uint64_t test_vcvtmh_u64_f16 (float16_t a) { in test_vcvtmh_u64_f16()
235 int16_t test_vcvtnh_s16_f16 (float16_t a) { in test_vcvtnh_s16_f16()
242 int32_t test_vcvtnh_s32_f16 (float16_t a) { in test_vcvtnh_s32_f16()
249 int64_t test_vcvtnh_s64_f16 (float16_t a) { in test_vcvtnh_s64_f16()
257 uint16_t test_vcvtnh_u16_f16 (float16_t a) { in test_vcvtnh_u16_f16()
264 uint32_t test_vcvtnh_u32_f16 (float16_t a) { in test_vcvtnh_u32_f16()
271 uint64_t test_vcvtnh_u64_f16 (float16_t a) { in test_vcvtnh_u64_f16()
279 int16_t test_vcvtph_s16_f16 (float16_t a) { in test_vcvtph_s16_f16()
286 int32_t test_vcvtph_s32_f16 (float16_t a) { in test_vcvtph_s32_f16()
293 int64_t test_vcvtph_s64_f16 (float16_t a) { in test_vcvtph_s64_f16()
301 uint16_t test_vcvtph_u16_f16 (float16_t a) { in test_vcvtph_u16_f16()
308 uint32_t test_vcvtph_u32_f16 (float16_t a) { in test_vcvtph_u32_f16()
315 uint64_t test_vcvtph_u64_f16 (float16_t a) { in test_vcvtph_u64_f16()
322 float16_t test_vnegh_f16(float16_t a) { in test_vnegh_f16()
329 float16_t test_vrecpeh_f16(float16_t a) { in test_vrecpeh_f16()
336 float16_t test_vrecpxh_f16(float16_t a) { in test_vrecpxh_f16()
343 float16_t test_vrndh_f16(float16_t a) { in test_vrndh_f16()
350 float16_t test_vrndah_f16(float16_t a) { in test_vrndah_f16()
357 float16_t test_vrndih_f16(float16_t a) { in test_vrndih_f16()
364 float16_t test_vrndmh_f16(float16_t a) { in test_vrndmh_f16()
371 float16_t test_vrndnh_f16(float16_t a) { in test_vrndnh_f16()
378 float16_t test_vrndph_f16(float16_t a) { in test_vrndph_f16()
385 float16_t test_vrndxh_f16(float16_t a) { in test_vrndxh_f16()
392 float16_t test_vrsqrteh_f16(float16_t a) { in test_vrsqrteh_f16()
399 float16_t test_vsqrth_f16(float16_t a) { in test_vsqrth_f16()
406 float16_t test_vaddh_f16(float16_t a, float16_t b) { in test_vaddh_f16()
413 float16_t test_vabdh_f16(float16_t a, float16_t b) { in test_vabdh_f16()
421 uint16_t test_vcageh_f16(float16_t a, float16_t b) { in test_vcageh_f16()
429 uint16_t test_vcagth_f16(float16_t a, float16_t b) { in test_vcagth_f16()
437 uint16_t test_vcaleh_f16(float16_t a, float16_t b) { in test_vcaleh_f16()
445 uint16_t test_vcalth_f16(float16_t a, float16_t b) { in test_vcalth_f16()
453 uint16_t test_vceqh_f16(float16_t a, float16_t b) { in test_vceqh_f16()
461 uint16_t test_vcgeh_f16(float16_t a, float16_t b) { in test_vcgeh_f16()
469 uint16_t test_vcgth_f16(float16_t a, float16_t b) { in test_vcgth_f16()
477 uint16_t test_vcleh_f16(float16_t a, float16_t b) { in test_vcleh_f16()
485 uint16_t test_vclth_f16(float16_t a, float16_t b) { in test_vclth_f16()
493 float16_t test_vcvth_n_f16_s16(int16_t a) { in test_vcvth_n_f16_s16()
500 float16_t test_vcvth_n_f16_s32(int32_t a) { in test_vcvth_n_f16_s32()
507 float16_t test_vcvth_n_f16_s64(int64_t a) { in test_vcvth_n_f16_s64()
515 int16_t test_vcvth_n_s16_f16(float16_t a) { in test_vcvth_n_s16_f16()
522 int32_t test_vcvth_n_s32_f16(float16_t a) { in test_vcvth_n_s32_f16()
529 int64_t test_vcvth_n_s64_f16(float16_t a) { in test_vcvth_n_s64_f16()
537 float16_t test_vcvth_n_f16_u16(int16_t a) { in test_vcvth_n_f16_u16()
544 float16_t test_vcvth_n_f16_u32(int32_t a) { in test_vcvth_n_f16_u32()
551 float16_t test_vcvth_n_f16_u64(int64_t a) { in test_vcvth_n_f16_u64()
559 int16_t test_vcvth_n_u16_f16(float16_t a) { in test_vcvth_n_u16_f16()
566 int32_t test_vcvth_n_u32_f16(float16_t a) { in test_vcvth_n_u32_f16()
573 int64_t test_vcvth_n_u64_f16(float16_t a) { in test_vcvth_n_u64_f16()
580 float16_t test_vdivh_f16(float16_t a, float16_t b) { in test_vdivh_f16()
587 float16_t test_vmaxh_f16(float16_t a, float16_t b) { in test_vmaxh_f16()
594 float16_t test_vmaxnmh_f16(float16_t a, float16_t b) { in test_vmaxnmh_f16()
601 float16_t test_vminh_f16(float16_t a, float16_t b) { in test_vminh_f16()
608 float16_t test_vminnmh_f16(float16_t a, float16_t b) { in test_vminnmh_f16()
615 float16_t test_vmulh_f16(float16_t a, float16_t b) { in test_vmulh_f16()
622 float16_t test_vmulxh_f16(float16_t a, float16_t b) { in test_vmulxh_f16()
629 float16_t test_vrecpsh_f16(float16_t a, float16_t b) { in test_vrecpsh_f16()
636 float16_t test_vrsqrtsh_f16(float16_t a, float16_t b) { in test_vrsqrtsh_f16()
643 float16_t test_vsubh_f16(float16_t a, float16_t b) { in test_vsubh_f16()
650 float16_t test_vfmah_f16(float16_t a, float16_t b, float16_t c) { in test_vfmah_f16()
658 float16_t test_vfmsh_f16(float16_t a, float16_t b, float16_t c) { in test_vfmsh_f16()