Searched refs:isBin (Results 1 – 1 of 1) sorted by relevance
215 static inline bool isBin(const MatExpr& e, char c) { return e.op == &g_MatOp_Bin && e.flags == c; } in isBin() function217 static inline bool isReciprocal(const MatExpr& e) { return isBin(e,'/') && (!e.b.data || e.beta == … in isReciprocal()