Searched refs:fixed_float32m2_t (Results 1 – 4 of 4) sorted by relevance
123 typedef vfloat32m2_t fixed_float32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 303 fixed_float32m2_t global_f32m2;366 fixed_float32m2_t global_arr_f32m2[3];427 fixed_float32m2_t local_f32m2;480 fixed_float32m2_t local_arr_f32m2[3]; in f()
125 typedef vfloat32m2_t fixed_float32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2)… typedef181 auto &ff32m2 = typeid(fixed_float32m2_t);
144 typedef vfloat32m2_t fixed_float32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef 323 void m2f9(S<fixed_float32m2_t>) {}329 m2f9(S<fixed_float32m2_t>) m2f9() argument
121 typedef vfloat32m2_t fixed_float32m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 380 _Static_assert(sizeof(fixed_float32m2_t) == VECTOR_SIZE * 2, "");477 _Static_assert(__alignof__(fixed_float32m2_t) == VECTOR_ALIGN, "");848 TEST_OPS(fixed_float32m2_t)