Lines Matching refs:is_arithmetic
1050 if (!is_arithmetic(lt) || !is_arithmetic(rt))
1587 if (is_arithmetic(lt) && is_arithmetic(rt))
2821 if (is_arithmetic(lt) && is_arithmetic(rt))
2926 if (!is_arithmetic(lt) ||
2927 (mp->m_binary && !is_arithmetic(rt))) {
3189 if (is_arithmetic(lt) && (is_arithmetic(rt) || rt == BOOL))
3574 if (!is_arithmetic(ot))
3673 if (!is_arithmetic(nt) || !is_arithmetic(ot))
4498 } else if (is_floating(nt) && is_arithmetic(ot)) {