• Home
  • Raw
  • Download

Lines Matching refs:float32x4_t

87 float32x4_t test_vaddq_f32(float32x4_t v1, float32x4_t v2) {  in test_vaddq_f32()
199 float32x4_t test_vsubq_f32(float32x4_t v1, float32x4_t v2) { in test_vsubq_f32()
314 float32x4_t test_vmulq_f32(float32x4_t v1, float32x4_t v2) { in test_vmulq_f32()
399 float32x4_t test_vmlaq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) { in test_vmlaq_f32()
488 float32x4_t test_vmlsq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) { in test_vmlsq_f32()
522 float32x4_t test_vfmaq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) { in test_vfmaq_f32()
539 float32x4_t test_vfmsq_f32(float32x4_t v1, float32x4_t v2, float32x4_t v3) { in test_vfmsq_f32()
557 float32x4_t test_vdivq_f32(float32x4_t v1, float32x4_t v2) { in test_vdivq_f32()
719 float32x4_t test_vabdq_f32(float32x4_t v1, float32x4_t v2) { in test_vabdq_f32()
852 float32x4_t test_vbslq_f32(uint32x4_t v1, float32x4_t v2, float32x4_t v3) { in test_vbslq_f32()
882 float32x4_t test_vrecpsq_f32(float32x4_t v1, float32x4_t v2) { in test_vrecpsq_f32()
900 float32x4_t test_vrsqrtsq_f32(float32x4_t v1, float32x4_t v2) { in test_vrsqrtsq_f32()
924 uint32x4_t test_vcageq_f32(float32x4_t v1, float32x4_t v2) { in test_vcageq_f32()
948 uint32x4_t test_vcagtq_f32(float32x4_t v1, float32x4_t v2) { in test_vcagtq_f32()
973 uint32x4_t test_vcaleq_f32(float32x4_t v1, float32x4_t v2) { in test_vcaleq_f32()
1000 uint32x4_t test_vcaltq_f32(float32x4_t v1, float32x4_t v2) { in test_vcaltq_f32()
1218 uint32x4_t test_vceqq_f32(float32x4_t v1, float32x4_t v2) { in test_vceqq_f32()
1344 uint32x4_t test_vcgeq_f32(float32x4_t v1, float32x4_t v2) { in test_vcgeq_f32()
1467 uint32x4_t test_vcleq_f32(float32x4_t v1, float32x4_t v2) { in test_vcleq_f32()
1588 uint32x4_t test_vcgtq_f32(float32x4_t v1, float32x4_t v2) { in test_vcgtq_f32()
1713 uint32x4_t test_vcltq_f32(float32x4_t v1, float32x4_t v2) { in test_vcltq_f32()
2643 float32x4_t test_vmaxq_f32(float32x4_t a, float32x4_t b) { in test_vmaxq_f32()
2734 float32x4_t test_vminq_f32(float32x4_t a, float32x4_t b) { in test_vminq_f32()
2752 float32x4_t test_vmaxnmq_f32(float32x4_t a, float32x4_t b) { in test_vmaxnmq_f32()
2770 float32x4_t test_vminnmq_f32(float32x4_t a, float32x4_t b) { in test_vminnmq_f32()
2860 float32x4_t test_vpmaxq_f32(float32x4_t a, float32x4_t b) { in test_vpmaxq_f32()
2950 float32x4_t test_vpminq_f32(float32x4_t a, float32x4_t b) { in test_vpminq_f32()
2968 float32x4_t test_vpmaxnmq_f32(float32x4_t a, float32x4_t b) { in test_vpmaxnmq_f32()
2986 float32x4_t test_vpminnmq_f32(float32x4_t a, float32x4_t b) { in test_vpminnmq_f32()
3076 float32x4_t test_vpaddq_f32(float32x4_t a, float32x4_t b) { in test_vpaddq_f32()
3142 float32x4_t test_vmulxq_f32(float32x4_t a, float32x4_t b) { in test_vmulxq_f32()
4342 float32x4_t test_vcvtq_n_f32_s32(int32x4_t a) { in test_vcvtq_n_f32_s32()
4360 float32x4_t test_vcvtq_n_f32_u32(uint32x4_t a) { in test_vcvtq_n_f32_u32()
4378 int32x4_t test_vcvtq_n_s32_f32(float32x4_t a) { in test_vcvtq_n_s32_f32()
4396 uint32x4_t test_vcvtq_n_u32_f32(float32x4_t a) { in test_vcvtq_n_u32_f32()
5875 float32x4_t test_vld1q_f32(float32_t const *a) { in test_vld1q_f32()
6499 void test_vst1q_f32(float32_t *a, float32x4_t b) { in test_vst1q_f32()
10210 int8x16_t test_vreinterpretq_s8_f32(float32x4_t a) { in test_vreinterpretq_s8_f32()
10288 int16x8_t test_vreinterpretq_s16_f32(float32x4_t a) { in test_vreinterpretq_s16_f32()
10366 int32x4_t test_vreinterpretq_s32_f32(float32x4_t a) { in test_vreinterpretq_s32_f32()
10444 int64x2_t test_vreinterpretq_s64_f32(float32x4_t a) { in test_vreinterpretq_s64_f32()
10522 uint8x16_t test_vreinterpretq_u8_f32(float32x4_t a) { in test_vreinterpretq_u8_f32()
10600 uint16x8_t test_vreinterpretq_u16_f32(float32x4_t a) { in test_vreinterpretq_u16_f32()
10678 uint32x4_t test_vreinterpretq_u32_f32(float32x4_t a) { in test_vreinterpretq_u32_f32()
10756 uint64x2_t test_vreinterpretq_u64_f32(float32x4_t a) { in test_vreinterpretq_u64_f32()
10834 float16x8_t test_vreinterpretq_f16_f32(float32x4_t a) { in test_vreinterpretq_f16_f32()
10864 float32x4_t test_vreinterpretq_f32_s8(int8x16_t a) { in test_vreinterpretq_f32_s8()
10870 float32x4_t test_vreinterpretq_f32_s16(int16x8_t a) { in test_vreinterpretq_f32_s16()
10876 float32x4_t test_vreinterpretq_f32_s32(int32x4_t a) { in test_vreinterpretq_f32_s32()
10882 float32x4_t test_vreinterpretq_f32_s64(int64x2_t a) { in test_vreinterpretq_f32_s64()
10888 float32x4_t test_vreinterpretq_f32_u8(uint8x16_t a) { in test_vreinterpretq_f32_u8()
10894 float32x4_t test_vreinterpretq_f32_u16(uint16x8_t a) { in test_vreinterpretq_f32_u16()
10900 float32x4_t test_vreinterpretq_f32_u32(uint32x4_t a) { in test_vreinterpretq_f32_u32()
10906 float32x4_t test_vreinterpretq_f32_u64(uint64x2_t a) { in test_vreinterpretq_f32_u64()
10912 float32x4_t test_vreinterpretq_f32_f16(float16x8_t a) { in test_vreinterpretq_f32_f16()
10918 float32x4_t test_vreinterpretq_f32_f64(float64x2_t a) { in test_vreinterpretq_f32_f64()
10924 float32x4_t test_vreinterpretq_f32_p8(poly8x16_t a) { in test_vreinterpretq_f32_p8()
10930 float32x4_t test_vreinterpretq_f32_p16(poly16x8_t a) { in test_vreinterpretq_f32_p16()
10936 float32x4_t test_vreinterpretq_f32_p64(poly64x2_t a) { in test_vreinterpretq_f32_p64()
10996 float64x2_t test_vreinterpretq_f64_f32(float32x4_t a) { in test_vreinterpretq_f64_f32()
11074 poly8x16_t test_vreinterpretq_p8_f32(float32x4_t a) { in test_vreinterpretq_p8_f32()
11152 poly16x8_t test_vreinterpretq_p16_f32(float32x4_t a) { in test_vreinterpretq_p16_f32()
11230 poly64x2_t test_vreinterpretq_p64_f32(float32x4_t a) { in test_vreinterpretq_p64_f32()
11348 float32_t test_vaddvq_f32(float32x4_t a) { in test_vaddvq_f32()