Lines Matching refs:fx2x3_t

5 typedef float fx2x3_t __attribute__((matrix_type(2, 3)));  typedef
41 void add_matrix_matrix_float(fx2x3_t a, fx2x3_t b, fx2x3_t c) { in add_matrix_matrix_float()
51 void add_compound_assign_matrix_float(fx2x3_t a, fx2x3_t b) { in add_compound_assign_matrix_float()
61 void subtract_compound_assign_matrix_float(fx2x3_t a, fx2x3_t b) { in subtract_compound_assign_matrix_float()
144 void add_matrix_scalar_float_float(fx2x3_t b, float vf) { in add_matrix_scalar_float_float()
156 void add_compound_matrix_scalar_float_float(fx2x3_t b, float vf) { in add_compound_matrix_scalar_float_float()
167 void subtract_compound_matrix_scalar_float_float(fx2x3_t b, float vf) { in subtract_compound_matrix_scalar_float_float()
178 void add_matrix_scalar_float_double(fx2x3_t b, double vd) { in add_matrix_scalar_float_double()
191 void add_compound_matrix_scalar_float_double(fx2x3_t b, double vd) { in add_compound_matrix_scalar_float_double()
203 void subtract_compound_matrix_scalar_float_double(fx2x3_t b, double vd) { in subtract_compound_matrix_scalar_float_double()
605 void multiply_float_matrix_scalar_double(fx2x3_t b, double s) { in multiply_float_matrix_scalar_double()
618 void multiply_compound_float_matrix_scalar_double(fx2x3_t b, double s) { in multiply_compound_float_matrix_scalar_double()
688 void multiply_float_matrix_constant(fx2x3_t a) { in multiply_float_matrix_constant()
701 void multiply_compound_float_matrix_constant(fx2x3_t a) { in multiply_compound_float_matrix_constant()
770 void divide_float_matrix_scalar_double(fx2x3_t b, double s) { in divide_float_matrix_scalar_double()
825 void divide_float_matrix_constant(fx2x3_t a) { in divide_float_matrix_constant()
832 typedef float fx2x3_t __attribute__((matrix_type(2, 3))); typedef
836 void insert_double_matrix_const_idx_ll_u_double(dx5x5_t a, double d, fx2x3_t b, float e, int j, uns… in insert_double_matrix_const_idx_ll_u_double()
858 void insert_float_matrix_const_idx_ull_i_float(fx2x3_t b, float e) { in insert_float_matrix_const_idx_ull_i_float()
869 void insert_float_matrix_idx_i_u_float(fx2x3_t b, float e, int j, unsigned k) { in insert_float_matrix_idx_i_u_float()
888 void insert_float_matrix_idx_s_ull_float(fx2x3_t b, float e, short j, unsigned long long k) { in insert_float_matrix_idx_s_ull_float()
1074 fx2x3_t mat;