Searched refs:fixed_float64m2_t (Results 1 – 4 of 4) sorted by relevance
124 typedef vfloat64m2_t fixed_float64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 304 fixed_float64m2_t global_f64m2;367 fixed_float64m2_t global_arr_f64m2[3];428 fixed_float64m2_t local_f64m2;481 fixed_float64m2_t local_arr_f64m2[3]; in f()
126 typedef vfloat64m2_t fixed_float64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2)… typedef182 auto &ff64m2 = typeid(fixed_float64m2_t);
145 typedef vfloat64m2_t fixed_float64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*2))); typedef 330 void m2f10(S<fixed_float64m2_t>) {}336 m2f10(S<fixed_float64m2_t>) m2f10() argument
122 typedef vfloat64m2_t fixed_float64m2_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 2))); typedef 381 _Static_assert(sizeof(fixed_float64m2_t) == VECTOR_SIZE * 2, "");478 _Static_assert(__alignof__(fixed_float64m2_t) == VECTOR_ALIGN, "");521 struct struct_float64m2 { fixed_float64m2_t x, y[5]; };535 union union_float64m2 { fixed_float64m2_t x, y[5]; };849 TEST_OPS(fixed_float64m2_t)