Searched refs:fixed_float32m8_t (Results 1 – 4 of 4) sorted by relevance
149 typedef vfloat32m8_t fixed_float32m8_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 8))); typedef 329 fixed_float32m8_t global_f32m8;392 fixed_float32m8_t global_arr_f32m8[3];449 fixed_float32m8_t local_f32m8; in f() 502 fixed_float32m8_t local_arr_f32m8[3]; in f()
151 typedef vfloat32m8_t fixed_float32m8_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*8)… typedef207 auto &ff32m8 = typeid(fixed_float32m8_t);
172 typedef vfloat32m8_t fixed_float32m8_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*8))); typedef 477 void m8f9(S<fixed_float32m8_t>) {}483 m8f9(S<fixed_float32m8_t>) m8f9() argument
147 typedef vfloat32m8_t fixed_float32m8_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 8))); typedef 406 _Static_assert(sizeof(fixed_float32m8_t) == VECTOR_SIZE * 8, "");503 _Static_assert(__alignof__(fixed_float32m8_t) == VECTOR_ALIGN, "");872 TEST_OPS(fixed_float32m8_t)