Home
last modified time | relevance | path

Searched defs:maxParameters (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateMaxParameters.cpp16 bool ValidateMaxParameters(TIntermBlock *root, unsigned int maxParameters) in ValidateMaxParameters()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DDSCompiler.java200 final int maxParameters = FastMath.max(parameters, cache == null ? 0 : cache.length); in getCompiler() local