Searched refs:precondition (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/test262/ |
D | harness-adapt.js | 50 if (!(test.precondition && !test.precondition())) { 63 var precondition = (test.precondition !== undefined) 64 ? test.precondition.toString() 72 precondition,
|
/external/skia/src/utils/ |
D | SkTFitsIn.h | 49 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/ |
D | NonLinearConjugateGradientOptimizer.java | 134 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
|
D | Preconditioner.java | 49 double[] precondition(double[] point, double[] r) in precondition() method
|
/external/llvm/test/Transforms/LoopIdiom/ |
D | ctpop-multiple-users-crash.ll | 6 ; When we replace the precondition with a ctpop, we need to ensure
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 53 The precondition to using the matchers is to understand how the AST for what you
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 68 impossible (by some unstated precondition), or by inlining some but not all
|
/external/bison/tests/ |
D | local.at | 792 # As a precondition, you must properly double-quote all arguments that
|
/external/chromium-trace/catapult/third_party/gsutil/ |
D | CHANGES.md | 294 - 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.
|