Home
last modified time | relevance | path

Searched refs:precondition (Results 1 – 9 of 9) 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/skia/src/utils/
DSkTFitsIn.h49 typedef SkTHasMoreDigits<S, D> precondition; in apply() typedef
50 static_assert(precondition::value, "SkTOutOfRange_LT_MinD__minS_gt_minD"); in apply()
72 typedef SkTHasMoreDigits<S, D> precondition; in apply() typedef
73 static_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/llvm/test/Transforms/LoopIdiom/
Dctpop-multiple-users-crash.ll6 ; When we replace the precondition with a ctpop, we need to ensure
/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
/external/chromium-trace/catapult/third_party/gsutil/
DCHANGES.md294 - The rm command now properly supports precondition headers.
478 - Parallel composite uploads no longer specify an if-not-match precondition
805 - Fixed bug where gsutil cp -D -n caused precondition failure.