Searched refs:M_MIN_INT (Results 1 – 1 of 1) sorted by relevance
38 #define M_MIN_INT(m) (int64_t)(-(1LL << ((m) - 1))) macro5423 return arg < M_MIN_INT(m + 1) ? M_MIN_INT(m + 1) : in msa_sat_s_df()