Home
last modified time | relevance | path

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

/external/v8/test/test262/
Dharness-adapt.js50 if (!(test.precondition && !test.precondition())) {
63 var precondition = (test.precondition !== undefined)
64 ? test.precondition.toString()
72 precondition,
/external/v8/test/test262-es6/
Dharness-adapt.js50 if (!(test.precondition && !test.precondition())) {
63 var precondition = (test.precondition !== undefined)
64 ? test.precondition.toString()
72 precondition,
/external/skia/src/utils/
DSkTFitsIn.h41 typedef typename SkTHasMoreDigits<S, D>::type precondition; in apply() typedef
42 SK_COMPILE_ASSERT(precondition::value, SkTOutOfRange_LT_MinD__minS_gt_minD); in apply()
64 typedef typename SkTHasMoreDigits<S, D>::type precondition; in apply() typedef
65 SK_COMPILE_ASSERT(precondition::value, SkTOutOfRange_GT_MaxD__maxS_lt_maxD); in apply()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DNonLinearConjugateGradientOptimizer.java134 double[] steepestDescent = preconditioner.precondition(point, r); in doOptimize()
179 final double[] newSteepestDescent = preconditioner.precondition(point, r); in doOptimize()
243 public double[] precondition(double[] variables, double[] r) { in precondition() method in NonLinearConjugateGradientOptimizer.IdentityPreconditioner
DPreconditioner.java49 double[] precondition(double[] point, double[] r) in precondition() method
/external/clang/docs/
DLibASTMatchers.rst53 The precondition to using the matchers is to understand how the AST for what you
/external/clang/docs/analyzer/
DIPA.txt68 impossible (by some unstated precondition), or by inlining some but not all
/external/bison/tests/
Dlocal.at792 # As a precondition, you must properly double-quote all arguments that