Searched refs:fixed_float64m4_t (Results 1 – 4 of 4) sorted by relevance
137 typedef vfloat64m4_t fixed_float64m4_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 4))); typedef 317 fixed_float64m4_t global_f64m4;380 fixed_float64m4_t global_arr_f64m4[3];439 fixed_float64m4_t local_f64m4; in f() 492 fixed_float64m4_t local_arr_f64m4[3]; in f()
139 typedef vfloat64m4_t fixed_float64m4_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*4)… typedef195 auto &ff64m4 = typeid(fixed_float64m4_t);
159 typedef vfloat64m4_t fixed_float64m4_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen*4))); typedef 407 void m4f10(S<fixed_float64m4_t>) {}413 m4f10(S<fixed_float64m4_t>) m4f10() argument
135 typedef vfloat64m4_t fixed_float64m4_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen * 4))); typedef 394 _Static_assert(sizeof(fixed_float64m4_t) == VECTOR_SIZE * 4, "");491 _Static_assert(__alignof__(fixed_float64m4_t) == VECTOR_ALIGN, "");524 struct struct_float64m4 { fixed_float64m4_t x, y[5]; };538 union union_float64m4 { fixed_float64m4_t x, y[5]; };861 TEST_OPS(fixed_float64m4_t)