Lines Matching defs:fixed_float64m1_t
33 typedef vfloat64m1_t fixed_float64m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen)));
153 fixed_float64m1_t add_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
273 fixed_float64m1_t add_inplace_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
403 fixed_float64m1_t add_scalar_f64(fixed_float64m1_t a, double b) {
525 fixed_float64m1_t sub_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
645 fixed_float64m1_t sub_inplace_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
775 fixed_float64m1_t sub_scalar_f64(fixed_float64m1_t a, double b) {
897 fixed_float64m1_t mul_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
1017 fixed_float64m1_t mul_inplace_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
1147 fixed_float64m1_t mul_scalar_f64(fixed_float64m1_t a, double b) {
1269 fixed_float64m1_t div_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
1389 fixed_float64m1_t div_inplace_f64(fixed_float64m1_t a, fixed_float64m1_t b) {
1519 fixed_float64m1_t div_scalar_f64(fixed_float64m1_t a, double b) {