Searched refs:getOperationType (Results 1 – 2 of 2) sorted by relevance
202 static OperationType getOperationType (MatrixOp op) in getOperationType() function265 return getOperationType(op) == OPERATIONTYPE_BINARY_OPERATOR || in isOperationBinary()266 getOperationType(op) == OPERATIONTYPE_BINARY_FUNCTION || in isOperationBinary()267 getOperationType(op) == OPERATIONTYPE_ASSIGNMENT; in isOperationBinary()796 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()797 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init()915 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()922 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()931 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in init()941 switch (getOperationType(m_op)) in init()
322 static OperationType getOperationType (MatrixOp op) in getOperationType() function395 return getOperationType(op) == OPERATIONTYPE_BINARY_OPERATOR || in isOperationBinary()396 getOperationType(op) == OPERATIONTYPE_BINARY_FUNCTION || in isOperationBinary()397 getOperationType(op) == OPERATIONTYPE_ASSIGNMENT; in isOperationBinary()1457 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()1458 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init()1593 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()1600 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()1609 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in init()1619 switch (getOperationType(m_op)) in init()