For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if r can be modeled as r = root * sign + bias.
r
r = root * sign + bias
import javascript
predicate linearDefinition(Node r, Node root, int sign, Bias bias)