Home | History | Annotate | Download | only in calculator2

Lines Matching refs:is_mul

1001         boolean is_mul = false;
1006 while ((is_mul = isOperator(cpos, R.id.op_mul, ec))
1009 if (is_mul || is_div) ++cpos;
1027 is_mul = is_div = false;