Home
last modified time | relevance | path

Searched refs:functionWithoutParenthesis (Results 1 – 1 of 1) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/Misc/
H A DvtkExprTkFunctionParser.cxx511 std::string functionWithoutParenthesis; in FixVectorReturningFunctionOccurrences() local
515 functionWithoutParenthesis = "cross"; in FixVectorReturningFunctionOccurrences()
520 functionWithoutParenthesis = "norm"; in FixVectorReturningFunctionOccurrences()
527 if (HasEnding(scalarVariable, functionWithoutParenthesis)) in FixVectorReturningFunctionOccurrences()
534 if (HasEnding(vectorVariable, functionWithoutParenthesis)) in FixVectorReturningFunctionOccurrences()
558 if (variable.size() >= functionWithoutParenthesis.size()) in FixVectorReturningFunctionOccurrences()
561 static_cast<int>(variable.size() - functionWithoutParenthesis.size()); in FixVectorReturningFunctionOccurrences()