Searched defs:exp_diff (Results 1 – 2 of 2) sorted by relevance
171 inline constexpr static intU_t execute(int exp_diff, int sides_zeroes_count, in execute()190 inline constexpr static intU_t execute(int exp_diff, int sides_zeroes_count, in execute()272 int exp_diff = e_x - e_y; in eval_internal() local
24 uint16_t exp_diff = (x_exp > y_exp) ? (x_exp - y_exp) : (y_exp - x_exp); variable