• Home
  • Raw
  • Download

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()
2404 float32_t test_vget_lane_f16(float16x4_t a) { in test_vget_lane_f16()
2458 float32_t test_vgetq_lane_f32(float32x4_t a) { in test_vgetq_lane_f32()
2464 float32_t test_vgetq_lane_f16(float16x8_t a) { in test_vgetq_lane_f16()
2756 float32x4_t test_vld1q_f32(float32_t const * a) { in test_vld1q_f32()
2828 float32x2_t test_vld1_f32(float32_t const * a) { in test_vld1_f32()
2901 float32x4_t test_vld1q_dup_f32(float32_t const * a) { in test_vld1q_dup_f32()
2973 float32x2_t test_vld1_dup_f32(float32_t const * a) { in test_vld1_dup_f32()
3046 float32x4_t test_vld1q_lane_f32(float32_t const * a, float32x4_t b) { in test_vld1q_lane_f32()
3118 float32x2_t test_vld1_lane_f32(float32_t const * a, float32x2_t b) { in test_vld1_lane_f32()
3179 float32x4x2_t test_vld2q_f32(float32_t const * a) { in test_vld2q_f32()
3251 float32x2x2_t test_vld2_f32(float32_t const * a) { in test_vld2_f32()
3324 float32x2x2_t test_vld2_dup_f32(float32_t const * a) { in test_vld2_dup_f32()
3373 float32x4x2_t test_vld2q_lane_f32(float32_t const * a, float32x4x2_t b) { in test_vld2q_lane_f32()
3427 float32x2x2_t test_vld2_lane_f32(float32_t const * a, float32x2x2_t b) { in test_vld2_lane_f32()
3488 float32x4x3_t test_vld3q_f32(float32_t const * a) { in test_vld3q_f32()
3560 float32x2x3_t test_vld3_f32(float32_t const * a) { in test_vld3_f32()
3633 float32x2x3_t test_vld3_dup_f32(float32_t const * a) { in test_vld3_dup_f32()
3682 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32()
3736 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32()
3797 float32x4x4_t test_vld4q_f32(float32_t const * a) { in test_vld4q_f32()
3869 float32x2x4_t test_vld4_f32(float32_t const * a) { in test_vld4_f32()
3942 float32x2x4_t test_vld4_dup_f32(float32_t const * a) { in test_vld4_dup_f32()
3991 float32x4x4_t test_vld4q_lane_f32(float32_t const * a, float32x4x4_t b) { in test_vld4q_lane_f32()
4045 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32()
4501 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32()
4534 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32()
4808 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32()
4840 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32()
4975 float32x2_t test_vmov_n_f32(float32_t a) { in test_vmov_n_f32()
5035 float32x4_t test_vmovq_n_f32(float32_t a) { in test_vmovq_n_f32()
5334 float32x2_t test_vmul_n_f32(float32x2_t a, float32_t b) { in test_vmul_n_f32()
5364 float32x4_t test_vmulq_n_f32(float32x4_t a, float32_t b) { in test_vmulq_n_f32()
9168 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
9228 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
10023 void test_vst1q_f32(float32_t * a, float32x4_t b) { in test_vst1q_f32()
10095 void test_vst1_f32(float32_t * a, float32x2_t b) { in test_vst1_f32()
10168 void test_vst1q_lane_f32(float32_t * a, float32x4_t b) { in test_vst1q_lane_f32()
10240 void test_vst1_lane_f32(float32_t * a, float32x2_t b) { in test_vst1_lane_f32()
10301 void test_vst2q_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_f32()
10373 void test_vst2_f32(float32_t * a, float32x2x2_t b) { in test_vst2_f32()
10422 void test_vst2q_lane_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_lane_f32()
10476 void test_vst2_lane_f32(float32_t * a, float32x2x2_t b) { in test_vst2_lane_f32()
10537 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32()
10609 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32()
10658 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
10712 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
10773 void test_vst4q_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_f32()
10845 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32()
10894 void test_vst4q_lane_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_lane_f32()
10948 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()