Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DAbstractUnivariateRealOptimizer.java45 protected double functionValue; field in AbstractUnivariateRealOptimizer
107 if (Double.isNaN(functionValue)) { in getFunctionValue()
109 functionValue = function.value(opt); in getFunctionValue()
111 return functionValue; in getFunctionValue()
126 this.functionValue = fx; in setResult()
229 functionValue = Double.NaN; in optimize()
245 protected void setFunctionValue(double functionValue) { in setFunctionValue() argument
246 this.functionValue = functionValue; in setFunctionValue()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolverImpl.java52 protected double functionValue; field in UnivariateRealSolverImpl
121 return functionValue; in getFunctionValue()
208 this.functionValue = fx; in setResult()
/external/skia/src/sksl/
DSkSLIRGenerator.cpp1499 std::unique_ptr<Expression> functionValue, in call() argument
1501 switch (functionValue->kind()) { in call()
1505 functionValue->as<TypeReference>().value(), in call()
1508 const ExternalFunction& f = functionValue->as<ExternalFunctionReference>().function(); in call()
1529 const FunctionReference& ref = functionValue->as<FunctionReference>(); in call()
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1629 std::unique_ptr<Expression> functionValue, in call() argument
1631 if (functionValue->fKind == Expression::kTypeReference_Kind) { in call()
1633 ((TypeReference&) *functionValue).fValue, in call()
1636 if (functionValue->fKind != Expression::kFunctionReference_Kind) { in call()
1637 fErrors.error(offset, "'" + functionValue->description() + "' is not a function"); in call()
1640 FunctionReference* ref = (FunctionReference*) functionValue.get(); in call()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...