Searched refs:mm_is_complex (Results 1 – 2 of 2) sorted by relevance
208 if (mm_is_complex(matcode)) { in mm_read_mtx_crd_data()227 if (mm_is_complex(matcode)) { in mm_read_mtx_crd_entry()267 if (mm_is_complex(*matcode)) { in mm_read_mtx_crd()316 else if (mm_is_complex(matcode)) in mm_write_mtx_crd()343 else if (mm_is_complex(matcode)) types[2] = MM_COMPLEX_STR; in mm_typecode_to_str()
37 #define mm_is_complex(typecode) ((typecode)[2] == 'C') macro