Lines Matching refs:float32_t

5624 float32_t test_vpadds_f32(float32x2_t a) {  in test_vpadds_f32()
5636 float32_t test_vpmaxnms_f32(float32x2_t a) { in test_vpmaxnms_f32()
5648 float32_t test_vpmaxs_f32(float32x2_t a) { in test_vpmaxs_f32()
5660 float32_t test_vpminnms_f32(float32x2_t a) { in test_vpminnms_f32()
5672 float32_t test_vpmins_f32(float32x2_t a) { in test_vpmins_f32()
5707 float32_t test_vmulxs_f32(float32_t a, float32_t b) { in test_vmulxs_f32()
5725 float32_t test_vrecpss_f32(float32_t a, float32_t b) { in test_vrecpss_f32()
5737 float32_t test_vrsqrtss_f32(float32_t a, float32_t b) { in test_vrsqrtss_f32()
5749 float32_t test_vcvts_f32_s32(int32_t a) { in test_vcvts_f32_s32()
5761 float32_t test_vcvts_f32_u32(uint32_t a) { in test_vcvts_f32_u32()
5773 float32_t test_vrecpes_f32(float32_t a) { in test_vrecpes_f32()
5785 float32_t test_vrecpxs_f32(float32_t a) { in test_vrecpxs_f32()
5809 float32_t test_vrsqrtes_f32(float32_t a) { in test_vrsqrtes_f32()
5875 float32x4_t test_vld1q_f32(float32_t const *a) { in test_vld1q_f32()
5953 float32x2_t test_vld1_f32(float32_t const *a) { in test_vld1_f32()
6031 float32x4x2_t test_vld2q_f32(float32_t const *a) { in test_vld2q_f32()
6109 float32x2x2_t test_vld2_f32(float32_t const *a) { in test_vld2_f32()
6187 float32x4x3_t test_vld3q_f32(float32_t const *a) { in test_vld3q_f32()
6265 float32x2x3_t test_vld3_f32(float32_t const *a) { in test_vld3_f32()
6343 float32x4x4_t test_vld4q_f32(float32_t const *a) { in test_vld4q_f32()
6421 float32x2x4_t test_vld4_f32(float32_t const *a) { in test_vld4_f32()
6499 void test_vst1q_f32(float32_t *a, float32x4_t b) { in test_vst1q_f32()
6577 void test_vst1_f32(float32_t *a, float32x2_t b) { in test_vst1_f32()
6655 void test_vst2q_f32(float32_t *a, float32x4x2_t b) { in test_vst2q_f32()
6733 void test_vst2_f32(float32_t *a, float32x2x2_t b) { in test_vst2_f32()
6811 void test_vst3q_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_f32()
6889 void test_vst3_f32(float32_t *a, float32x2x3_t b) { in test_vst3_f32()
6967 void test_vst4q_f32(float32_t *a, float32x4x4_t b) { in test_vst4q_f32()
7045 void test_vst4_f32(float32_t *a, float32x2x4_t b) { in test_vst4_f32()
7123 float32x4x2_t test_vld1q_f32_x2(float32_t const *a) { in test_vld1q_f32_x2()
7207 float32x2x2_t test_vld1_f32_x2(float32_t const *a) { in test_vld1_f32_x2()
7291 float32x4x3_t test_vld1q_f32_x3(float32_t const *a) { in test_vld1q_f32_x3()
7375 float32x2x3_t test_vld1_f32_x3(float32_t const *a) { in test_vld1_f32_x3()
7459 float32x4x4_t test_vld1q_f32_x4(float32_t const *a) { in test_vld1q_f32_x4()
7543 float32x2x4_t test_vld1_f32_x4(float32_t const *a) { in test_vld1_f32_x4()
7627 void test_vst1q_f32_x2(float32_t *a, float32x4x2_t b) { in test_vst1q_f32_x2()
7711 void test_vst1_f32_x2(float32_t *a, float32x2x2_t b) { in test_vst1_f32_x2()
7795 void test_vst1q_f32_x3(float32_t *a, float32x4x3_t b) { in test_vst1q_f32_x3()
7879 void test_vst1_f32_x3(float32_t *a, float32x2x3_t b) { in test_vst1_f32_x3()
7963 void test_vst1q_f32_x4(float32_t *a, float32x4x4_t b) { in test_vst1q_f32_x4()
8047 void test_vst1_f32_x4(float32_t *a, float32x2x4_t b) { in test_vst1_f32_x4()
8387 uint32_t test_vceqs_f32(float32_t a, float32_t b) { in test_vceqs_f32()
8399 uint32_t test_vceqzs_f32(float32_t a) { in test_vceqzs_f32()
8411 uint32_t test_vcges_f32(float32_t a, float32_t b) { in test_vcges_f32()
8423 uint32_t test_vcgezs_f32(float32_t a) { in test_vcgezs_f32()
8435 uint32_t test_vcgts_f32(float32_t a, float32_t b) { in test_vcgts_f32()
8447 uint32_t test_vcgtzs_f32(float32_t a) { in test_vcgtzs_f32()
8459 uint32_t test_vcles_f32(float32_t a, float32_t b) { in test_vcles_f32()
8471 uint32_t test_vclezs_f32(float32_t a) { in test_vclezs_f32()
8483 uint32_t test_vclts_f32(float32_t a, float32_t b) { in test_vclts_f32()
8495 uint32_t test_vcltzs_f32(float32_t a) { in test_vcltzs_f32()
8507 uint32_t test_vcages_f32(float32_t a, float32_t b) { in test_vcages_f32()
8519 uint32_t test_vcagts_f32(float32_t a, float32_t b) { in test_vcagts_f32()
8531 uint32_t test_vcales_f32(float32_t a, float32_t b) { in test_vcales_f32()
8543 uint32_t test_vcalts_f32(float32_t a, float32_t b) { in test_vcalts_f32()
9020 float32_t test_vcvts_n_f32_s32(int32_t a) { in test_vcvts_n_f32_s32()
9032 float32_t test_vcvts_n_f32_u32(uint32_t a) { in test_vcvts_n_f32_u32()
9044 int32_t test_vcvts_n_s32_f32(float32_t a) { in test_vcvts_n_s32_f32()
9056 uint32_t test_vcvts_n_u32_f32(float32_t a) { in test_vcvts_n_u32_f32()
11252 float32_t test_vabds_f32(float32_t a, float32_t b) { in test_vabds_f32()
11342 float32_t test_vaddv_f32(float32x2_t a) { in test_vaddv_f32()
11348 float32_t test_vaddvq_f32(float32x4_t a) { in test_vaddvq_f32()
11361 float32_t test_vmaxv_f32(float32x2_t a) { in test_vmaxv_f32()
11373 float32_t test_vminv_f32(float32x2_t a) { in test_vminv_f32()
11391 float32_t test_vmaxnmv_f32(float32x2_t a) { in test_vmaxnmv_f32()
11403 float32_t test_vminnmv_f32(float32x2_t a) { in test_vminnmv_f32()