Lines Matching refs:float32_t
1952 float32x2_t test_vdup_n_f32(float32_t a) { in test_vdup_n_f32()
2012 float32x4_t test_vdupq_n_f32(float32_t a) { in test_vdupq_n_f32()
2398 float32_t test_vget_lane_f32(float32x2_t a) { in test_vget_lane_f32()
2452 float32_t test_vgetq_lane_f32(float32x4_t a) { in test_vgetq_lane_f32()
2744 float32x4_t test_vld1q_f32(float32_t const * a) { in test_vld1q_f32()
2816 float32x2_t test_vld1_f32(float32_t const * a) { in test_vld1_f32()
2889 float32x4_t test_vld1q_dup_f32(float32_t const * a) { in test_vld1q_dup_f32()
2961 float32x2_t test_vld1_dup_f32(float32_t const * a) { in test_vld1_dup_f32()
3034 float32x4_t test_vld1q_lane_f32(float32_t const * a, float32x4_t b) { in test_vld1q_lane_f32()
3106 float32x2_t test_vld1_lane_f32(float32_t const * a, float32x2_t b) { in test_vld1_lane_f32()
3167 float32x4x2_t test_vld2q_f32(float32_t const * a) { in test_vld2q_f32()
3239 float32x2x2_t test_vld2_f32(float32_t const * a) { in test_vld2_f32()
3312 float32x2x2_t test_vld2_dup_f32(float32_t const * a) { in test_vld2_dup_f32()
3361 float32x4x2_t test_vld2q_lane_f32(float32_t const * a, float32x4x2_t b) { in test_vld2q_lane_f32()
3415 float32x2x2_t test_vld2_lane_f32(float32_t const * a, float32x2x2_t b) { in test_vld2_lane_f32()
3476 float32x4x3_t test_vld3q_f32(float32_t const * a) { in test_vld3q_f32()
3548 float32x2x3_t test_vld3_f32(float32_t const * a) { in test_vld3_f32()
3621 float32x2x3_t test_vld3_dup_f32(float32_t const * a) { in test_vld3_dup_f32()
3670 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32()
3724 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32()
3785 float32x4x4_t test_vld4q_f32(float32_t const * a) { in test_vld4q_f32()
3857 float32x2x4_t test_vld4_f32(float32_t const * a) { in test_vld4_f32()
3930 float32x2x4_t test_vld4_dup_f32(float32_t const * a) { in test_vld4_dup_f32()
3979 float32x4x4_t test_vld4q_lane_f32(float32_t const * a, float32x4x4_t b) { in test_vld4q_lane_f32()
4033 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32()
4489 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32()
4522 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32()
4796 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32()
4828 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32()
4963 float32x2_t test_vmov_n_f32(float32_t a) { in test_vmov_n_f32()
5023 float32x4_t test_vmovq_n_f32(float32_t a) { in test_vmovq_n_f32()
5322 float32x2_t test_vmul_n_f32(float32x2_t a, float32_t b) { in test_vmul_n_f32()
5352 float32x4_t test_vmulq_n_f32(float32x4_t a, float32_t b) { in test_vmulq_n_f32()
9156 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
9210 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
9999 void test_vst1q_f32(float32_t * a, float32x4_t b) { in test_vst1q_f32()
10071 void test_vst1_f32(float32_t * a, float32x2_t b) { in test_vst1_f32()
10144 void test_vst1q_lane_f32(float32_t * a, float32x4_t b) { in test_vst1q_lane_f32()
10216 void test_vst1_lane_f32(float32_t * a, float32x2_t b) { in test_vst1_lane_f32()
10277 void test_vst2q_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_f32()
10349 void test_vst2_f32(float32_t * a, float32x2x2_t b) { in test_vst2_f32()
10398 void test_vst2q_lane_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_lane_f32()
10452 void test_vst2_lane_f32(float32_t * a, float32x2x2_t b) { in test_vst2_lane_f32()
10513 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32()
10585 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32()
10634 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
10688 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
10749 void test_vst4q_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_f32()
10821 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32()
10870 void test_vst4q_lane_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_lane_f32()
10924 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()