Lines Matching defs:fixed_float32m1_t
32 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen)));
141 fixed_float32m1_t add_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
261 fixed_float32m1_t add_inplace_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
390 fixed_float32m1_t add_scalar_f32(fixed_float32m1_t a, float b) {
513 fixed_float32m1_t sub_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
633 fixed_float32m1_t sub_inplace_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
762 fixed_float32m1_t sub_scalar_f32(fixed_float32m1_t a, float b) {
885 fixed_float32m1_t mul_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
1005 fixed_float32m1_t mul_inplace_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
1134 fixed_float32m1_t mul_scalar_f32(fixed_float32m1_t a, float b) {
1257 fixed_float32m1_t div_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
1377 fixed_float32m1_t div_inplace_f32(fixed_float32m1_t a, fixed_float32m1_t b) {
1506 fixed_float32m1_t div_scalar_f32(fixed_float32m1_t a, float b) {